Shades of Wisteria #BD8CE4
Tints of Wisteria #BD8CE4
RGB
CMYK
RGB Variations
Color information
#BD8CE4 (or 0xBD8CE4) is known color: Wisteria. HEX triplet: BD, 8C and E4. RGB value is (189,140,228). Sum of RGB (Red+Green+Blue) = 189+140+228=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CE4 is #42731B. Grayscale: #A4A4A4. Windows color (decimal): -4354844 or 14978237. OLE color: 14978237.
HSL color Cylindrical-coordinate representation of color #BD8CE4: hue angle of 273.41º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8CE4 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 140 | 228 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.11 |
| HSL | 273.41º | 0.62% | 0.72% | - |
| HSV(B) | 273.41º | 0.39% | 0.89% | - |
| XYZ | 44.37 | 35.18 | 77.85 | - |
| YUV | 164.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 228 | 0.17 | 0.39 | 0 | 0.11 | 273.41 | 0.62 | 0.72 |
| Hex | BD | 8C | E4 | 11 | 27 | 0 | B | 111 | 3E | 48 |
| Octal | 275 | 214 | 344 | 21 | 47 | 0 | 13 | 421 | 76 | 110 |
| Binary | 10111101 | 10001100 | 11100100 | 10001 | 100111 | 0 | 1011 | 100010001 | 111110 | 1001000 |
Color Harmonies of #BD8CE4
Complementary color
Monochromatic Colors of #BD8CE4
Black with #BD8CE4
Text Example
Text Example
White with #BD8CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CE4; }
p { color: rgb(189,140,228); }
H1.HeaderClassName
{
color: #BD8CE4;
}
.AnyTagClassName
{
color: #BD8CE4;
}
</style>
background-color css
<style>
a { background-color: #BD8CE4; }
a { background-color: rgb(189,140,228); }
div.DivClassName
{
background-color: #BD8CE4;
}
.BgClassName
{
background-color: #BD8CE4;
}
</style>
border-color css
<style>
span { border-color: #BD8CE4; }
span { border-color: rgb(189,140,228); }
td.TdClassName
{
border-color: #BD8CE4;
}
.TagClassName
{
border-color: #BD8CE4;
}
</style>