Shades of Wisteria #BB7FDC
Tints of Wisteria #BB7FDC
RGB
CMYK
RGB Variations
Color information
#BB7FDC (or 0xBB7FDC) is known color: Wisteria. HEX triplet: BB, 7F and DC. RGB value is (187,127,220). Sum of RGB (Red+Green+Blue) = 187+127+220=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FDC is #448023. Grayscale: #9B9B9B. Windows color (decimal): -4489252 or 14450619. OLE color: 14450619.
HSL color Cylindrical-coordinate representation of color #BB7FDC: hue angle of 278.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB7FDC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 127 | 220 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.14 |
| HSL | 278.71º | 0.57% | 0.68% | - |
| HSV(B) | 278.71º | 0.42% | 0.86% | - |
| XYZ | 41 | 30.91 | 71.52 | - |
| YUV | 155.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 220 | 0.15 | 0.42 | 0 | 0.14 | 278.71 | 0.57 | 0.68 |
| Hex | BB | 7F | DC | F | 2A | 0 | E | 117 | 39 | 44 |
| Octal | 273 | 177 | 334 | 17 | 52 | 0 | 16 | 427 | 71 | 104 |
| Binary | 10111011 | 1111111 | 11011100 | 1111 | 101010 | 0 | 1110 | 100010111 | 111001 | 1000100 |
Color Harmonies of #BB7FDC
Complementary color
Monochromatic Colors of #BB7FDC
Black with #BB7FDC
Text Example
Text Example
White with #BB7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FDC; }
p { color: rgb(187,127,220); }
H1.HeaderClassName
{
color: #BB7FDC;
}
.AnyTagClassName
{
color: #BB7FDC;
}
</style>
background-color css
<style>
a { background-color: #BB7FDC; }
a { background-color: rgb(187,127,220); }
div.DivClassName
{
background-color: #BB7FDC;
}
.BgClassName
{
background-color: #BB7FDC;
}
</style>
border-color css
<style>
span { border-color: #BB7FDC; }
span { border-color: rgb(187,127,220); }
td.TdClassName
{
border-color: #BB7FDC;
}
.TagClassName
{
border-color: #BB7FDC;
}
</style>