Shades of East Side #B978BF
Tints of East Side #B978BF
RGB
CMYK
RGB Variations
Color information
#B978BF (or 0xB978BF) is known color: East Side. HEX triplet: B9, 78 and BF. RGB value is (185,120,191). Sum of RGB (Red+Green+Blue) = 185+120+191=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #B978BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978BF is #468740. Grayscale: #939393. Windows color (decimal): -4622145 or 12548281. OLE color: 12548281.
HSL color Cylindrical-coordinate representation of color #B978BF: hue angle of 294.93º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B978BF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 120 | 191 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.25 |
| HSL | 294.93º | 0.36% | 0.61% | - |
| HSV(B) | 294.93º | 0.37% | 0.75% | - |
| XYZ | 36.13 | 27.51 | 52.7 | - |
| YUV | 147.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 191 | 0.03 | 0.37 | 0 | 0.25 | 294.93 | 0.36 | 0.61 |
| Hex | B9 | 78 | BF | 3 | 25 | 0 | 19 | 127 | 24 | 3D |
| Octal | 271 | 170 | 277 | 3 | 45 | 0 | 31 | 447 | 44 | 75 |
| Binary | 10111001 | 1111000 | 10111111 | 11 | 100101 | 0 | 11001 | 100100111 | 100100 | 111101 |
Color Harmonies of #B978BF
Complementary color
Monochromatic Colors of #B978BF
Black with #B978BF
Text Example
Text Example
White with #B978BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978BF; }
p { color: rgb(185,120,191); }
H1.HeaderClassName
{
color: #B978BF;
}
.AnyTagClassName
{
color: #B978BF;
}
</style>
background-color css
<style>
a { background-color: #B978BF; }
a { background-color: rgb(185,120,191); }
div.DivClassName
{
background-color: #B978BF;
}
.BgClassName
{
background-color: #B978BF;
}
</style>
border-color css
<style>
span { border-color: #B978BF; }
span { border-color: rgb(185,120,191); }
td.TdClassName
{
border-color: #B978BF;
}
.TagClassName
{
border-color: #B978BF;
}
</style>