Shades of East Side #BD8BCD
Tints of East Side #BD8BCD
RGB
CMYK
RGB Variations
Color information
#BD8BCD (or 0xBD8BCD) is known color: East Side. HEX triplet: BD, 8B and CD. RGB value is (189,139,205). Sum of RGB (Red+Green+Blue) = 189+139+205=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BCD is #427432. Grayscale: #A1A1A1. Windows color (decimal): -4355123 or 13470653. OLE color: 13470653.
HSL color Cylindrical-coordinate representation of color #BD8BCD: hue angle of 285.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8BCD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 139 | 205 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.20 |
| HSL | 285.45º | 0.4% | 0.67% | - |
| HSV(B) | 285.45º | 0.32% | 0.8% | - |
| XYZ | 41.24 | 33.69 | 62.09 | - |
| YUV | 161.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 205 | 0.08 | 0.32 | 0 | 0.20 | 285.45 | 0.4 | 0.67 |
| Hex | BD | 8B | CD | 8 | 20 | 0 | 14 | 11D | 28 | 43 |
| Octal | 275 | 213 | 315 | 10 | 40 | 0 | 24 | 435 | 50 | 103 |
| Binary | 10111101 | 10001011 | 11001101 | 1000 | 100000 | 0 | 10100 | 100011101 | 101000 | 1000011 |
Color Harmonies of #BD8BCD
Complementary color
Monochromatic Colors of #BD8BCD
Black with #BD8BCD
Text Example
Text Example
White with #BD8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BCD; }
p { color: rgb(189,139,205); }
H1.HeaderClassName
{
color: #BD8BCD;
}
.AnyTagClassName
{
color: #BD8BCD;
}
</style>
background-color css
<style>
a { background-color: #BD8BCD; }
a { background-color: rgb(189,139,205); }
div.DivClassName
{
background-color: #BD8BCD;
}
.BgClassName
{
background-color: #BD8BCD;
}
</style>
border-color css
<style>
span { border-color: #BD8BCD; }
span { border-color: rgb(189,139,205); }
td.TdClassName
{
border-color: #BD8BCD;
}
.TagClassName
{
border-color: #BD8BCD;
}
</style>