Shades of Wisteria #BF7FDB
Tints of Wisteria #BF7FDB
RGB
CMYK
RGB Variations
Color information
#BF7FDB (or 0xBF7FDB) is known color: Wisteria. HEX triplet: BF, 7F and DB. RGB value is (191,127,219). Sum of RGB (Red+Green+Blue) = 191+127+219=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FDB is #408024. Grayscale: #9C9C9C. Windows color (decimal): -4227109 or 14385087. OLE color: 14385087.
HSL color Cylindrical-coordinate representation of color #BF7FDB: hue angle of 281.74º degrees, saturation: 0.56, 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 #BF7FDB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 127 | 219 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.14 |
| HSL | 281.74º | 0.56% | 0.68% | - |
| HSV(B) | 281.74º | 0.42% | 0.86% | - |
| XYZ | 41.86 | 31.37 | 70.87 | - |
| YUV | 156.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 219 | 0.13 | 0.42 | 0 | 0.14 | 281.74 | 0.56 | 0.68 |
| Hex | BF | 7F | DB | D | 2A | 0 | E | 11A | 38 | 44 |
| Octal | 277 | 177 | 333 | 15 | 52 | 0 | 16 | 432 | 70 | 104 |
| Binary | 10111111 | 1111111 | 11011011 | 1101 | 101010 | 0 | 1110 | 100011010 | 111000 | 1000100 |
Color Harmonies of #BF7FDB
Complementary color
Monochromatic Colors of #BF7FDB
Black with #BF7FDB
Text Example
Text Example
White with #BF7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7FDB; }
p { color: rgb(191,127,219); }
H1.HeaderClassName
{
color: #BF7FDB;
}
.AnyTagClassName
{
color: #BF7FDB;
}
</style>
background-color css
<style>
a { background-color: #BF7FDB; }
a { background-color: rgb(191,127,219); }
div.DivClassName
{
background-color: #BF7FDB;
}
.BgClassName
{
background-color: #BF7FDB;
}
</style>
border-color css
<style>
span { border-color: #BF7FDB; }
span { border-color: rgb(191,127,219); }
td.TdClassName
{
border-color: #BF7FDB;
}
.TagClassName
{
border-color: #BF7FDB;
}
</style>