Shades of East Side #B977CC
Tints of East Side #B977CC
RGB
CMYK
RGB Variations
Color information
#B977CC (or 0xB977CC) is known color: East Side. HEX triplet: B9, 77 and CC. RGB value is (185,119,204). Sum of RGB (Red+Green+Blue) = 185+119+204=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #B977CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977CC is #468833. Grayscale: #949494. Windows color (decimal): -4622388 or 13399993. OLE color: 13399993.
HSL color Cylindrical-coordinate representation of color #B977CC: hue angle of 286.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B977CC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 119 | 204 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.2 |
| HSL | 286.59º | 0.45% | 0.63% | - |
| HSV(B) | 286.59º | 0.42% | 0.8% | - |
| XYZ | 37.5 | 27.87 | 60.53 | - |
| YUV | 148.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 204 | 0.09 | 0.42 | 0 | 0.2 | 286.59 | 0.45 | 0.63 |
| Hex | B9 | 77 | CC | 9 | 2A | 0 | 14 | 11F | 2D | 3F |
| Octal | 271 | 167 | 314 | 11 | 52 | 0 | 24 | 437 | 55 | 77 |
| Binary | 10111001 | 1110111 | 11001100 | 1001 | 101010 | 0 | 10100 | 100011111 | 101101 | 111111 |
Color Harmonies of #B977CC
Complementary color
Monochromatic Colors of #B977CC
Black with #B977CC
Text Example
Text Example
White with #B977CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977CC; }
p { color: rgb(185,119,204); }
H1.HeaderClassName
{
color: #B977CC;
}
.AnyTagClassName
{
color: #B977CC;
}
</style>
background-color css
<style>
a { background-color: #B977CC; }
a { background-color: rgb(185,119,204); }
div.DivClassName
{
background-color: #B977CC;
}
.BgClassName
{
background-color: #B977CC;
}
</style>
border-color css
<style>
span { border-color: #B977CC; }
span { border-color: rgb(185,119,204); }
td.TdClassName
{
border-color: #B977CC;
}
.TagClassName
{
border-color: #B977CC;
}
</style>