Shades of Wisteria #BB8ED2
Tints of Wisteria #BB8ED2
RGB
CMYK
RGB Variations
Color information
#BB8ED2 (or 0xBB8ED2) is known color: Wisteria. HEX triplet: BB, 8E and D2. RGB value is (187,142,210). Sum of RGB (Red+Green+Blue) = 187+142+210=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB8ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ED2 is #44712D. Grayscale: #A2A2A2. Windows color (decimal): -4485422 or 13799099. OLE color: 13799099.
HSL color Cylindrical-coordinate representation of color #BB8ED2: hue angle of 279.71º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8ED2 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 142 | 210 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.18 |
| HSL | 279.71º | 0.43% | 0.69% | - |
| HSV(B) | 279.71º | 0.32% | 0.82% | - |
| XYZ | 41.8 | 34.56 | 65.44 | - |
| YUV | 163.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 210 | 0.11 | 0.32 | 0 | 0.18 | 279.71 | 0.43 | 0.69 |
| Hex | BB | 8E | D2 | B | 20 | 0 | 12 | 118 | 2B | 45 |
| Octal | 273 | 216 | 322 | 13 | 40 | 0 | 22 | 430 | 53 | 105 |
| Binary | 10111011 | 10001110 | 11010010 | 1011 | 100000 | 0 | 10010 | 100011000 | 101011 | 1000101 |
Color Harmonies of #BB8ED2
Complementary color
Monochromatic Colors of #BB8ED2
Black with #BB8ED2
Text Example
Text Example
White with #BB8ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ED2; }
p { color: rgb(187,142,210); }
H1.HeaderClassName
{
color: #BB8ED2;
}
.AnyTagClassName
{
color: #BB8ED2;
}
</style>
background-color css
<style>
a { background-color: #BB8ED2; }
a { background-color: rgb(187,142,210); }
div.DivClassName
{
background-color: #BB8ED2;
}
.BgClassName
{
background-color: #BB8ED2;
}
</style>
border-color css
<style>
span { border-color: #BB8ED2; }
span { border-color: rgb(187,142,210); }
td.TdClassName
{
border-color: #BB8ED2;
}
.TagClassName
{
border-color: #BB8ED2;
}
</style>