Shades of Wisteria #BF87D2
Tints of Wisteria #BF87D2
RGB
CMYK
RGB Variations
Color information
#BF87D2 (or 0xBF87D2) is known color: Wisteria. HEX triplet: BF, 87 and D2. RGB value is (191,135,210). Sum of RGB (Red+Green+Blue) = 191+135+210=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87D2 is #40782D. Grayscale: #A0A0A0. Windows color (decimal): -4225070 or 13797311. OLE color: 13797311.
HSL color Cylindrical-coordinate representation of color #BF87D2: hue angle of 284.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF87D2 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 135 | 210 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.18 |
| HSL | 284.8º | 0.45% | 0.68% | - |
| HSV(B) | 284.8º | 0.36% | 0.82% | - |
| XYZ | 41.78 | 33.06 | 65.15 | - |
| YUV | 160.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 210 | 0.09 | 0.36 | 0 | 0.18 | 284.8 | 0.45 | 0.68 |
| Hex | BF | 87 | D2 | 9 | 24 | 0 | 12 | 11D | 2D | 44 |
| Octal | 277 | 207 | 322 | 11 | 44 | 0 | 22 | 435 | 55 | 104 |
| Binary | 10111111 | 10000111 | 11010010 | 1001 | 100100 | 0 | 10010 | 100011101 | 101101 | 1000100 |
Color Harmonies of #BF87D2
Complementary color
Monochromatic Colors of #BF87D2
Black with #BF87D2
Text Example
Text Example
White with #BF87D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87D2; }
p { color: rgb(191,135,210); }
H1.HeaderClassName
{
color: #BF87D2;
}
.AnyTagClassName
{
color: #BF87D2;
}
</style>
background-color css
<style>
a { background-color: #BF87D2; }
a { background-color: rgb(191,135,210); }
div.DivClassName
{
background-color: #BF87D2;
}
.BgClassName
{
background-color: #BF87D2;
}
</style>
border-color css
<style>
span { border-color: #BF87D2; }
span { border-color: rgb(191,135,210); }
td.TdClassName
{
border-color: #BF87D2;
}
.TagClassName
{
border-color: #BF87D2;
}
</style>