Shades of Wisteria #BB7FDE
Tints of Wisteria #BB7FDE
RGB
CMYK
RGB Variations
Color information
#BB7FDE (or 0xBB7FDE) is known color: Wisteria. HEX triplet: BB, 7F and DE. RGB value is (187,127,222). Sum of RGB (Red+Green+Blue) = 187+127+222=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FDE is #448021. Grayscale: #9B9B9B. Windows color (decimal): -4489250 or 14581691. OLE color: 14581691.
HSL color Cylindrical-coordinate representation of color #BB7FDE: hue angle of 277.89º 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 #BB7FDE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 127 | 222 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 277.89º | 0.59% | 0.68% | - |
| HSV(B) | 277.89º | 0.43% | 0.87% | - |
| XYZ | 41.27 | 31.02 | 72.92 | - |
| YUV | 155.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 222 | 0.16 | 0.43 | 0 | 0.13 | 277.89 | 0.59 | 0.68 |
| Hex | BB | 7F | DE | 10 | 2B | 0 | D | 116 | 3B | 44 |
| Octal | 273 | 177 | 336 | 20 | 53 | 0 | 15 | 426 | 73 | 104 |
| Binary | 10111011 | 1111111 | 11011110 | 10000 | 101011 | 0 | 1101 | 100010110 | 111011 | 1000100 |
Color Harmonies of #BB7FDE
Complementary color
Monochromatic Colors of #BB7FDE
Black with #BB7FDE
Text Example
Text Example
White with #BB7FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FDE; }
p { color: rgb(187,127,222); }
H1.HeaderClassName
{
color: #BB7FDE;
}
.AnyTagClassName
{
color: #BB7FDE;
}
</style>
background-color css
<style>
a { background-color: #BB7FDE; }
a { background-color: rgb(187,127,222); }
div.DivClassName
{
background-color: #BB7FDE;
}
.BgClassName
{
background-color: #BB7FDE;
}
</style>
border-color css
<style>
span { border-color: #BB7FDE; }
span { border-color: rgb(187,127,222); }
td.TdClassName
{
border-color: #BB7FDE;
}
.TagClassName
{
border-color: #BB7FDE;
}
</style>