Shades of East Side #B879D5
Tints of East Side #B879D5
RGB
CMYK
RGB Variations
Color information
#B879D5 (or 0xB879D5) is known color: East Side. HEX triplet: B8, 79 and D5. RGB value is (184,121,213). Sum of RGB (Red+Green+Blue) = 184+121+213=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #B879D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879D5 is #47862A. Grayscale: #969696. Windows color (decimal): -4687403 or 13990328. OLE color: 13990328.
HSL color Cylindrical-coordinate representation of color #B879D5: hue angle of 281.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B879D5 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 121 | 213 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.16 |
| HSL | 281.09º | 0.52% | 0.65% | - |
| HSV(B) | 281.09º | 0.43% | 0.84% | - |
| XYZ | 38.61 | 28.67 | 66.45 | - |
| YUV | 150.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 213 | 0.14 | 0.43 | 0 | 0.16 | 281.09 | 0.52 | 0.65 |
| Hex | B8 | 79 | D5 | E | 2B | 0 | 10 | 119 | 34 | 41 |
| Octal | 270 | 171 | 325 | 16 | 53 | 0 | 20 | 431 | 64 | 101 |
| Binary | 10111000 | 1111001 | 11010101 | 1110 | 101011 | 0 | 10000 | 100011001 | 110100 | 1000001 |
Color Harmonies of #B879D5
Complementary color
Monochromatic Colors of #B879D5
Black with #B879D5
Text Example
Text Example
White with #B879D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879D5; }
p { color: rgb(184,121,213); }
H1.HeaderClassName
{
color: #B879D5;
}
.AnyTagClassName
{
color: #B879D5;
}
</style>
background-color css
<style>
a { background-color: #B879D5; }
a { background-color: rgb(184,121,213); }
div.DivClassName
{
background-color: #B879D5;
}
.BgClassName
{
background-color: #B879D5;
}
</style>
border-color css
<style>
span { border-color: #B879D5; }
span { border-color: rgb(184,121,213); }
td.TdClassName
{
border-color: #B879D5;
}
.TagClassName
{
border-color: #B879D5;
}
</style>