Shades of East Side #B878CE
Tints of East Side #B878CE
RGB
CMYK
RGB Variations
Color information
#B878CE (or 0xB878CE) is known color: East Side. HEX triplet: B8, 78 and CE. RGB value is (184,120,206). Sum of RGB (Red+Green+Blue) = 184+120+206=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #B878CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878CE is #478731. Grayscale: #949494. Windows color (decimal): -4687666 or 13531320. OLE color: 13531320.
HSL color Cylindrical-coordinate representation of color #B878CE: hue angle of 284.65º 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 #B878CE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 120 | 206 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.19 |
| HSL | 284.65º | 0.47% | 0.64% | - |
| HSV(B) | 284.65º | 0.42% | 0.81% | - |
| XYZ | 37.62 | 28.08 | 61.83 | - |
| YUV | 148.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 206 | 0.11 | 0.42 | 0 | 0.19 | 284.65 | 0.47 | 0.64 |
| Hex | B8 | 78 | CE | B | 2A | 0 | 13 | 11D | 2F | 40 |
| Octal | 270 | 170 | 316 | 13 | 52 | 0 | 23 | 435 | 57 | 100 |
| Binary | 10111000 | 1111000 | 11001110 | 1011 | 101010 | 0 | 10011 | 100011101 | 101111 | 1000000 |
Color Harmonies of #B878CE
Complementary color
Monochromatic Colors of #B878CE
Black with #B878CE
Text Example
Text Example
White with #B878CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B878CE; }
p { color: rgb(184,120,206); }
H1.HeaderClassName
{
color: #B878CE;
}
.AnyTagClassName
{
color: #B878CE;
}
</style>
background-color css
<style>
a { background-color: #B878CE; }
a { background-color: rgb(184,120,206); }
div.DivClassName
{
background-color: #B878CE;
}
.BgClassName
{
background-color: #B878CE;
}
</style>
border-color css
<style>
span { border-color: #B878CE; }
span { border-color: rgb(184,120,206); }
td.TdClassName
{
border-color: #B878CE;
}
.TagClassName
{
border-color: #B878CE;
}
</style>