Shades of East Side #B977C1
Tints of East Side #B977C1
RGB
CMYK
RGB Variations
Color information
#B977C1 (or 0xB977C1) is known color: East Side. HEX triplet: B9, 77 and C1. RGB value is (185,119,193). Sum of RGB (Red+Green+Blue) = 185+119+193=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #B977C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977C1 is #46883E. Grayscale: #929292. Windows color (decimal): -4622399 or 12679097. OLE color: 12679097.
HSL color Cylindrical-coordinate representation of color #B977C1: hue angle of 293.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B977C1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 119 | 193 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.24 |
| HSL | 293.51º | 0.37% | 0.61% | - |
| HSV(B) | 293.51º | 0.38% | 0.76% | - |
| XYZ | 36.23 | 27.36 | 53.82 | - |
| YUV | 147.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 193 | 0.04 | 0.38 | 0 | 0.24 | 293.51 | 0.37 | 0.61 |
| Hex | B9 | 77 | C1 | 4 | 26 | 0 | 18 | 126 | 25 | 3D |
| Octal | 271 | 167 | 301 | 4 | 46 | 0 | 30 | 446 | 45 | 75 |
| Binary | 10111001 | 1110111 | 11000001 | 100 | 100110 | 0 | 11000 | 100100110 | 100101 | 111101 |
Color Harmonies of #B977C1
Complementary color
Monochromatic Colors of #B977C1
Black with #B977C1
Text Example
Text Example
White with #B977C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977C1; }
p { color: rgb(185,119,193); }
H1.HeaderClassName
{
color: #B977C1;
}
.AnyTagClassName
{
color: #B977C1;
}
</style>
background-color css
<style>
a { background-color: #B977C1; }
a { background-color: rgb(185,119,193); }
div.DivClassName
{
background-color: #B977C1;
}
.BgClassName
{
background-color: #B977C1;
}
</style>
border-color css
<style>
span { border-color: #B977C1; }
span { border-color: rgb(185,119,193); }
td.TdClassName
{
border-color: #B977C1;
}
.TagClassName
{
border-color: #B977C1;
}
</style>