Shades of East Side #B477D7
Tints of East Side #B477D7
RGB
CMYK
RGB Variations
Color information
#B477D7 (or 0xB477D7) is known color: East Side. HEX triplet: B4, 77 and D7. RGB value is (180,119,215). Sum of RGB (Red+Green+Blue) = 180+119+215=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #B477D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477D7 is #4B8828. Grayscale: #939393. Windows color (decimal): -4950057 or 14120884. OLE color: 14120884.
HSL color Cylindrical-coordinate representation of color #B477D7: hue angle of 278.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B477D7 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 119 | 215 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.16 |
| HSL | 278.13º | 0.55% | 0.65% | - |
| HSV(B) | 278.13º | 0.45% | 0.84% | - |
| XYZ | 37.68 | 27.8 | 67.67 | - |
| YUV | 148.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 215 | 0.16 | 0.45 | 0 | 0.16 | 278.13 | 0.55 | 0.65 |
| Hex | B4 | 77 | D7 | 10 | 2D | 0 | 10 | 116 | 37 | 41 |
| Octal | 264 | 167 | 327 | 20 | 55 | 0 | 20 | 426 | 67 | 101 |
| Binary | 10110100 | 1110111 | 11010111 | 10000 | 101101 | 0 | 10000 | 100010110 | 110111 | 1000001 |
Color Harmonies of #B477D7
Complementary color
Monochromatic Colors of #B477D7
Black with #B477D7
Text Example
Text Example
White with #B477D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477D7; }
p { color: rgb(180,119,215); }
H1.HeaderClassName
{
color: #B477D7;
}
.AnyTagClassName
{
color: #B477D7;
}
</style>
background-color css
<style>
a { background-color: #B477D7; }
a { background-color: rgb(180,119,215); }
div.DivClassName
{
background-color: #B477D7;
}
.BgClassName
{
background-color: #B477D7;
}
</style>
border-color css
<style>
span { border-color: #B477D7; }
span { border-color: rgb(180,119,215); }
td.TdClassName
{
border-color: #B477D7;
}
.TagClassName
{
border-color: #B477D7;
}
</style>