Shades of East Side #B77BD8
Tints of East Side #B77BD8
RGB
CMYK
RGB Variations
Color information
#B77BD8 (or 0xB77BD8) is known color: East Side. HEX triplet: B7, 7B and D8. RGB value is (183,123,216). Sum of RGB (Red+Green+Blue) = 183+123+216=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #B77BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BD8 is #488427. Grayscale: #979797. Windows color (decimal): -4752424 or 14187447. OLE color: 14187447.
HSL color Cylindrical-coordinate representation of color #B77BD8: hue angle of 278.71º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77BD8 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 123 | 216 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.15 |
| HSL | 278.71º | 0.54% | 0.66% | - |
| HSV(B) | 278.71º | 0.43% | 0.85% | - |
| XYZ | 39.01 | 29.19 | 68.54 | - |
| YUV | 151.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 216 | 0.15 | 0.43 | 0 | 0.15 | 278.71 | 0.54 | 0.66 |
| Hex | B7 | 7B | D8 | F | 2B | 0 | F | 117 | 36 | 42 |
| Octal | 267 | 173 | 330 | 17 | 53 | 0 | 17 | 427 | 66 | 102 |
| Binary | 10110111 | 1111011 | 11011000 | 1111 | 101011 | 0 | 1111 | 100010111 | 110110 | 1000010 |
Color Harmonies of #B77BD8
Complementary color
Monochromatic Colors of #B77BD8
Black with #B77BD8
Text Example
Text Example
White with #B77BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BD8; }
p { color: rgb(183,123,216); }
H1.HeaderClassName
{
color: #B77BD8;
}
.AnyTagClassName
{
color: #B77BD8;
}
</style>
background-color css
<style>
a { background-color: #B77BD8; }
a { background-color: rgb(183,123,216); }
div.DivClassName
{
background-color: #B77BD8;
}
.BgClassName
{
background-color: #B77BD8;
}
</style>
border-color css
<style>
span { border-color: #B77BD8; }
span { border-color: rgb(183,123,216); }
td.TdClassName
{
border-color: #B77BD8;
}
.TagClassName
{
border-color: #B77BD8;
}
</style>