Shades of East Side #B977D1
Tints of East Side #B977D1
RGB
CMYK
RGB Variations
Color information
#B977D1 (or 0xB977D1) is known color: East Side. HEX triplet: B9, 77 and D1. RGB value is (185,119,209). Sum of RGB (Red+Green+Blue) = 185+119+209=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #B977D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977D1 is #46882E. Grayscale: #949494. Windows color (decimal): -4622383 or 13727673. OLE color: 13727673.
HSL color Cylindrical-coordinate representation of color #B977D1: hue angle of 284º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B977D1 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 119 | 209 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.18 |
| HSL | 284º | 0.49% | 0.64% | - |
| HSV(B) | 284º | 0.43% | 0.82% | - |
| XYZ | 38.11 | 28.11 | 63.74 | - |
| YUV | 148.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 209 | 0.11 | 0.43 | 0 | 0.18 | 284 | 0.49 | 0.64 |
| Hex | B9 | 77 | D1 | B | 2B | 0 | 12 | 11C | 31 | 40 |
| Octal | 271 | 167 | 321 | 13 | 53 | 0 | 22 | 434 | 61 | 100 |
| Binary | 10111001 | 1110111 | 11010001 | 1011 | 101011 | 0 | 10010 | 100011100 | 110001 | 1000000 |
Color Harmonies of #B977D1
Complementary color
Monochromatic Colors of #B977D1
Black with #B977D1
Text Example
Text Example
White with #B977D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977D1; }
p { color: rgb(185,119,209); }
H1.HeaderClassName
{
color: #B977D1;
}
.AnyTagClassName
{
color: #B977D1;
}
</style>
background-color css
<style>
a { background-color: #B977D1; }
a { background-color: rgb(185,119,209); }
div.DivClassName
{
background-color: #B977D1;
}
.BgClassName
{
background-color: #B977D1;
}
</style>
border-color css
<style>
span { border-color: #B977D1; }
span { border-color: rgb(185,119,209); }
td.TdClassName
{
border-color: #B977D1;
}
.TagClassName
{
border-color: #B977D1;
}
</style>