Shades of East Side #B978C7
Tints of East Side #B978C7
RGB
CMYK
RGB Variations
Color information
#B978C7 (or 0xB978C7) is known color: East Side. HEX triplet: B9, 78 and C7. RGB value is (185,120,199). Sum of RGB (Red+Green+Blue) = 185+120+199=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #B978C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978C7 is #468738. Grayscale: #949494. Windows color (decimal): -4622137 or 13072569. OLE color: 13072569.
HSL color Cylindrical-coordinate representation of color #B978C7: hue angle of 289.37º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B978C7 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 120 | 199 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.22 |
| HSL | 289.37º | 0.41% | 0.63% | - |
| HSV(B) | 289.37º | 0.4% | 0.78% | - |
| XYZ | 37.03 | 27.87 | 57.46 | - |
| YUV | 148.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 199 | 0.07 | 0.40 | 0 | 0.22 | 289.37 | 0.41 | 0.63 |
| Hex | B9 | 78 | C7 | 7 | 28 | 0 | 16 | 121 | 29 | 3F |
| Octal | 271 | 170 | 307 | 7 | 50 | 0 | 26 | 441 | 51 | 77 |
| Binary | 10111001 | 1111000 | 11000111 | 111 | 101000 | 0 | 10110 | 100100001 | 101001 | 111111 |
Color Harmonies of #B978C7
Complementary color
Monochromatic Colors of #B978C7
Black with #B978C7
Text Example
Text Example
White with #B978C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978C7; }
p { color: rgb(185,120,199); }
H1.HeaderClassName
{
color: #B978C7;
}
.AnyTagClassName
{
color: #B978C7;
}
</style>
background-color css
<style>
a { background-color: #B978C7; }
a { background-color: rgb(185,120,199); }
div.DivClassName
{
background-color: #B978C7;
}
.BgClassName
{
background-color: #B978C7;
}
</style>
border-color css
<style>
span { border-color: #B978C7; }
span { border-color: rgb(185,120,199); }
td.TdClassName
{
border-color: #B978C7;
}
.TagClassName
{
border-color: #B978C7;
}
</style>