Shades of East Side #B77ECD
Tints of East Side #B77ECD
RGB
CMYK
RGB Variations
Color information
#B77ECD (or 0xB77ECD) is known color: East Side. HEX triplet: B7, 7E and CD. RGB value is (183,126,205). Sum of RGB (Red+Green+Blue) = 183+126+205=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #B77ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ECD is #488132. Grayscale: #979797. Windows color (decimal): -4751667 or 13467319. OLE color: 13467319.
HSL color Cylindrical-coordinate representation of color #B77ECD: hue angle of 283.29º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77ECD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 126 | 205 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.20 |
| HSL | 283.29º | 0.44% | 0.65% | - |
| HSV(B) | 283.29º | 0.39% | 0.8% | - |
| XYZ | 38.01 | 29.4 | 61.43 | - |
| YUV | 152.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 205 | 0.11 | 0.39 | 0 | 0.20 | 283.29 | 0.44 | 0.65 |
| Hex | B7 | 7E | CD | B | 27 | 0 | 14 | 11B | 2C | 41 |
| Octal | 267 | 176 | 315 | 13 | 47 | 0 | 24 | 433 | 54 | 101 |
| Binary | 10110111 | 1111110 | 11001101 | 1011 | 100111 | 0 | 10100 | 100011011 | 101100 | 1000001 |
Color Harmonies of #B77ECD
Complementary color
Monochromatic Colors of #B77ECD
Black with #B77ECD
Text Example
Text Example
White with #B77ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77ECD; }
p { color: rgb(183,126,205); }
H1.HeaderClassName
{
color: #B77ECD;
}
.AnyTagClassName
{
color: #B77ECD;
}
</style>
background-color css
<style>
a { background-color: #B77ECD; }
a { background-color: rgb(183,126,205); }
div.DivClassName
{
background-color: #B77ECD;
}
.BgClassName
{
background-color: #B77ECD;
}
</style>
border-color css
<style>
span { border-color: #B77ECD; }
span { border-color: rgb(183,126,205); }
td.TdClassName
{
border-color: #B77ECD;
}
.TagClassName
{
border-color: #B77ECD;
}
</style>