Shades of Wisteria #BD8CE3
Tints of Wisteria #BD8CE3
RGB
CMYK
RGB Variations
Color information
#BD8CE3 (or 0xBD8CE3) is known color: Wisteria. HEX triplet: BD, 8C and E3. RGB value is (189,140,227). Sum of RGB (Red+Green+Blue) = 189+140+227=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD8CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CE3 is #42731C. Grayscale: #A4A4A4. Windows color (decimal): -4354845 or 14912701. OLE color: 14912701.
HSL color Cylindrical-coordinate representation of color #BD8CE3: hue angle of 273.79º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8CE3 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 140 | 227 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.11 |
| HSL | 273.79º | 0.61% | 0.72% | - |
| HSV(B) | 273.79º | 0.38% | 0.89% | - |
| XYZ | 44.23 | 35.12 | 77.12 | - |
| YUV | 164.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 227 | 0.17 | 0.38 | 0 | 0.11 | 273.79 | 0.61 | 0.72 |
| Hex | BD | 8C | E3 | 11 | 26 | 0 | B | 112 | 3D | 48 |
| Octal | 275 | 214 | 343 | 21 | 46 | 0 | 13 | 422 | 75 | 110 |
| Binary | 10111101 | 10001100 | 11100011 | 10001 | 100110 | 0 | 1011 | 100010010 | 111101 | 1001000 |
Color Harmonies of #BD8CE3
Complementary color
Monochromatic Colors of #BD8CE3
Black with #BD8CE3
Text Example
Text Example
White with #BD8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CE3; }
p { color: rgb(189,140,227); }
H1.HeaderClassName
{
color: #BD8CE3;
}
.AnyTagClassName
{
color: #BD8CE3;
}
</style>
background-color css
<style>
a { background-color: #BD8CE3; }
a { background-color: rgb(189,140,227); }
div.DivClassName
{
background-color: #BD8CE3;
}
.BgClassName
{
background-color: #BD8CE3;
}
</style>
border-color css
<style>
span { border-color: #BD8CE3; }
span { border-color: rgb(189,140,227); }
td.TdClassName
{
border-color: #BD8CE3;
}
.TagClassName
{
border-color: #BD8CE3;
}
</style>