Shades of East Side #B878CF
Tints of East Side #B878CF
RGB
CMYK
RGB Variations
Color information
#B878CF (or 0xB878CF) is known color: East Side. HEX triplet: B8, 78 and CF. RGB value is (184,120,207). Sum of RGB (Red+Green+Blue) = 184+120+207=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #B878CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878CF is #478730. Grayscale: #949494. Windows color (decimal): -4687665 or 13596856. OLE color: 13596856.
HSL color Cylindrical-coordinate representation of color #B878CF: hue angle of 284.14º degrees, saturation: 0.48, 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 #B878CF is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 120 | 207 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.19 |
| HSL | 284.14º | 0.48% | 0.64% | - |
| HSV(B) | 284.14º | 0.42% | 0.81% | - |
| XYZ | 37.75 | 28.13 | 62.47 | - |
| YUV | 149.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 207 | 0.11 | 0.42 | 0 | 0.19 | 284.14 | 0.48 | 0.64 |
| Hex | B8 | 78 | CF | B | 2A | 0 | 13 | 11C | 30 | 40 |
| Octal | 270 | 170 | 317 | 13 | 52 | 0 | 23 | 434 | 60 | 100 |
| Binary | 10111000 | 1111000 | 11001111 | 1011 | 101010 | 0 | 10011 | 100011100 | 110000 | 1000000 |
Color Harmonies of #B878CF
Complementary color
Monochromatic Colors of #B878CF
Black with #B878CF
Text Example
Text Example
White with #B878CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B878CF; }
p { color: rgb(184,120,207); }
H1.HeaderClassName
{
color: #B878CF;
}
.AnyTagClassName
{
color: #B878CF;
}
</style>
background-color css
<style>
a { background-color: #B878CF; }
a { background-color: rgb(184,120,207); }
div.DivClassName
{
background-color: #B878CF;
}
.BgClassName
{
background-color: #B878CF;
}
</style>
border-color css
<style>
span { border-color: #B878CF; }
span { border-color: rgb(184,120,207); }
td.TdClassName
{
border-color: #B878CF;
}
.TagClassName
{
border-color: #B878CF;
}
</style>