Shades of East Side #B477D4
Tints of East Side #B477D4
RGB
CMYK
RGB Variations
Color information
#B477D4 (or 0xB477D4) is known color: East Side. HEX triplet: B4, 77 and D4. RGB value is (180,119,212). Sum of RGB (Red+Green+Blue) = 180+119+212=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #B477D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477D4 is #4B882B. Grayscale: #939393. Windows color (decimal): -4950060 or 13924276. OLE color: 13924276.
HSL color Cylindrical-coordinate representation of color #B477D4: hue angle of 279.35º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B477D4 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 119 | 212 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.17 |
| HSL | 279.35º | 0.52% | 0.65% | - |
| HSV(B) | 279.35º | 0.44% | 0.83% | - |
| XYZ | 37.3 | 27.65 | 65.66 | - |
| YUV | 147.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 212 | 0.15 | 0.44 | 0 | 0.17 | 279.35 | 0.52 | 0.65 |
| Hex | B4 | 77 | D4 | F | 2C | 0 | 11 | 117 | 34 | 41 |
| Octal | 264 | 167 | 324 | 17 | 54 | 0 | 21 | 427 | 64 | 101 |
| Binary | 10110100 | 1110111 | 11010100 | 1111 | 101100 | 0 | 10001 | 100010111 | 110100 | 1000001 |
Color Harmonies of #B477D4
Complementary color
Monochromatic Colors of #B477D4
Black with #B477D4
Text Example
Text Example
White with #B477D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477D4; }
p { color: rgb(180,119,212); }
H1.HeaderClassName
{
color: #B477D4;
}
.AnyTagClassName
{
color: #B477D4;
}
</style>
background-color css
<style>
a { background-color: #B477D4; }
a { background-color: rgb(180,119,212); }
div.DivClassName
{
background-color: #B477D4;
}
.BgClassName
{
background-color: #B477D4;
}
</style>
border-color css
<style>
span { border-color: #B477D4; }
span { border-color: rgb(180,119,212); }
td.TdClassName
{
border-color: #B477D4;
}
.TagClassName
{
border-color: #B477D4;
}
</style>