Shades of Wisteria #BD87F9
Tints of Wisteria #BD87F9
RGB
CMYK
RGB Variations
Color information
#BD87F9 (or 0xBD87F9) is known color: Wisteria. HEX triplet: BD, 87 and F9. RGB value is (189,135,249). Sum of RGB (Red+Green+Blue) = 189+135+249=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD87F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD87F9 is #427806. Grayscale: #A3A3A3. Windows color (decimal): -4356103 or 16353213. OLE color: 16353213.
HSL color Cylindrical-coordinate representation of color #BD87F9: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD87F9 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 135 | 249 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.02 |
| HSL | 268.42º | 0.9% | 0.75% | - |
| HSV(B) | 268.42º | 0.46% | 0.98% | - |
| XYZ | 46.75 | 34.99 | 93.91 | - |
| YUV | 164.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 249 | 0.24 | 0.46 | 0 | 0.02 | 268.42 | 0.9 | 0.75 |
| Hex | BD | 87 | F9 | 18 | 2E | 0 | 2 | 10C | 5A | 4B |
| Octal | 275 | 207 | 371 | 30 | 56 | 0 | 2 | 414 | 132 | 113 |
| Binary | 10111101 | 10000111 | 11111001 | 11000 | 101110 | 0 | 10 | 100001100 | 1011010 | 1001011 |
Color Harmonies of #BD87F9
Complementary color
Monochromatic Colors of #BD87F9
Black with #BD87F9
Text Example
Text Example
White with #BD87F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87F9; }
p { color: rgb(189,135,249); }
H1.HeaderClassName
{
color: #BD87F9;
}
.AnyTagClassName
{
color: #BD87F9;
}
</style>
background-color css
<style>
a { background-color: #BD87F9; }
a { background-color: rgb(189,135,249); }
div.DivClassName
{
background-color: #BD87F9;
}
.BgClassName
{
background-color: #BD87F9;
}
</style>
border-color css
<style>
span { border-color: #BD87F9; }
span { border-color: rgb(189,135,249); }
td.TdClassName
{
border-color: #BD87F9;
}
.TagClassName
{
border-color: #BD87F9;
}
</style>