Shades of Wisteria #BB7EE6
Tints of Wisteria #BB7EE6
RGB
CMYK
RGB Variations
Color information
#BB7EE6 (or 0xBB7EE6) is known color: Wisteria. HEX triplet: BB, 7E and E6. RGB value is (187,126,230). Sum of RGB (Red+Green+Blue) = 187+126+230=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB7EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7EE6 is #448119. Grayscale: #9B9B9B. Windows color (decimal): -4489498 or 15105723. OLE color: 15105723.
HSL color Cylindrical-coordinate representation of color #BB7EE6: hue angle of 275.19º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7EE6 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 126 | 230 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.10 |
| HSL | 275.19º | 0.68% | 0.7% | - |
| HSV(B) | 275.19º | 0.45% | 0.9% | - |
| XYZ | 42.24 | 31.2 | 78.66 | - |
| YUV | 156.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 230 | 0.19 | 0.45 | 0 | 0.10 | 275.19 | 0.68 | 0.7 |
| Hex | BB | 7E | E6 | 13 | 2D | 0 | A | 113 | 44 | 46 |
| Octal | 273 | 176 | 346 | 23 | 55 | 0 | 12 | 423 | 104 | 106 |
| Binary | 10111011 | 1111110 | 11100110 | 10011 | 101101 | 0 | 1010 | 100010011 | 1000100 | 1000110 |
Color Harmonies of #BB7EE6
Complementary color
Monochromatic Colors of #BB7EE6
Black with #BB7EE6
Text Example
Text Example
White with #BB7EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7EE6; }
p { color: rgb(187,126,230); }
H1.HeaderClassName
{
color: #BB7EE6;
}
.AnyTagClassName
{
color: #BB7EE6;
}
</style>
background-color css
<style>
a { background-color: #BB7EE6; }
a { background-color: rgb(187,126,230); }
div.DivClassName
{
background-color: #BB7EE6;
}
.BgClassName
{
background-color: #BB7EE6;
}
</style>
border-color css
<style>
span { border-color: #BB7EE6; }
span { border-color: rgb(187,126,230); }
td.TdClassName
{
border-color: #BB7EE6;
}
.TagClassName
{
border-color: #BB7EE6;
}
</style>