Shades of East Side #B77BDC
Tints of East Side #B77BDC
RGB
CMYK
RGB Variations
Color information
#B77BDC (or 0xB77BDC) is known color: East Side. HEX triplet: B7, 7B and DC. RGB value is (183,123,220). Sum of RGB (Red+Green+Blue) = 183+123+220=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #B77BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BDC is #488423. Grayscale: #979797. Windows color (decimal): -4752420 or 14449591. OLE color: 14449591.
HSL color Cylindrical-coordinate representation of color #B77BDC: hue angle of 277.11º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77BDC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 123 | 220 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.14 |
| HSL | 277.11º | 0.58% | 0.67% | - |
| HSV(B) | 277.11º | 0.44% | 0.86% | - |
| XYZ | 39.53 | 29.4 | 71.3 | - |
| YUV | 152 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 220 | 0.17 | 0.44 | 0 | 0.14 | 277.11 | 0.58 | 0.67 |
| Hex | B7 | 7B | DC | 11 | 2C | 0 | E | 115 | 3A | 43 |
| Octal | 267 | 173 | 334 | 21 | 54 | 0 | 16 | 425 | 72 | 103 |
| Binary | 10110111 | 1111011 | 11011100 | 10001 | 101100 | 0 | 1110 | 100010101 | 111010 | 1000011 |
Color Harmonies of #B77BDC
Complementary color
Monochromatic Colors of #B77BDC
Black with #B77BDC
Text Example
Text Example
White with #B77BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BDC; }
p { color: rgb(183,123,220); }
H1.HeaderClassName
{
color: #B77BDC;
}
.AnyTagClassName
{
color: #B77BDC;
}
</style>
background-color css
<style>
a { background-color: #B77BDC; }
a { background-color: rgb(183,123,220); }
div.DivClassName
{
background-color: #B77BDC;
}
.BgClassName
{
background-color: #B77BDC;
}
</style>
border-color css
<style>
span { border-color: #B77BDC; }
span { border-color: rgb(183,123,220); }
td.TdClassName
{
border-color: #B77BDC;
}
.TagClassName
{
border-color: #B77BDC;
}
</style>