Shades of Wisteria #BF87D1
Tints of Wisteria #BF87D1
RGB
CMYK
RGB Variations
Color information
#BF87D1 (or 0xBF87D1) is known color: Wisteria. HEX triplet: BF, 87 and D1. RGB value is (191,135,209). Sum of RGB (Red+Green+Blue) = 191+135+209=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87D1 is #40782E. Grayscale: #9F9F9F. Windows color (decimal): -4225071 or 13731775. OLE color: 13731775.
HSL color Cylindrical-coordinate representation of color #BF87D1: hue angle of 285.41º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF87D1 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 135 | 209 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.18 |
| HSL | 285.41º | 0.45% | 0.67% | - |
| HSV(B) | 285.41º | 0.35% | 0.82% | - |
| XYZ | 41.66 | 33.01 | 64.5 | - |
| YUV | 160.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 209 | 0.09 | 0.35 | 0 | 0.18 | 285.41 | 0.45 | 0.67 |
| Hex | BF | 87 | D1 | 9 | 23 | 0 | 12 | 11D | 2D | 43 |
| Octal | 277 | 207 | 321 | 11 | 43 | 0 | 22 | 435 | 55 | 103 |
| Binary | 10111111 | 10000111 | 11010001 | 1001 | 100011 | 0 | 10010 | 100011101 | 101101 | 1000011 |
Color Harmonies of #BF87D1
Complementary color
Monochromatic Colors of #BF87D1
Black with #BF87D1
Text Example
Text Example
White with #BF87D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87D1; }
p { color: rgb(191,135,209); }
H1.HeaderClassName
{
color: #BF87D1;
}
.AnyTagClassName
{
color: #BF87D1;
}
</style>
background-color css
<style>
a { background-color: #BF87D1; }
a { background-color: rgb(191,135,209); }
div.DivClassName
{
background-color: #BF87D1;
}
.BgClassName
{
background-color: #BF87D1;
}
</style>
border-color css
<style>
span { border-color: #BF87D1; }
span { border-color: rgb(191,135,209); }
td.TdClassName
{
border-color: #BF87D1;
}
.TagClassName
{
border-color: #BF87D1;
}
</style>