Shades of Wisteria #BB7CDE
Tints of Wisteria #BB7CDE
RGB
CMYK
RGB Variations
Color information
#BB7CDE (or 0xBB7CDE) is known color: Wisteria. HEX triplet: BB, 7C and DE. RGB value is (187,124,222). Sum of RGB (Red+Green+Blue) = 187+124+222=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CDE is #448321. Grayscale: #999999. Windows color (decimal): -4490018 or 14580923. OLE color: 14580923.
HSL color Cylindrical-coordinate representation of color #BB7CDE: hue angle of 278.57º degrees, saturation: 0.6, 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 #BB7CDE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 124 | 222 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.13 |
| HSL | 278.57º | 0.6% | 0.68% | - |
| HSV(B) | 278.57º | 0.44% | 0.87% | - |
| XYZ | 40.89 | 30.25 | 72.79 | - |
| YUV | 154.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 222 | 0.16 | 0.44 | 0 | 0.13 | 278.57 | 0.6 | 0.68 |
| Hex | BB | 7C | DE | 10 | 2C | 0 | D | 117 | 3C | 44 |
| Octal | 273 | 174 | 336 | 20 | 54 | 0 | 15 | 427 | 74 | 104 |
| Binary | 10111011 | 1111100 | 11011110 | 10000 | 101100 | 0 | 1101 | 100010111 | 111100 | 1000100 |
Color Harmonies of #BB7CDE
Complementary color
Monochromatic Colors of #BB7CDE
Black with #BB7CDE
Text Example
Text Example
White with #BB7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CDE; }
p { color: rgb(187,124,222); }
H1.HeaderClassName
{
color: #BB7CDE;
}
.AnyTagClassName
{
color: #BB7CDE;
}
</style>
background-color css
<style>
a { background-color: #BB7CDE; }
a { background-color: rgb(187,124,222); }
div.DivClassName
{
background-color: #BB7CDE;
}
.BgClassName
{
background-color: #BB7CDE;
}
</style>
border-color css
<style>
span { border-color: #BB7CDE; }
span { border-color: rgb(187,124,222); }
td.TdClassName
{
border-color: #BB7CDE;
}
.TagClassName
{
border-color: #BB7CDE;
}
</style>