Shades of Wisteria #BD87D1
Tints of Wisteria #BD87D1
RGB
CMYK
RGB Variations
Color information
#BD87D1 (or 0xBD87D1) is known color: Wisteria. HEX triplet: BD, 87 and D1. RGB value is (189,135,209). Sum of RGB (Red+Green+Blue) = 189+135+209=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87D1 is #42782E. Grayscale: #9F9F9F. Windows color (decimal): -4356143 or 13731773. OLE color: 13731773.
HSL color Cylindrical-coordinate representation of color #BD87D1: hue angle of 283.78º 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 #BD87D1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 135 | 209 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.18 |
| HSL | 283.78º | 0.45% | 0.67% | - |
| HSV(B) | 283.78º | 0.35% | 0.82% | - |
| XYZ | 41.16 | 32.75 | 64.47 | - |
| YUV | 159.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 209 | 0.10 | 0.35 | 0 | 0.18 | 283.78 | 0.45 | 0.67 |
| Hex | BD | 87 | D1 | A | 23 | 0 | 12 | 11C | 2D | 43 |
| Octal | 275 | 207 | 321 | 12 | 43 | 0 | 22 | 434 | 55 | 103 |
| Binary | 10111101 | 10000111 | 11010001 | 1010 | 100011 | 0 | 10010 | 100011100 | 101101 | 1000011 |
Color Harmonies of #BD87D1
Complementary color
Monochromatic Colors of #BD87D1
Black with #BD87D1
Text Example
Text Example
White with #BD87D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87D1; }
p { color: rgb(189,135,209); }
H1.HeaderClassName
{
color: #BD87D1;
}
.AnyTagClassName
{
color: #BD87D1;
}
</style>
background-color css
<style>
a { background-color: #BD87D1; }
a { background-color: rgb(189,135,209); }
div.DivClassName
{
background-color: #BD87D1;
}
.BgClassName
{
background-color: #BD87D1;
}
</style>
border-color css
<style>
span { border-color: #BD87D1; }
span { border-color: rgb(189,135,209); }
td.TdClassName
{
border-color: #BD87D1;
}
.TagClassName
{
border-color: #BD87D1;
}
</style>