Shades of East Side #B77EBC
Tints of East Side #B77EBC
RGB
CMYK
RGB Variations
Color information
#B77EBC (or 0xB77EBC) is known color: East Side. HEX triplet: B7, 7E and BC. RGB value is (183,126,188). Sum of RGB (Red+Green+Blue) = 183+126+188=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #B77EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EBC is #488143. Grayscale: #959595. Windows color (decimal): -4751684 or 12353207. OLE color: 12353207.
HSL color Cylindrical-coordinate representation of color #B77EBC: hue angle of 295.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77EBC is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 126 | 188 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.26 |
| HSL | 295.16º | 0.32% | 0.62% | - |
| HSV(B) | 295.16º | 0.33% | 0.74% | - |
| XYZ | 36.07 | 28.62 | 51.2 | - |
| YUV | 150.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 188 | 0.03 | 0.33 | 0 | 0.26 | 295.16 | 0.32 | 0.62 |
| Hex | B7 | 7E | BC | 3 | 21 | 0 | 1A | 127 | 20 | 3E |
| Octal | 267 | 176 | 274 | 3 | 41 | 0 | 32 | 447 | 40 | 76 |
| Binary | 10110111 | 1111110 | 10111100 | 11 | 100001 | 0 | 11010 | 100100111 | 100000 | 111110 |
Color Harmonies of #B77EBC
Complementary color
Monochromatic Colors of #B77EBC
Black with #B77EBC
Text Example
Text Example
White with #B77EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77EBC; }
p { color: rgb(183,126,188); }
H1.HeaderClassName
{
color: #B77EBC;
}
.AnyTagClassName
{
color: #B77EBC;
}
</style>
background-color css
<style>
a { background-color: #B77EBC; }
a { background-color: rgb(183,126,188); }
div.DivClassName
{
background-color: #B77EBC;
}
.BgClassName
{
background-color: #B77EBC;
}
</style>
border-color css
<style>
span { border-color: #B77EBC; }
span { border-color: rgb(183,126,188); }
td.TdClassName
{
border-color: #B77EBC;
}
.TagClassName
{
border-color: #B77EBC;
}
</style>