Shades of Wisteria #BB81E6
Tints of Wisteria #BB81E6
RGB
CMYK
RGB Variations
Color information
#BB81E6 (or 0xBB81E6) is known color: Wisteria. HEX triplet: BB, 81 and E6. RGB value is (187,129,230). Sum of RGB (Red+Green+Blue) = 187+129+230=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB81E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81E6 is #447E19. Grayscale: #9D9D9D. Windows color (decimal): -4488730 or 15106491. OLE color: 15106491.
HSL color Cylindrical-coordinate representation of color #BB81E6: hue angle of 274.46º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB81E6 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 129 | 230 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.10 |
| HSL | 274.46º | 0.67% | 0.7% | - |
| HSV(B) | 274.46º | 0.44% | 0.9% | - |
| XYZ | 42.63 | 31.98 | 78.79 | - |
| YUV | 157.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 230 | 0.19 | 0.44 | 0 | 0.10 | 274.46 | 0.67 | 0.7 |
| Hex | BB | 81 | E6 | 13 | 2C | 0 | A | 112 | 43 | 46 |
| Octal | 273 | 201 | 346 | 23 | 54 | 0 | 12 | 422 | 103 | 106 |
| Binary | 10111011 | 10000001 | 11100110 | 10011 | 101100 | 0 | 1010 | 100010010 | 1000011 | 1000110 |
Color Harmonies of #BB81E6
Complementary color
Monochromatic Colors of #BB81E6
Black with #BB81E6
Text Example
Text Example
White with #BB81E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81E6; }
p { color: rgb(187,129,230); }
H1.HeaderClassName
{
color: #BB81E6;
}
.AnyTagClassName
{
color: #BB81E6;
}
</style>
background-color css
<style>
a { background-color: #BB81E6; }
a { background-color: rgb(187,129,230); }
div.DivClassName
{
background-color: #BB81E6;
}
.BgClassName
{
background-color: #BB81E6;
}
</style>
border-color css
<style>
span { border-color: #BB81E6; }
span { border-color: rgb(187,129,230); }
td.TdClassName
{
border-color: #BB81E6;
}
.TagClassName
{
border-color: #BB81E6;
}
</style>