Shades of Wisteria #BB7EDE
Tints of Wisteria #BB7EDE
RGB
CMYK
RGB Variations
Color information
#BB7EDE (or 0xBB7EDE) is known color: Wisteria. HEX triplet: BB, 7E and DE. RGB value is (187,126,222). Sum of RGB (Red+Green+Blue) = 187+126+222=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EDE is #448121. Grayscale: #9A9A9A. Windows color (decimal): -4489506 or 14581435. OLE color: 14581435.
HSL color Cylindrical-coordinate representation of color #BB7EDE: hue angle of 278.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7EDE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 126 | 222 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 278.13º | 0.59% | 0.68% | - |
| HSV(B) | 278.13º | 0.43% | 0.87% | - |
| XYZ | 41.14 | 30.76 | 72.88 | - |
| YUV | 155.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 222 | 0.16 | 0.43 | 0 | 0.13 | 278.13 | 0.59 | 0.68 |
| Hex | BB | 7E | DE | 10 | 2B | 0 | D | 116 | 3B | 44 |
| Octal | 273 | 176 | 336 | 20 | 53 | 0 | 15 | 426 | 73 | 104 |
| Binary | 10111011 | 1111110 | 11011110 | 10000 | 101011 | 0 | 1101 | 100010110 | 111011 | 1000100 |
Color Harmonies of #BB7EDE
Complementary color
Monochromatic Colors of #BB7EDE
Black with #BB7EDE
Text Example
Text Example
White with #BB7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7EDE; }
p { color: rgb(187,126,222); }
H1.HeaderClassName
{
color: #BB7EDE;
}
.AnyTagClassName
{
color: #BB7EDE;
}
</style>
background-color css
<style>
a { background-color: #BB7EDE; }
a { background-color: rgb(187,126,222); }
div.DivClassName
{
background-color: #BB7EDE;
}
.BgClassName
{
background-color: #BB7EDE;
}
</style>
border-color css
<style>
span { border-color: #BB7EDE; }
span { border-color: rgb(187,126,222); }
td.TdClassName
{
border-color: #BB7EDE;
}
.TagClassName
{
border-color: #BB7EDE;
}
</style>