Shades of East Side #B478CE
Tints of East Side #B478CE
RGB
CMYK
RGB Variations
Color information
#B478CE (or 0xB478CE) is known color: East Side. HEX triplet: B4, 78 and CE. RGB value is (180,120,206). Sum of RGB (Red+Green+Blue) = 180+120+206=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #B478CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478CE is #4B8731. Grayscale: #939393. Windows color (decimal): -4949810 or 13531316. OLE color: 13531316.
HSL color Cylindrical-coordinate representation of color #B478CE: hue angle of 281.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B478CE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 120 | 206 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.19 |
| HSL | 281.86º | 0.47% | 0.64% | - |
| HSV(B) | 281.86º | 0.42% | 0.81% | - |
| XYZ | 36.68 | 27.59 | 61.79 | - |
| YUV | 147.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 206 | 0.13 | 0.42 | 0 | 0.19 | 281.86 | 0.47 | 0.64 |
| Hex | B4 | 78 | CE | D | 2A | 0 | 13 | 11A | 2F | 40 |
| Octal | 264 | 170 | 316 | 15 | 52 | 0 | 23 | 432 | 57 | 100 |
| Binary | 10110100 | 1111000 | 11001110 | 1101 | 101010 | 0 | 10011 | 100011010 | 101111 | 1000000 |
Color Harmonies of #B478CE
Complementary color
Monochromatic Colors of #B478CE
Black with #B478CE
Text Example
Text Example
White with #B478CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B478CE; }
p { color: rgb(180,120,206); }
H1.HeaderClassName
{
color: #B478CE;
}
.AnyTagClassName
{
color: #B478CE;
}
</style>
background-color css
<style>
a { background-color: #B478CE; }
a { background-color: rgb(180,120,206); }
div.DivClassName
{
background-color: #B478CE;
}
.BgClassName
{
background-color: #B478CE;
}
</style>
border-color css
<style>
span { border-color: #B478CE; }
span { border-color: rgb(180,120,206); }
td.TdClassName
{
border-color: #B478CE;
}
.TagClassName
{
border-color: #B478CE;
}
</style>