Shades of Wisteria #BD8CE0
Tints of Wisteria #BD8CE0
RGB
CMYK
RGB Variations
Color information
#BD8CE0 (or 0xBD8CE0) is known color: Wisteria. HEX triplet: BD, 8C and E0. RGB value is (189,140,224). Sum of RGB (Red+Green+Blue) = 189+140+224=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CE0 is #42731F. Grayscale: #A3A3A3. Windows color (decimal): -4354848 or 14716093. OLE color: 14716093.
HSL color Cylindrical-coordinate representation of color #BD8CE0: hue angle of 275º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8CE0 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 140 | 224 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.12 |
| HSL | 275º | 0.58% | 0.71% | - |
| HSV(B) | 275º | 0.38% | 0.88% | - |
| XYZ | 43.82 | 34.96 | 74.96 | - |
| YUV | 164.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 224 | 0.16 | 0.38 | 0 | 0.12 | 275 | 0.58 | 0.71 |
| Hex | BD | 8C | E0 | 10 | 26 | 0 | C | 113 | 3A | 47 |
| Octal | 275 | 214 | 340 | 20 | 46 | 0 | 14 | 423 | 72 | 107 |
| Binary | 10111101 | 10001100 | 11100000 | 10000 | 100110 | 0 | 1100 | 100010011 | 111010 | 1000111 |
Color Harmonies of #BD8CE0
Complementary color
Monochromatic Colors of #BD8CE0
Black with #BD8CE0
Text Example
Text Example
White with #BD8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CE0; }
p { color: rgb(189,140,224); }
H1.HeaderClassName
{
color: #BD8CE0;
}
.AnyTagClassName
{
color: #BD8CE0;
}
</style>
background-color css
<style>
a { background-color: #BD8CE0; }
a { background-color: rgb(189,140,224); }
div.DivClassName
{
background-color: #BD8CE0;
}
.BgClassName
{
background-color: #BD8CE0;
}
</style>
border-color css
<style>
span { border-color: #BD8CE0; }
span { border-color: rgb(189,140,224); }
td.TdClassName
{
border-color: #BD8CE0;
}
.TagClassName
{
border-color: #BD8CE0;
}
</style>