Shades of East Side #B77ED1
Tints of East Side #B77ED1
RGB
CMYK
RGB Variations
Color information
#B77ED1 (or 0xB77ED1) is known color: East Side. HEX triplet: B7, 7E and D1. RGB value is (183,126,209). Sum of RGB (Red+Green+Blue) = 183+126+209=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #B77ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ED1 is #48812E. Grayscale: #989898. Windows color (decimal): -4751663 or 13729463. OLE color: 13729463.
HSL color Cylindrical-coordinate representation of color #B77ED1: hue angle of 281.2º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77ED1 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 126 | 209 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.18 |
| HSL | 281.2º | 0.47% | 0.66% | - |
| HSV(B) | 281.2º | 0.4% | 0.82% | - |
| XYZ | 38.5 | 29.59 | 64 | - |
| YUV | 152.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 209 | 0.12 | 0.40 | 0 | 0.18 | 281.2 | 0.47 | 0.66 |
| Hex | B7 | 7E | D1 | C | 28 | 0 | 12 | 119 | 2F | 42 |
| Octal | 267 | 176 | 321 | 14 | 50 | 0 | 22 | 431 | 57 | 102 |
| Binary | 10110111 | 1111110 | 11010001 | 1100 | 101000 | 0 | 10010 | 100011001 | 101111 | 1000010 |
Color Harmonies of #B77ED1
Complementary color
Monochromatic Colors of #B77ED1
Black with #B77ED1
Text Example
Text Example
White with #B77ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77ED1; }
p { color: rgb(183,126,209); }
H1.HeaderClassName
{
color: #B77ED1;
}
.AnyTagClassName
{
color: #B77ED1;
}
</style>
background-color css
<style>
a { background-color: #B77ED1; }
a { background-color: rgb(183,126,209); }
div.DivClassName
{
background-color: #B77ED1;
}
.BgClassName
{
background-color: #B77ED1;
}
</style>
border-color css
<style>
span { border-color: #B77ED1; }
span { border-color: rgb(183,126,209); }
td.TdClassName
{
border-color: #B77ED1;
}
.TagClassName
{
border-color: #B77ED1;
}
</style>