Shades of Wisteria #BB8CE9
Tints of Wisteria #BB8CE9
RGB
CMYK
RGB Variations
Color information
#BB8CE9 (or 0xBB8CE9) is known color: Wisteria. HEX triplet: BB, 8C and E9. RGB value is (187,140,233). Sum of RGB (Red+Green+Blue) = 187+140+233=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB8CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CE9 is #447316. Grayscale: #A4A4A4. Windows color (decimal): -4485911 or 15305915. OLE color: 15305915.
HSL color Cylindrical-coordinate representation of color #BB8CE9: hue angle of 270.32º degrees, saturation: 0.68, 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 #BB8CE9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 140 | 233 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.09 |
| HSL | 270.32º | 0.68% | 0.73% | - |
| HSV(B) | 270.32º | 0.4% | 0.91% | - |
| XYZ | 44.58 | 35.2 | 81.54 | - |
| YUV | 164.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 233 | 0.20 | 0.40 | 0 | 0.09 | 270.32 | 0.68 | 0.73 |
| Hex | BB | 8C | E9 | 14 | 28 | 0 | 9 | 10E | 44 | 49 |
| Octal | 273 | 214 | 351 | 24 | 50 | 0 | 11 | 416 | 104 | 111 |
| Binary | 10111011 | 10001100 | 11101001 | 10100 | 101000 | 0 | 1001 | 100001110 | 1000100 | 1001001 |
Color Harmonies of #BB8CE9
Complementary color
Monochromatic Colors of #BB8CE9
Black with #BB8CE9
Text Example
Text Example
White with #BB8CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CE9; }
p { color: rgb(187,140,233); }
H1.HeaderClassName
{
color: #BB8CE9;
}
.AnyTagClassName
{
color: #BB8CE9;
}
</style>
background-color css
<style>
a { background-color: #BB8CE9; }
a { background-color: rgb(187,140,233); }
div.DivClassName
{
background-color: #BB8CE9;
}
.BgClassName
{
background-color: #BB8CE9;
}
</style>
border-color css
<style>
span { border-color: #BB8CE9; }
span { border-color: rgb(187,140,233); }
td.TdClassName
{
border-color: #BB8CE9;
}
.TagClassName
{
border-color: #BB8CE9;
}
</style>