Shades of East Side #B476CF
Tints of East Side #B476CF
RGB
CMYK
RGB Variations
Color information
#B476CF (or 0xB476CF) is known color: East Side. HEX triplet: B4, 76 and CF. RGB value is (180,118,207). Sum of RGB (Red+Green+Blue) = 180+118+207=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #B476CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476CF is #4B8930. Grayscale: #929292. Windows color (decimal): -4950321 or 13596340. OLE color: 13596340.
HSL color Cylindrical-coordinate representation of color #B476CF: hue angle of 281.8º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B476CF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 118 | 207 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.19 |
| HSL | 281.8º | 0.48% | 0.64% | - |
| HSV(B) | 281.8º | 0.43% | 0.81% | - |
| XYZ | 36.56 | 27.17 | 62.35 | - |
| YUV | 146.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 207 | 0.13 | 0.43 | 0 | 0.19 | 281.8 | 0.48 | 0.64 |
| Hex | B4 | 76 | CF | D | 2B | 0 | 13 | 11A | 30 | 40 |
| Octal | 264 | 166 | 317 | 15 | 53 | 0 | 23 | 432 | 60 | 100 |
| Binary | 10110100 | 1110110 | 11001111 | 1101 | 101011 | 0 | 10011 | 100011010 | 110000 | 1000000 |
Color Harmonies of #B476CF
Complementary color
Monochromatic Colors of #B476CF
Black with #B476CF
Text Example
Text Example
White with #B476CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476CF; }
p { color: rgb(180,118,207); }
H1.HeaderClassName
{
color: #B476CF;
}
.AnyTagClassName
{
color: #B476CF;
}
</style>
background-color css
<style>
a { background-color: #B476CF; }
a { background-color: rgb(180,118,207); }
div.DivClassName
{
background-color: #B476CF;
}
.BgClassName
{
background-color: #B476CF;
}
</style>
border-color css
<style>
span { border-color: #B476CF; }
span { border-color: rgb(180,118,207); }
td.TdClassName
{
border-color: #B476CF;
}
.TagClassName
{
border-color: #B476CF;
}
</style>