Shades of East Side #BD7ECE
Tints of East Side #BD7ECE
RGB
CMYK
RGB Variations
Color information
#BD7ECE (or 0xBD7ECE) is known color: East Side. HEX triplet: BD, 7E and CE. RGB value is (189,126,206). Sum of RGB (Red+Green+Blue) = 189+126+206=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ECE is #428131. Grayscale: #999999. Windows color (decimal): -4358450 or 13532861. OLE color: 13532861.
HSL color Cylindrical-coordinate representation of color #BD7ECE: hue angle of 287.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7ECE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 126 | 206 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.19 |
| HSL | 287.25º | 0.45% | 0.65% | - |
| HSV(B) | 287.25º | 0.39% | 0.81% | - |
| XYZ | 39.59 | 30.2 | 62.13 | - |
| YUV | 153.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 206 | 0.08 | 0.39 | 0 | 0.19 | 287.25 | 0.45 | 0.65 |
| Hex | BD | 7E | CE | 8 | 27 | 0 | 13 | 11F | 2D | 41 |
| Octal | 275 | 176 | 316 | 10 | 47 | 0 | 23 | 437 | 55 | 101 |
| Binary | 10111101 | 1111110 | 11001110 | 1000 | 100111 | 0 | 10011 | 100011111 | 101101 | 1000001 |
Color Harmonies of #BD7ECE
Complementary color
Monochromatic Colors of #BD7ECE
Black with #BD7ECE
Text Example
Text Example
White with #BD7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7ECE; }
p { color: rgb(189,126,206); }
H1.HeaderClassName
{
color: #BD7ECE;
}
.AnyTagClassName
{
color: #BD7ECE;
}
</style>
background-color css
<style>
a { background-color: #BD7ECE; }
a { background-color: rgb(189,126,206); }
div.DivClassName
{
background-color: #BD7ECE;
}
.BgClassName
{
background-color: #BD7ECE;
}
</style>
border-color css
<style>
span { border-color: #BD7ECE; }
span { border-color: rgb(189,126,206); }
td.TdClassName
{
border-color: #BD7ECE;
}
.TagClassName
{
border-color: #BD7ECE;
}
</style>