Shades of Wisteria #BF87DB
Tints of Wisteria #BF87DB
RGB
CMYK
RGB Variations
Color information
#BF87DB (or 0xBF87DB) is known color: Wisteria. HEX triplet: BF, 87 and DB. RGB value is (191,135,219). Sum of RGB (Red+Green+Blue) = 191+135+219=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87DB is #407824. Grayscale: #A1A1A1. Windows color (decimal): -4225061 or 14387135. OLE color: 14387135.
HSL color Cylindrical-coordinate representation of color #BF87DB: hue angle of 280º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF87DB is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 135 | 219 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.14 |
| HSL | 280º | 0.54% | 0.69% | - |
| HSV(B) | 280º | 0.38% | 0.86% | - |
| XYZ | 42.94 | 33.52 | 71.22 | - |
| YUV | 161.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 219 | 0.13 | 0.38 | 0 | 0.14 | 280 | 0.54 | 0.69 |
| Hex | BF | 87 | DB | D | 26 | 0 | E | 118 | 36 | 45 |
| Octal | 277 | 207 | 333 | 15 | 46 | 0 | 16 | 430 | 66 | 105 |
| Binary | 10111111 | 10000111 | 11011011 | 1101 | 100110 | 0 | 1110 | 100011000 | 110110 | 1000101 |
Color Harmonies of #BF87DB
Complementary color
Monochromatic Colors of #BF87DB
Black with #BF87DB
Text Example
Text Example
White with #BF87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87DB; }
p { color: rgb(191,135,219); }
H1.HeaderClassName
{
color: #BF87DB;
}
.AnyTagClassName
{
color: #BF87DB;
}
</style>
background-color css
<style>
a { background-color: #BF87DB; }
a { background-color: rgb(191,135,219); }
div.DivClassName
{
background-color: #BF87DB;
}
.BgClassName
{
background-color: #BF87DB;
}
</style>
border-color css
<style>
span { border-color: #BF87DB; }
span { border-color: rgb(191,135,219); }
td.TdClassName
{
border-color: #BF87DB;
}
.TagClassName
{
border-color: #BF87DB;
}
</style>