Shades of Wisteria #BD87F2
Tints of Wisteria #BD87F2
RGB
CMYK
RGB Variations
Color information
#BD87F2 (or 0xBD87F2) is known color: Wisteria. HEX triplet: BD, 87 and F2. RGB value is (189,135,242). Sum of RGB (Red+Green+Blue) = 189+135+242=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD87F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD87F2 is #42780D. Grayscale: #A2A2A2. Windows color (decimal): -4356110 or 15894461. OLE color: 15894461.
HSL color Cylindrical-coordinate representation of color #BD87F2: hue angle of 270.28º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD87F2 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 135 | 242 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.05 |
| HSL | 270.28º | 0.8% | 0.74% | - |
| HSV(B) | 270.28º | 0.44% | 0.95% | - |
| XYZ | 45.68 | 34.56 | 88.27 | - |
| YUV | 163.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 242 | 0.22 | 0.44 | 0 | 0.05 | 270.28 | 0.8 | 0.74 |
| Hex | BD | 87 | F2 | 16 | 2C | 0 | 5 | 10E | 50 | 4A |
| Octal | 275 | 207 | 362 | 26 | 54 | 0 | 5 | 416 | 120 | 112 |
| Binary | 10111101 | 10000111 | 11110010 | 10110 | 101100 | 0 | 101 | 100001110 | 1010000 | 1001010 |
Color Harmonies of #BD87F2
Complementary color
Monochromatic Colors of #BD87F2
Black with #BD87F2
Text Example
Text Example
White with #BD87F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87F2; }
p { color: rgb(189,135,242); }
H1.HeaderClassName
{
color: #BD87F2;
}
.AnyTagClassName
{
color: #BD87F2;
}
</style>
background-color css
<style>
a { background-color: #BD87F2; }
a { background-color: rgb(189,135,242); }
div.DivClassName
{
background-color: #BD87F2;
}
.BgClassName
{
background-color: #BD87F2;
}
</style>
border-color css
<style>
span { border-color: #BD87F2; }
span { border-color: rgb(189,135,242); }
td.TdClassName
{
border-color: #BD87F2;
}
.TagClassName
{
border-color: #BD87F2;
}
</style>