Shades of Wisteria #BB7DEB
Tints of Wisteria #BB7DEB
RGB
CMYK
RGB Variations
Color information
#BB7DEB (or 0xBB7DEB) is known color: Wisteria. HEX triplet: BB, 7D and EB. RGB value is (187,125,235). Sum of RGB (Red+Green+Blue) = 187+125+235=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB7DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DEB is #448214. Grayscale: #9B9B9B. Windows color (decimal): -4489749 or 15433147. OLE color: 15433147.
HSL color Cylindrical-coordinate representation of color #BB7DEB: hue angle of 273.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB7DEB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 125 | 235 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.08 |
| HSL | 273.82º | 0.73% | 0.71% | - |
| HSV(B) | 273.82º | 0.47% | 0.92% | - |
| XYZ | 42.82 | 31.23 | 82.37 | - |
| YUV | 156.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 235 | 0.20 | 0.47 | 0 | 0.08 | 273.82 | 0.73 | 0.71 |
| Hex | BB | 7D | EB | 14 | 2F | 0 | 8 | 112 | 49 | 47 |
| Octal | 273 | 175 | 353 | 24 | 57 | 0 | 10 | 422 | 111 | 107 |
| Binary | 10111011 | 1111101 | 11101011 | 10100 | 101111 | 0 | 1000 | 100010010 | 1001001 | 1000111 |
Color Harmonies of #BB7DEB
Complementary color
Monochromatic Colors of #BB7DEB
Black with #BB7DEB
Text Example
Text Example
White with #BB7DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DEB; }
p { color: rgb(187,125,235); }
H1.HeaderClassName
{
color: #BB7DEB;
}
.AnyTagClassName
{
color: #BB7DEB;
}
</style>
background-color css
<style>
a { background-color: #BB7DEB; }
a { background-color: rgb(187,125,235); }
div.DivClassName
{
background-color: #BB7DEB;
}
.BgClassName
{
background-color: #BB7DEB;
}
</style>
border-color css
<style>
span { border-color: #BB7DEB; }
span { border-color: rgb(187,125,235); }
td.TdClassName
{
border-color: #BB7DEB;
}
.TagClassName
{
border-color: #BB7DEB;
}
</style>