Shades of East Side #B877CF
Tints of East Side #B877CF
RGB
CMYK
RGB Variations
Color information
#B877CF (or 0xB877CF) is known color: East Side. HEX triplet: B8, 77 and CF. RGB value is (184,119,207). Sum of RGB (Red+Green+Blue) = 184+119+207=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #B877CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877CF is #478830. Grayscale: #949494. Windows color (decimal): -4687921 or 13596600. OLE color: 13596600.
HSL color Cylindrical-coordinate representation of color #B877CF: hue angle of 284.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B877CF is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 119 | 207 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.19 |
| HSL | 284.32º | 0.48% | 0.64% | - |
| HSV(B) | 284.32º | 0.43% | 0.81% | - |
| XYZ | 37.63 | 27.89 | 62.43 | - |
| YUV | 148.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 207 | 0.11 | 0.43 | 0 | 0.19 | 284.32 | 0.48 | 0.64 |
| Hex | B8 | 77 | CF | B | 2B | 0 | 13 | 11C | 30 | 40 |
| Octal | 270 | 167 | 317 | 13 | 53 | 0 | 23 | 434 | 60 | 100 |
| Binary | 10111000 | 1110111 | 11001111 | 1011 | 101011 | 0 | 10011 | 100011100 | 110000 | 1000000 |
Color Harmonies of #B877CF
Complementary color
Monochromatic Colors of #B877CF
Black with #B877CF
Text Example
Text Example
White with #B877CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B877CF; }
p { color: rgb(184,119,207); }
H1.HeaderClassName
{
color: #B877CF;
}
.AnyTagClassName
{
color: #B877CF;
}
</style>
background-color css
<style>
a { background-color: #B877CF; }
a { background-color: rgb(184,119,207); }
div.DivClassName
{
background-color: #B877CF;
}
.BgClassName
{
background-color: #B877CF;
}
</style>
border-color css
<style>
span { border-color: #B877CF; }
span { border-color: rgb(184,119,207); }
td.TdClassName
{
border-color: #B877CF;
}
.TagClassName
{
border-color: #B877CF;
}
</style>