Shades of Wisteria #BB8AD2
Tints of Wisteria #BB8AD2
RGB
CMYK
RGB Variations
Color information
#BB8AD2 (or 0xBB8AD2) is known color: Wisteria. HEX triplet: BB, 8A and D2. RGB value is (187,138,210). Sum of RGB (Red+Green+Blue) = 187+138+210=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AD2 is #44752D. Grayscale: #A0A0A0. Windows color (decimal): -4486446 or 13798075. OLE color: 13798075.
HSL color Cylindrical-coordinate representation of color #BB8AD2: hue angle of 280.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB8AD2 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 138 | 210 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.18 |
| HSL | 280.83º | 0.44% | 0.68% | - |
| HSV(B) | 280.83º | 0.34% | 0.82% | - |
| XYZ | 41.21 | 33.39 | 65.25 | - |
| YUV | 160.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 210 | 0.11 | 0.34 | 0 | 0.18 | 280.83 | 0.44 | 0.68 |
| Hex | BB | 8A | D2 | B | 22 | 0 | 12 | 119 | 2C | 44 |
| Octal | 273 | 212 | 322 | 13 | 42 | 0 | 22 | 431 | 54 | 104 |
| Binary | 10111011 | 10001010 | 11010010 | 1011 | 100010 | 0 | 10010 | 100011001 | 101100 | 1000100 |
Color Harmonies of #BB8AD2
Complementary color
Monochromatic Colors of #BB8AD2
Black with #BB8AD2
Text Example
Text Example
White with #BB8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AD2; }
p { color: rgb(187,138,210); }
H1.HeaderClassName
{
color: #BB8AD2;
}
.AnyTagClassName
{
color: #BB8AD2;
}
</style>
background-color css
<style>
a { background-color: #BB8AD2; }
a { background-color: rgb(187,138,210); }
div.DivClassName
{
background-color: #BB8AD2;
}
.BgClassName
{
background-color: #BB8AD2;
}
</style>
border-color css
<style>
span { border-color: #BB8AD2; }
span { border-color: rgb(187,138,210); }
td.TdClassName
{
border-color: #BB8AD2;
}
.TagClassName
{
border-color: #BB8AD2;
}
</style>