Shades of Wisteria #BF99DB
Tints of Wisteria #BF99DB
RGB
CMYK
RGB Variations
Color information
#BF99DB (or 0xBF99DB) is known color: Wisteria. HEX triplet: BF, 99 and DB. RGB value is (191,153,219). Sum of RGB (Red+Green+Blue) = 191+153+219=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99DB is #406624. Grayscale: #ABABAB. Windows color (decimal): -4220453 or 14391743. OLE color: 14391743.
HSL color Cylindrical-coordinate representation of color #BF99DB: hue angle of 274.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF99DB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 153 | 219 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.14 |
| HSL | 274.55º | 0.48% | 0.73% | - |
| HSV(B) | 274.55º | 0.3% | 0.86% | - |
| XYZ | 45.66 | 38.97 | 72.13 | - |
| YUV | 171.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 219 | 0.13 | 0.30 | 0 | 0.14 | 274.55 | 0.48 | 0.73 |
| Hex | BF | 99 | DB | D | 1E | 0 | E | 113 | 30 | 49 |
| Octal | 277 | 231 | 333 | 15 | 36 | 0 | 16 | 423 | 60 | 111 |
| Binary | 10111111 | 10011001 | 11011011 | 1101 | 11110 | 0 | 1110 | 100010011 | 110000 | 1001001 |
Color Harmonies of #BF99DB
Complementary color
Monochromatic Colors of #BF99DB
Black with #BF99DB
Text Example
Text Example
White with #BF99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99DB; }
p { color: rgb(191,153,219); }
H1.HeaderClassName
{
color: #BF99DB;
}
.AnyTagClassName
{
color: #BF99DB;
}
</style>
background-color css
<style>
a { background-color: #BF99DB; }
a { background-color: rgb(191,153,219); }
div.DivClassName
{
background-color: #BF99DB;
}
.BgClassName
{
background-color: #BF99DB;
}
</style>
border-color css
<style>
span { border-color: #BF99DB; }
span { border-color: rgb(191,153,219); }
td.TdClassName
{
border-color: #BF99DB;
}
.TagClassName
{
border-color: #BF99DB;
}
</style>