Shades of Wisteria #BB7CDD
Tints of Wisteria #BB7CDD
RGB
CMYK
RGB Variations
Color information
#BB7CDD (or 0xBB7CDD) is known color: Wisteria. HEX triplet: BB, 7C and DD. RGB value is (187,124,221). Sum of RGB (Red+Green+Blue) = 187+124+221=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CDD is #448322. Grayscale: #999999. Windows color (decimal): -4490019 or 14515387. OLE color: 14515387.
HSL color Cylindrical-coordinate representation of color #BB7CDD: hue angle of 278.97º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7CDD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 124 | 221 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.13 |
| HSL | 278.97º | 0.59% | 0.68% | - |
| HSV(B) | 278.97º | 0.44% | 0.87% | - |
| XYZ | 40.75 | 30.2 | 72.09 | - |
| YUV | 153.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 221 | 0.15 | 0.44 | 0 | 0.13 | 278.97 | 0.59 | 0.68 |
| Hex | BB | 7C | DD | F | 2C | 0 | D | 117 | 3B | 44 |
| Octal | 273 | 174 | 335 | 17 | 54 | 0 | 15 | 427 | 73 | 104 |
| Binary | 10111011 | 1111100 | 11011101 | 1111 | 101100 | 0 | 1101 | 100010111 | 111011 | 1000100 |
Color Harmonies of #BB7CDD
Complementary color
Monochromatic Colors of #BB7CDD
Black with #BB7CDD
Text Example
Text Example
White with #BB7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CDD; }
p { color: rgb(187,124,221); }
H1.HeaderClassName
{
color: #BB7CDD;
}
.AnyTagClassName
{
color: #BB7CDD;
}
</style>
background-color css
<style>
a { background-color: #BB7CDD; }
a { background-color: rgb(187,124,221); }
div.DivClassName
{
background-color: #BB7CDD;
}
.BgClassName
{
background-color: #BB7CDD;
}
</style>
border-color css
<style>
span { border-color: #BB7CDD; }
span { border-color: rgb(187,124,221); }
td.TdClassName
{
border-color: #BB7CDD;
}
.TagClassName
{
border-color: #BB7CDD;
}
</style>