Shades of Wisteria #BB8CE8
Tints of Wisteria #BB8CE8
RGB
CMYK
RGB Variations
Color information
#BB8CE8 (or 0xBB8CE8) is known color: Wisteria. HEX triplet: BB, 8C and E8. RGB value is (187,140,232). Sum of RGB (Red+Green+Blue) = 187+140+232=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB8CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CE8 is #447317. Grayscale: #A4A4A4. Windows color (decimal): -4485912 or 15240379. OLE color: 15240379.
HSL color Cylindrical-coordinate representation of color #BB8CE8: hue angle of 270.65º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8CE8 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 140 | 232 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.09 |
| HSL | 270.65º | 0.67% | 0.73% | - |
| HSV(B) | 270.65º | 0.4% | 0.91% | - |
| XYZ | 44.44 | 35.15 | 80.79 | - |
| YUV | 164.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 232 | 0.19 | 0.40 | 0 | 0.09 | 270.65 | 0.67 | 0.73 |
| Hex | BB | 8C | E8 | 13 | 28 | 0 | 9 | 10F | 43 | 49 |
| Octal | 273 | 214 | 350 | 23 | 50 | 0 | 11 | 417 | 103 | 111 |
| Binary | 10111011 | 10001100 | 11101000 | 10011 | 101000 | 0 | 1001 | 100001111 | 1000011 | 1001001 |
Color Harmonies of #BB8CE8
Complementary color
Monochromatic Colors of #BB8CE8
Black with #BB8CE8
Text Example
Text Example
White with #BB8CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CE8; }
p { color: rgb(187,140,232); }
H1.HeaderClassName
{
color: #BB8CE8;
}
.AnyTagClassName
{
color: #BB8CE8;
}
</style>
background-color css
<style>
a { background-color: #BB8CE8; }
a { background-color: rgb(187,140,232); }
div.DivClassName
{
background-color: #BB8CE8;
}
.BgClassName
{
background-color: #BB8CE8;
}
</style>
border-color css
<style>
span { border-color: #BB8CE8; }
span { border-color: rgb(187,140,232); }
td.TdClassName
{
border-color: #BB8CE8;
}
.TagClassName
{
border-color: #BB8CE8;
}
</style>