Shades of Wisteria #BB7CDF
Tints of Wisteria #BB7CDF
RGB
CMYK
RGB Variations
Color information
#BB7CDF (or 0xBB7CDF) is known color: Wisteria. HEX triplet: BB, 7C and DF. RGB value is (187,124,223). Sum of RGB (Red+Green+Blue) = 187+124+223=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CDF is #448320. Grayscale: #999999. Windows color (decimal): -4490017 or 14646459. OLE color: 14646459.
HSL color Cylindrical-coordinate representation of color #BB7CDF: hue angle of 278.18º degrees, saturation: 0.61, 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 #BB7CDF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 124 | 223 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.13 |
| HSL | 278.18º | 0.61% | 0.68% | - |
| HSV(B) | 278.18º | 0.44% | 0.87% | - |
| XYZ | 41.02 | 30.31 | 73.5 | - |
| YUV | 154.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 223 | 0.16 | 0.44 | 0 | 0.13 | 278.18 | 0.61 | 0.68 |
| Hex | BB | 7C | DF | 10 | 2C | 0 | D | 116 | 3D | 44 |
| Octal | 273 | 174 | 337 | 20 | 54 | 0 | 15 | 426 | 75 | 104 |
| Binary | 10111011 | 1111100 | 11011111 | 10000 | 101100 | 0 | 1101 | 100010110 | 111101 | 1000100 |
Color Harmonies of #BB7CDF
Complementary color
Monochromatic Colors of #BB7CDF
Black with #BB7CDF
Text Example
Text Example
White with #BB7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CDF; }
p { color: rgb(187,124,223); }
H1.HeaderClassName
{
color: #BB7CDF;
}
.AnyTagClassName
{
color: #BB7CDF;
}
</style>
background-color css
<style>
a { background-color: #BB7CDF; }
a { background-color: rgb(187,124,223); }
div.DivClassName
{
background-color: #BB7CDF;
}
.BgClassName
{
background-color: #BB7CDF;
}
</style>
border-color css
<style>
span { border-color: #BB7CDF; }
span { border-color: rgb(187,124,223); }
td.TdClassName
{
border-color: #BB7CDF;
}
.TagClassName
{
border-color: #BB7CDF;
}
</style>