Shades of East Side #B879BD
Tints of East Side #B879BD
RGB
CMYK
RGB Variations
Color information
#B879BD (or 0xB879BD) is known color: East Side. HEX triplet: B8, 79 and BD. RGB value is (184,121,189). Sum of RGB (Red+Green+Blue) = 184+121+189=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #B879BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879BD is #478642. Grayscale: #939393. Windows color (decimal): -4687427 or 12417464. OLE color: 12417464.
HSL color Cylindrical-coordinate representation of color #B879BD: hue angle of 295.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B879BD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 121 | 189 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.26 |
| HSL | 295.59º | 0.34% | 0.61% | - |
| HSV(B) | 295.59º | 0.36% | 0.74% | - |
| XYZ | 35.79 | 27.54 | 51.57 | - |
| YUV | 147.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 189 | 0.03 | 0.36 | 0 | 0.26 | 295.59 | 0.34 | 0.61 |
| Hex | B8 | 79 | BD | 3 | 24 | 0 | 1A | 128 | 22 | 3D |
| Octal | 270 | 171 | 275 | 3 | 44 | 0 | 32 | 450 | 42 | 75 |
| Binary | 10111000 | 1111001 | 10111101 | 11 | 100100 | 0 | 11010 | 100101000 | 100010 | 111101 |
Color Harmonies of #B879BD
Complementary color
Monochromatic Colors of #B879BD
Black with #B879BD
Text Example
Text Example
White with #B879BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879BD; }
p { color: rgb(184,121,189); }
H1.HeaderClassName
{
color: #B879BD;
}
.AnyTagClassName
{
color: #B879BD;
}
</style>
background-color css
<style>
a { background-color: #B879BD; }
a { background-color: rgb(184,121,189); }
div.DivClassName
{
background-color: #B879BD;
}
.BgClassName
{
background-color: #B879BD;
}
</style>
border-color css
<style>
span { border-color: #B879BD; }
span { border-color: rgb(184,121,189); }
td.TdClassName
{
border-color: #B879BD;
}
.TagClassName
{
border-color: #B879BD;
}
</style>