Shades of Wisteria #BB8CE4
Tints of Wisteria #BB8CE4
RGB
CMYK
RGB Variations
Color information
#BB8CE4 (or 0xBB8CE4) is known color: Wisteria. HEX triplet: BB, 8C and E4. RGB value is (187,140,228). Sum of RGB (Red+Green+Blue) = 187+140+228=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CE4 is #44731B. Grayscale: #A3A3A3. Windows color (decimal): -4485916 or 14978235. OLE color: 14978235.
HSL color Cylindrical-coordinate representation of color #BB8CE4: hue angle of 272.05º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8CE4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 140 | 228 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.11 |
| HSL | 272.05º | 0.62% | 0.72% | - |
| HSV(B) | 272.05º | 0.39% | 0.89% | - |
| XYZ | 43.88 | 34.92 | 77.83 | - |
| YUV | 164.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 228 | 0.18 | 0.39 | 0 | 0.11 | 272.05 | 0.62 | 0.72 |
| Hex | BB | 8C | E4 | 12 | 27 | 0 | B | 110 | 3E | 48 |
| Octal | 273 | 214 | 344 | 22 | 47 | 0 | 13 | 420 | 76 | 110 |
| Binary | 10111011 | 10001100 | 11100100 | 10010 | 100111 | 0 | 1011 | 100010000 | 111110 | 1001000 |
Color Harmonies of #BB8CE4
Complementary color
Monochromatic Colors of #BB8CE4
Black with #BB8CE4
Text Example
Text Example
White with #BB8CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CE4; }
p { color: rgb(187,140,228); }
H1.HeaderClassName
{
color: #BB8CE4;
}
.AnyTagClassName
{
color: #BB8CE4;
}
</style>
background-color css
<style>
a { background-color: #BB8CE4; }
a { background-color: rgb(187,140,228); }
div.DivClassName
{
background-color: #BB8CE4;
}
.BgClassName
{
background-color: #BB8CE4;
}
</style>
border-color css
<style>
span { border-color: #BB8CE4; }
span { border-color: rgb(187,140,228); }
td.TdClassName
{
border-color: #BB8CE4;
}
.TagClassName
{
border-color: #BB8CE4;
}
</style>