Shades of Wisteria #BD8EEB
Tints of Wisteria #BD8EEB
RGB
CMYK
RGB Variations
Color information
#BD8EEB (or 0xBD8EEB) is known color: Wisteria. HEX triplet: BD, 8E and EB. RGB value is (189,142,235). Sum of RGB (Red+Green+Blue) = 189+142+235=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8EEB is #427114. Grayscale: #A6A6A6. Windows color (decimal): -4354325 or 15437501. OLE color: 15437501.
HSL color Cylindrical-coordinate representation of color #BD8EEB: hue angle of 270.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8EEB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 142 | 235 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.08 |
| HSL | 270.32º | 0.7% | 0.74% | - |
| HSV(B) | 270.32º | 0.4% | 0.92% | - |
| XYZ | 45.65 | 36.16 | 83.17 | - |
| YUV | 166.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 235 | 0.20 | 0.40 | 0 | 0.08 | 270.32 | 0.7 | 0.74 |
| Hex | BD | 8E | EB | 14 | 28 | 0 | 8 | 10E | 46 | 4A |
| Octal | 275 | 216 | 353 | 24 | 50 | 0 | 10 | 416 | 106 | 112 |
| Binary | 10111101 | 10001110 | 11101011 | 10100 | 101000 | 0 | 1000 | 100001110 | 1000110 | 1001010 |
Color Harmonies of #BD8EEB
Complementary color
Monochromatic Colors of #BD8EEB
Black with #BD8EEB
Text Example
Text Example
White with #BD8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8EEB; }
p { color: rgb(189,142,235); }
H1.HeaderClassName
{
color: #BD8EEB;
}
.AnyTagClassName
{
color: #BD8EEB;
}
</style>
background-color css
<style>
a { background-color: #BD8EEB; }
a { background-color: rgb(189,142,235); }
div.DivClassName
{
background-color: #BD8EEB;
}
.BgClassName
{
background-color: #BD8EEB;
}
</style>
border-color css
<style>
span { border-color: #BD8EEB; }
span { border-color: rgb(189,142,235); }
td.TdClassName
{
border-color: #BD8EEB;
}
.TagClassName
{
border-color: #BD8EEB;
}
</style>