African Violet (#B284BE)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.03:1 — vs black: 6.94:1

Color values

  • HEX #B284BE
  • RGB rgb(178, 132, 190)
  • HSL hsl(287, 30%, 74%)
  • CMYK cmyk( 6.32, 30.53, 0, 25.49 )

Tags

Mood

No tags yet.

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #B284BE based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

African Violet
#B284BE Base
#90BE84
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

African Violet
#B284BE Base
#9584BE
#BE84AD
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

African Violet
#B284BE Base
#BEB284
#84BEB2
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

African Violet
#B284BE Base
#ADBE84
#84BE95
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

African Violet
#B284BE Base
#BE9584
#90BE84
#84ADBE
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

African Violet
#B284BE Base
#643A6F
#9155A1
#A169B0
#C39FCC
#D1B6D8
#F1E8F3
Shades & Tints

Darker shades and lighter tints of African Violet, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0F0911
#321D37
#55325E
#784685
#9A5DA9
African Violet #B284BE Base
#BF99C9
#CDAFD4
#DAC4E0
#E7D9EB
#F5EEF6
CSS & SCSS Snippets

Ready-to-use code snippets for #B284BE. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #B284BE;
}

/* Text */
.element {
    color: #B284BE;
}

/* Border */
.element {
    border: 1px solid #B284BE;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #B284BE,
        #B2D2AA
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #B284BE,
        #B2D2AA
    );
}
SCSS Variable
// SCSS variable
$african-violet: #B284BE;

// With RGB channels (useful for rgba() usage)
$african-violet-r: 178;
$african-violet-g: 132;
$african-violet-b: 190;

// Usage
.element {
    background-color: $african-violet;
    color: rgba($african-violet-r, $african-violet-g, $african-violet-b, 0.8);
}
Color Blindness Simulation

How African Violet appears to people with different types of color vision deficiency.

Normal Vision #B284BE How the color appears with full color vision.
Deuteranopia #9393BD Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #8A8ABE Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #AB8D8D Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #949494 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to African Violet ranked by perceptual difference (Delta-E 2000 — lower = more similar).

African Violet #B284BE Base
Lenurple #BA93D8 ΔE 5.71
Lavender Purple #967BB6 ΔE 6.59
Opera Mauve #B784A7 ΔE 6.88

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.