Shades of Wisteria #BB7FDD
Tints of Wisteria #BB7FDD
RGB
CMYK
RGB Variations
Color information
#BB7FDD (or 0xBB7FDD) is known color: Wisteria. HEX triplet: BB, 7F and DD. RGB value is (187,127,221). Sum of RGB (Red+Green+Blue) = 187+127+221=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FDD is #448022. Grayscale: #9B9B9B. Windows color (decimal): -4489251 or 14516155. OLE color: 14516155.
HSL color Cylindrical-coordinate representation of color #BB7FDD: hue angle of 278.3º degrees, saturation: 0.58, 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 #BB7FDD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 127 | 221 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.13 |
| HSL | 278.3º | 0.58% | 0.68% | - |
| HSV(B) | 278.3º | 0.43% | 0.87% | - |
| XYZ | 41.13 | 30.96 | 72.22 | - |
| YUV | 155.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 221 | 0.15 | 0.43 | 0 | 0.13 | 278.3 | 0.58 | 0.68 |
| Hex | BB | 7F | DD | F | 2B | 0 | D | 116 | 3A | 44 |
| Octal | 273 | 177 | 335 | 17 | 53 | 0 | 15 | 426 | 72 | 104 |
| Binary | 10111011 | 1111111 | 11011101 | 1111 | 101011 | 0 | 1101 | 100010110 | 111010 | 1000100 |
Color Harmonies of #BB7FDD
Complementary color
Monochromatic Colors of #BB7FDD
Black with #BB7FDD
Text Example
Text Example
White with #BB7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FDD; }
p { color: rgb(187,127,221); }
H1.HeaderClassName
{
color: #BB7FDD;
}
.AnyTagClassName
{
color: #BB7FDD;
}
</style>
background-color css
<style>
a { background-color: #BB7FDD; }
a { background-color: rgb(187,127,221); }
div.DivClassName
{
background-color: #BB7FDD;
}
.BgClassName
{
background-color: #BB7FDD;
}
</style>
border-color css
<style>
span { border-color: #BB7FDD; }
span { border-color: rgb(187,127,221); }
td.TdClassName
{
border-color: #BB7FDD;
}
.TagClassName
{
border-color: #BB7FDD;
}
</style>