Shades of Wisteria #BB7DDD
Tints of Wisteria #BB7DDD
RGB
CMYK
RGB Variations
Color information
#BB7DDD (or 0xBB7DDD) is known color: Wisteria. HEX triplet: BB, 7D and DD. RGB value is (187,125,221). Sum of RGB (Red+Green+Blue) = 187+125+221=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DDD is #448222. Grayscale: #9A9A9A. Windows color (decimal): -4489763 or 14515643. OLE color: 14515643.
HSL color Cylindrical-coordinate representation of color #BB7DDD: hue angle of 278.75º 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 #BB7DDD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 125 | 221 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.13 |
| HSL | 278.75º | 0.59% | 0.68% | - |
| HSV(B) | 278.75º | 0.43% | 0.87% | - |
| XYZ | 40.88 | 30.45 | 72.13 | - |
| YUV | 154.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 221 | 0.15 | 0.43 | 0 | 0.13 | 278.75 | 0.59 | 0.68 |
| Hex | BB | 7D | DD | F | 2B | 0 | D | 117 | 3B | 44 |
| Octal | 273 | 175 | 335 | 17 | 53 | 0 | 15 | 427 | 73 | 104 |
| Binary | 10111011 | 1111101 | 11011101 | 1111 | 101011 | 0 | 1101 | 100010111 | 111011 | 1000100 |
Color Harmonies of #BB7DDD
Complementary color
Monochromatic Colors of #BB7DDD
Black with #BB7DDD
Text Example
Text Example
White with #BB7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DDD; }
p { color: rgb(187,125,221); }
H1.HeaderClassName
{
color: #BB7DDD;
}
.AnyTagClassName
{
color: #BB7DDD;
}
</style>
background-color css
<style>
a { background-color: #BB7DDD; }
a { background-color: rgb(187,125,221); }
div.DivClassName
{
background-color: #BB7DDD;
}
.BgClassName
{
background-color: #BB7DDD;
}
</style>
border-color css
<style>
span { border-color: #BB7DDD; }
span { border-color: rgb(187,125,221); }
td.TdClassName
{
border-color: #BB7DDD;
}
.TagClassName
{
border-color: #BB7DDD;
}
</style>