Shades of East Side #B879DB
Tints of East Side #B879DB
RGB
CMYK
RGB Variations
Color information
#B879DB (or 0xB879DB) is known color: East Side. HEX triplet: B8, 79 and DB. RGB value is (184,121,219). Sum of RGB (Red+Green+Blue) = 184+121+219=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B879DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879DB is #478624. Grayscale: #969696. Windows color (decimal): -4687397 or 14383544. OLE color: 14383544.
HSL color Cylindrical-coordinate representation of color #B879DB: hue angle of 278.57º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B879DB is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 121 | 219 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.14 |
| HSL | 278.57º | 0.58% | 0.67% | - |
| HSV(B) | 278.57º | 0.45% | 0.86% | - |
| XYZ | 39.39 | 28.98 | 70.54 | - |
| YUV | 151.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 219 | 0.16 | 0.45 | 0 | 0.14 | 278.57 | 0.58 | 0.67 |
| Hex | B8 | 79 | DB | 10 | 2D | 0 | E | 117 | 3A | 43 |
| Octal | 270 | 171 | 333 | 20 | 55 | 0 | 16 | 427 | 72 | 103 |
| Binary | 10111000 | 1111001 | 11011011 | 10000 | 101101 | 0 | 1110 | 100010111 | 111010 | 1000011 |
Color Harmonies of #B879DB
Complementary color
Monochromatic Colors of #B879DB
Black with #B879DB
Text Example
Text Example
White with #B879DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879DB; }
p { color: rgb(184,121,219); }
H1.HeaderClassName
{
color: #B879DB;
}
.AnyTagClassName
{
color: #B879DB;
}
</style>
background-color css
<style>
a { background-color: #B879DB; }
a { background-color: rgb(184,121,219); }
div.DivClassName
{
background-color: #B879DB;
}
.BgClassName
{
background-color: #B879DB;
}
</style>
border-color css
<style>
span { border-color: #B879DB; }
span { border-color: rgb(184,121,219); }
td.TdClassName
{
border-color: #B879DB;
}
.TagClassName
{
border-color: #B879DB;
}
</style>