Shades of Wisteria #BB7FDF
Tints of Wisteria #BB7FDF
RGB
CMYK
RGB Variations
Color information
#BB7FDF (or 0xBB7FDF) is known color: Wisteria. HEX triplet: BB, 7F and DF. RGB value is (187,127,223). Sum of RGB (Red+Green+Blue) = 187+127+223=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FDF is #448020. Grayscale: #9B9B9B. Windows color (decimal): -4489249 or 14647227. OLE color: 14647227.
HSL color Cylindrical-coordinate representation of color #BB7FDF: hue angle of 277.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7FDF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 127 | 223 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 277.5º | 0.6% | 0.69% | - |
| HSV(B) | 277.5º | 0.43% | 0.87% | - |
| XYZ | 41.4 | 31.07 | 73.63 | - |
| YUV | 155.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 223 | 0.16 | 0.43 | 0 | 0.13 | 277.5 | 0.6 | 0.69 |
| Hex | BB | 7F | DF | 10 | 2B | 0 | D | 116 | 3C | 45 |
| Octal | 273 | 177 | 337 | 20 | 53 | 0 | 15 | 426 | 74 | 105 |
| Binary | 10111011 | 1111111 | 11011111 | 10000 | 101011 | 0 | 1101 | 100010110 | 111100 | 1000101 |
Color Harmonies of #BB7FDF
Complementary color
Monochromatic Colors of #BB7FDF
Black with #BB7FDF
Text Example
Text Example
White with #BB7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FDF; }
p { color: rgb(187,127,223); }
H1.HeaderClassName
{
color: #BB7FDF;
}
.AnyTagClassName
{
color: #BB7FDF;
}
</style>
background-color css
<style>
a { background-color: #BB7FDF; }
a { background-color: rgb(187,127,223); }
div.DivClassName
{
background-color: #BB7FDF;
}
.BgClassName
{
background-color: #BB7FDF;
}
</style>
border-color css
<style>
span { border-color: #BB7FDF; }
span { border-color: rgb(187,127,223); }
td.TdClassName
{
border-color: #BB7FDF;
}
.TagClassName
{
border-color: #BB7FDF;
}
</style>