Shades of Wisteria #BD8CEC
Tints of Wisteria #BD8CEC
RGB
CMYK
RGB Variations
Color information
#BD8CEC (or 0xBD8CEC) is known color: Wisteria. HEX triplet: BD, 8C and EC. RGB value is (189,140,236). Sum of RGB (Red+Green+Blue) = 189+140+236=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD8CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CEC is #427313. Grayscale: #A5A5A5. Windows color (decimal): -4354836 or 15502525. OLE color: 15502525.
HSL color Cylindrical-coordinate representation of color #BD8CEC: hue angle of 270.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8CEC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 140 | 236 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.07 |
| HSL | 270.63º | 0.72% | 0.74% | - |
| HSV(B) | 270.63º | 0.41% | 0.93% | - |
| XYZ | 45.5 | 35.63 | 83.84 | - |
| YUV | 165.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 236 | 0.20 | 0.41 | 0 | 0.07 | 270.63 | 0.72 | 0.74 |
| Hex | BD | 8C | EC | 14 | 29 | 0 | 7 | 10F | 48 | 4A |
| Octal | 275 | 214 | 354 | 24 | 51 | 0 | 7 | 417 | 110 | 112 |
| Binary | 10111101 | 10001100 | 11101100 | 10100 | 101001 | 0 | 111 | 100001111 | 1001000 | 1001010 |
Color Harmonies of #BD8CEC
Complementary color
Monochromatic Colors of #BD8CEC
Black with #BD8CEC
Text Example
Text Example
White with #BD8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CEC; }
p { color: rgb(189,140,236); }
H1.HeaderClassName
{
color: #BD8CEC;
}
.AnyTagClassName
{
color: #BD8CEC;
}
</style>
background-color css
<style>
a { background-color: #BD8CEC; }
a { background-color: rgb(189,140,236); }
div.DivClassName
{
background-color: #BD8CEC;
}
.BgClassName
{
background-color: #BD8CEC;
}
</style>
border-color css
<style>
span { border-color: #BD8CEC; }
span { border-color: rgb(189,140,236); }
td.TdClassName
{
border-color: #BD8CEC;
}
.TagClassName
{
border-color: #BD8CEC;
}
</style>