Shades of East Side #B77ABB
Tints of East Side #B77ABB
RGB
CMYK
RGB Variations
Color information
#B77ABB (or 0xB77ABB) is known color: East Side. HEX triplet: B7, 7A and BB. RGB value is (183,122,187). Sum of RGB (Red+Green+Blue) = 183+122+187=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B77ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ABB is #488544. Grayscale: #939393. Windows color (decimal): -4752709 or 12286647. OLE color: 12286647.
HSL color Cylindrical-coordinate representation of color #B77ABB: hue angle of 296.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77ABB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 122 | 187 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.27 |
| HSL | 296.31º | 0.32% | 0.61% | - |
| HSV(B) | 296.31º | 0.35% | 0.73% | - |
| XYZ | 35.46 | 27.57 | 50.47 | - |
| YUV | 147.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 187 | 0.02 | 0.35 | 0 | 0.27 | 296.31 | 0.32 | 0.61 |
| Hex | B7 | 7A | BB | 2 | 23 | 0 | 1B | 128 | 20 | 3D |
| Octal | 267 | 172 | 273 | 2 | 43 | 0 | 33 | 450 | 40 | 75 |
| Binary | 10110111 | 1111010 | 10111011 | 10 | 100011 | 0 | 11011 | 100101000 | 100000 | 111101 |
Color Harmonies of #B77ABB
Complementary color
Monochromatic Colors of #B77ABB
Black with #B77ABB
Text Example
Text Example
White with #B77ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77ABB; }
p { color: rgb(183,122,187); }
H1.HeaderClassName
{
color: #B77ABB;
}
.AnyTagClassName
{
color: #B77ABB;
}
</style>
background-color css
<style>
a { background-color: #B77ABB; }
a { background-color: rgb(183,122,187); }
div.DivClassName
{
background-color: #B77ABB;
}
.BgClassName
{
background-color: #B77ABB;
}
</style>
border-color css
<style>
span { border-color: #B77ABB; }
span { border-color: rgb(183,122,187); }
td.TdClassName
{
border-color: #B77ABB;
}
.TagClassName
{
border-color: #B77ABB;
}
</style>