Shades of East Side #B978C5
Tints of East Side #B978C5
RGB
CMYK
RGB Variations
Color information
#B978C5 (or 0xB978C5) is known color: East Side. HEX triplet: B9, 78 and C5. RGB value is (185,120,197). Sum of RGB (Red+Green+Blue) = 185+120+197=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #B978C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978C5 is #46873A. Grayscale: #939393. Windows color (decimal): -4622139 or 12941497. OLE color: 12941497.
HSL color Cylindrical-coordinate representation of color #B978C5: hue angle of 290.65º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B978C5 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 120 | 197 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.23 |
| HSL | 290.65º | 0.4% | 0.62% | - |
| HSV(B) | 290.65º | 0.39% | 0.77% | - |
| XYZ | 36.8 | 27.78 | 56.25 | - |
| YUV | 148.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 197 | 0.06 | 0.39 | 0 | 0.23 | 290.65 | 0.4 | 0.62 |
| Hex | B9 | 78 | C5 | 6 | 27 | 0 | 17 | 123 | 28 | 3E |
| Octal | 271 | 170 | 305 | 6 | 47 | 0 | 27 | 443 | 50 | 76 |
| Binary | 10111001 | 1111000 | 11000101 | 110 | 100111 | 0 | 10111 | 100100011 | 101000 | 111110 |
Color Harmonies of #B978C5
Complementary color
Monochromatic Colors of #B978C5
Black with #B978C5
Text Example
Text Example
White with #B978C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978C5; }
p { color: rgb(185,120,197); }
H1.HeaderClassName
{
color: #B978C5;
}
.AnyTagClassName
{
color: #B978C5;
}
</style>
background-color css
<style>
a { background-color: #B978C5; }
a { background-color: rgb(185,120,197); }
div.DivClassName
{
background-color: #B978C5;
}
.BgClassName
{
background-color: #B978C5;
}
</style>
border-color css
<style>
span { border-color: #B978C5; }
span { border-color: rgb(185,120,197); }
td.TdClassName
{
border-color: #B978C5;
}
.TagClassName
{
border-color: #B978C5;
}
</style>