Shades of East Side #B475CE
Tints of East Side #B475CE
RGB
CMYK
RGB Variations
Color information
#B475CE (or 0xB475CE) is known color: East Side. HEX triplet: B4, 75 and CE. RGB value is (180,117,206). Sum of RGB (Red+Green+Blue) = 180+117+206=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B475CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475CE is #4B8A31. Grayscale: #919191. Windows color (decimal): -4950578 or 13530548. OLE color: 13530548.
HSL color Cylindrical-coordinate representation of color #B475CE: hue angle of 282.47º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B475CE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 117 | 206 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.19 |
| HSL | 282.47º | 0.48% | 0.63% | - |
| HSV(B) | 282.47º | 0.43% | 0.81% | - |
| XYZ | 36.32 | 26.88 | 61.67 | - |
| YUV | 145.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 206 | 0.13 | 0.43 | 0 | 0.19 | 282.47 | 0.48 | 0.63 |
| Hex | B4 | 75 | CE | D | 2B | 0 | 13 | 11A | 30 | 3F |
| Octal | 264 | 165 | 316 | 15 | 53 | 0 | 23 | 432 | 60 | 77 |
| Binary | 10110100 | 1110101 | 11001110 | 1101 | 101011 | 0 | 10011 | 100011010 | 110000 | 111111 |
Color Harmonies of #B475CE
Complementary color
Monochromatic Colors of #B475CE
Black with #B475CE
Text Example
Text Example
White with #B475CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B475CE; }
p { color: rgb(180,117,206); }
H1.HeaderClassName
{
color: #B475CE;
}
.AnyTagClassName
{
color: #B475CE;
}
</style>
background-color css
<style>
a { background-color: #B475CE; }
a { background-color: rgb(180,117,206); }
div.DivClassName
{
background-color: #B475CE;
}
.BgClassName
{
background-color: #B475CE;
}
</style>
border-color css
<style>
span { border-color: #B475CE; }
span { border-color: rgb(180,117,206); }
td.TdClassName
{
border-color: #B475CE;
}
.TagClassName
{
border-color: #B475CE;
}
</style>