Shades of East Side #B77EBD
Tints of East Side #B77EBD
RGB
CMYK
RGB Variations
Color information
#B77EBD (or 0xB77EBD) is known color: East Side. HEX triplet: B7, 7E and BD. RGB value is (183,126,189). Sum of RGB (Red+Green+Blue) = 183+126+189=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #B77EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EBD is #488142. Grayscale: #969696. Windows color (decimal): -4751683 or 12418743. OLE color: 12418743.
HSL color Cylindrical-coordinate representation of color #B77EBD: hue angle of 294.29º 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 #B77EBD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 126 | 189 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.26 |
| HSL | 294.29º | 0.32% | 0.62% | - |
| HSV(B) | 294.29º | 0.33% | 0.74% | - |
| XYZ | 36.17 | 28.66 | 51.77 | - |
| YUV | 150.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 189 | 0.03 | 0.33 | 0 | 0.26 | 294.29 | 0.32 | 0.62 |
| Hex | B7 | 7E | BD | 3 | 21 | 0 | 1A | 126 | 20 | 3E |
| Octal | 267 | 176 | 275 | 3 | 41 | 0 | 32 | 446 | 40 | 76 |
| Binary | 10110111 | 1111110 | 10111101 | 11 | 100001 | 0 | 11010 | 100100110 | 100000 | 111110 |
Color Harmonies of #B77EBD
Complementary color
Monochromatic Colors of #B77EBD
Black with #B77EBD
Text Example
Text Example
White with #B77EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77EBD; }
p { color: rgb(183,126,189); }
H1.HeaderClassName
{
color: #B77EBD;
}
.AnyTagClassName
{
color: #B77EBD;
}
</style>
background-color css
<style>
a { background-color: #B77EBD; }
a { background-color: rgb(183,126,189); }
div.DivClassName
{
background-color: #B77EBD;
}
.BgClassName
{
background-color: #B77EBD;
}
</style>
border-color css
<style>
span { border-color: #B77EBD; }
span { border-color: rgb(183,126,189); }
td.TdClassName
{
border-color: #B77EBD;
}
.TagClassName
{
border-color: #B77EBD;
}
</style>