Shades of Wisteria #BB81DC
Tints of Wisteria #BB81DC
RGB
CMYK
RGB Variations
Color information
#BB81DC (or 0xBB81DC) is known color: Wisteria. HEX triplet: BB, 81 and DC. RGB value is (187,129,220). Sum of RGB (Red+Green+Blue) = 187+129+220=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81DC is #447E23. Grayscale: #9C9C9C. Windows color (decimal): -4488740 or 14451131. OLE color: 14451131.
HSL color Cylindrical-coordinate representation of color #BB81DC: hue angle of 278.24º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB81DC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 129 | 220 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.14 |
| HSL | 278.24º | 0.57% | 0.68% | - |
| HSV(B) | 278.24º | 0.41% | 0.86% | - |
| XYZ | 41.26 | 31.43 | 71.6 | - |
| YUV | 156.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 220 | 0.15 | 0.41 | 0 | 0.14 | 278.24 | 0.57 | 0.68 |
| Hex | BB | 81 | DC | F | 29 | 0 | E | 116 | 39 | 44 |
| Octal | 273 | 201 | 334 | 17 | 51 | 0 | 16 | 426 | 71 | 104 |
| Binary | 10111011 | 10000001 | 11011100 | 1111 | 101001 | 0 | 1110 | 100010110 | 111001 | 1000100 |
Color Harmonies of #BB81DC
Complementary color
Monochromatic Colors of #BB81DC
Black with #BB81DC
Text Example
Text Example
White with #BB81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81DC; }
p { color: rgb(187,129,220); }
H1.HeaderClassName
{
color: #BB81DC;
}
.AnyTagClassName
{
color: #BB81DC;
}
</style>
background-color css
<style>
a { background-color: #BB81DC; }
a { background-color: rgb(187,129,220); }
div.DivClassName
{
background-color: #BB81DC;
}
.BgClassName
{
background-color: #BB81DC;
}
</style>
border-color css
<style>
span { border-color: #BB81DC; }
span { border-color: rgb(187,129,220); }
td.TdClassName
{
border-color: #BB81DC;
}
.TagClassName
{
border-color: #BB81DC;
}
</style>