Shades of East Side #B477BA
Tints of East Side #B477BA
RGB
CMYK
RGB Variations
Color information
#B477BA (or 0xB477BA) is known color: East Side. HEX triplet: B4, 77 and BA. RGB value is (180,119,186). Sum of RGB (Red+Green+Blue) = 180+119+186=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B477BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BA is #4B8845. Grayscale: #909090. Windows color (decimal): -4950086 or 12220340. OLE color: 12220340.
HSL color Cylindrical-coordinate representation of color #B477BA: hue angle of 294.63º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B477BA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 119 | 186 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.27 |
| HSL | 294.63º | 0.33% | 0.6% | - |
| HSV(B) | 294.63º | 0.36% | 0.73% | - |
| XYZ | 34.28 | 26.44 | 49.75 | - |
| YUV | 144.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 186 | 0.03 | 0.36 | 0 | 0.27 | 294.63 | 0.33 | 0.6 |
| Hex | B4 | 77 | BA | 3 | 24 | 0 | 1B | 127 | 21 | 3C |
| Octal | 264 | 167 | 272 | 3 | 44 | 0 | 33 | 447 | 41 | 74 |
| Binary | 10110100 | 1110111 | 10111010 | 11 | 100100 | 0 | 11011 | 100100111 | 100001 | 111100 |
Color Harmonies of #B477BA
Complementary color
Monochromatic Colors of #B477BA
Black with #B477BA
Text Example
Text Example
White with #B477BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477BA; }
p { color: rgb(180,119,186); }
H1.HeaderClassName
{
color: #B477BA;
}
.AnyTagClassName
{
color: #B477BA;
}
</style>
background-color css
<style>
a { background-color: #B477BA; }
a { background-color: rgb(180,119,186); }
div.DivClassName
{
background-color: #B477BA;
}
.BgClassName
{
background-color: #B477BA;
}
</style>
border-color css
<style>
span { border-color: #B477BA; }
span { border-color: rgb(180,119,186); }
td.TdClassName
{
border-color: #B477BA;
}
.TagClassName
{
border-color: #B477BA;
}
</style>