Shades of East Side #B97EC0
Tints of East Side #B97EC0
RGB
CMYK
RGB Variations
Color information
#B97EC0 (or 0xB97EC0) is known color: East Side. HEX triplet: B9, 7E and C0. RGB value is (185,126,192). Sum of RGB (Red+Green+Blue) = 185+126+192=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #B97EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EC0 is #46813F. Grayscale: #969696. Windows color (decimal): -4620608 or 12615353. OLE color: 12615353.
HSL color Cylindrical-coordinate representation of color #B97EC0: hue angle of 293.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97EC0 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 126 | 192 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.25 |
| HSL | 293.64º | 0.34% | 0.62% | - |
| HSV(B) | 293.64º | 0.34% | 0.75% | - |
| XYZ | 36.98 | 29.04 | 53.53 | - |
| YUV | 151.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 126 | 192 | 0.04 | 0.34 | 0 | 0.25 | 293.64 | 0.34 | 0.62 |
| Hex | B9 | 7E | C0 | 4 | 22 | 0 | 19 | 126 | 22 | 3E |
| Octal | 271 | 176 | 300 | 4 | 42 | 0 | 31 | 446 | 42 | 76 |
| Binary | 10111001 | 1111110 | 11000000 | 100 | 100010 | 0 | 11001 | 100100110 | 100010 | 111110 |
Color Harmonies of #B97EC0
Complementary color
Monochromatic Colors of #B97EC0
Black with #B97EC0
Text Example
Text Example
White with #B97EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97EC0; }
p { color: rgb(185,126,192); }
H1.HeaderClassName
{
color: #B97EC0;
}
.AnyTagClassName
{
color: #B97EC0;
}
</style>
background-color css
<style>
a { background-color: #B97EC0; }
a { background-color: rgb(185,126,192); }
div.DivClassName
{
background-color: #B97EC0;
}
.BgClassName
{
background-color: #B97EC0;
}
</style>
border-color css
<style>
span { border-color: #B97EC0; }
span { border-color: rgb(185,126,192); }
td.TdClassName
{
border-color: #B97EC0;
}
.TagClassName
{
border-color: #B97EC0;
}
</style>