Shades of Wisteria #BB7BDC
Tints of Wisteria #BB7BDC
RGB
CMYK
RGB Variations
Color information
#BB7BDC (or 0xBB7BDC) is known color: Wisteria. HEX triplet: BB, 7B and DC. RGB value is (187,123,220). Sum of RGB (Red+Green+Blue) = 187+123+220=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BDC is #448423. Grayscale: #989898. Windows color (decimal): -4490276 or 14449595. OLE color: 14449595.
HSL color Cylindrical-coordinate representation of color #BB7BDC: hue angle of 279.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7BDC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 123 | 220 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.14 |
| HSL | 279.59º | 0.58% | 0.67% | - |
| HSV(B) | 279.59º | 0.44% | 0.86% | - |
| XYZ | 40.49 | 29.9 | 71.35 | - |
| YUV | 153.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 220 | 0.15 | 0.44 | 0 | 0.14 | 279.59 | 0.58 | 0.67 |
| Hex | BB | 7B | DC | F | 2C | 0 | E | 118 | 3A | 43 |
| Octal | 273 | 173 | 334 | 17 | 54 | 0 | 16 | 430 | 72 | 103 |
| Binary | 10111011 | 1111011 | 11011100 | 1111 | 101100 | 0 | 1110 | 100011000 | 111010 | 1000011 |
Color Harmonies of #BB7BDC
Complementary color
Monochromatic Colors of #BB7BDC
Black with #BB7BDC
Text Example
Text Example
White with #BB7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BDC; }
p { color: rgb(187,123,220); }
H1.HeaderClassName
{
color: #BB7BDC;
}
.AnyTagClassName
{
color: #BB7BDC;
}
</style>
background-color css
<style>
a { background-color: #BB7BDC; }
a { background-color: rgb(187,123,220); }
div.DivClassName
{
background-color: #BB7BDC;
}
.BgClassName
{
background-color: #BB7BDC;
}
</style>
border-color css
<style>
span { border-color: #BB7BDC; }
span { border-color: rgb(187,123,220); }
td.TdClassName
{
border-color: #BB7BDC;
}
.TagClassName
{
border-color: #BB7BDC;
}
</style>