Shades of Wisteria #BD8EED
Tints of Wisteria #BD8EED
RGB
CMYK
RGB Variations
Color information
#BD8EED (or 0xBD8EED) is known color: Wisteria. HEX triplet: BD, 8E and ED. RGB value is (189,142,237). Sum of RGB (Red+Green+Blue) = 189+142+237=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8EED is #427112. Grayscale: #A6A6A6. Windows color (decimal): -4354323 or 15568573. OLE color: 15568573.
HSL color Cylindrical-coordinate representation of color #BD8EED: hue angle of 269.68º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8EED is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 142 | 237 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.07 |
| HSL | 269.68º | 0.73% | 0.74% | - |
| HSV(B) | 269.68º | 0.4% | 0.93% | - |
| XYZ | 45.95 | 36.28 | 84.7 | - |
| YUV | 166.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 237 | 0.20 | 0.40 | 0 | 0.07 | 269.68 | 0.73 | 0.74 |
| Hex | BD | 8E | ED | 14 | 28 | 0 | 7 | 10E | 49 | 4A |
| Octal | 275 | 216 | 355 | 24 | 50 | 0 | 7 | 416 | 111 | 112 |
| Binary | 10111101 | 10001110 | 11101101 | 10100 | 101000 | 0 | 111 | 100001110 | 1001001 | 1001010 |
Color Harmonies of #BD8EED
Complementary color
Monochromatic Colors of #BD8EED
Black with #BD8EED
Text Example
Text Example
White with #BD8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8EED; }
p { color: rgb(189,142,237); }
H1.HeaderClassName
{
color: #BD8EED;
}
.AnyTagClassName
{
color: #BD8EED;
}
</style>
background-color css
<style>
a { background-color: #BD8EED; }
a { background-color: rgb(189,142,237); }
div.DivClassName
{
background-color: #BD8EED;
}
.BgClassName
{
background-color: #BD8EED;
}
</style>
border-color css
<style>
span { border-color: #BD8EED; }
span { border-color: rgb(189,142,237); }
td.TdClassName
{
border-color: #BD8EED;
}
.TagClassName
{
border-color: #BD8EED;
}
</style>