Shades of East Side #BA78CE
Tints of East Side #BA78CE
RGB
CMYK
RGB Variations
Color information
#BA78CE (or 0xBA78CE) is known color: East Side. HEX triplet: BA, 78 and CE. RGB value is (186,120,206). Sum of RGB (Red+Green+Blue) = 186+120+206=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78CE is #458731. Grayscale: #959595. Windows color (decimal): -4556594 or 13531322. OLE color: 13531322.
HSL color Cylindrical-coordinate representation of color #BA78CE: hue angle of 286.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA78CE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 120 | 206 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.19 |
| HSL | 286.05º | 0.47% | 0.64% | - |
| HSV(B) | 286.05º | 0.42% | 0.81% | - |
| XYZ | 38.11 | 28.33 | 61.85 | - |
| YUV | 149.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 206 | 0.10 | 0.42 | 0 | 0.19 | 286.05 | 0.47 | 0.64 |
| Hex | BA | 78 | CE | A | 2A | 0 | 13 | 11E | 2F | 40 |
| Octal | 272 | 170 | 316 | 12 | 52 | 0 | 23 | 436 | 57 | 100 |
| Binary | 10111010 | 1111000 | 11001110 | 1010 | 101010 | 0 | 10011 | 100011110 | 101111 | 1000000 |
Color Harmonies of #BA78CE
Complementary color
Monochromatic Colors of #BA78CE
Black with #BA78CE
Text Example
Text Example
White with #BA78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78CE; }
p { color: rgb(186,120,206); }
H1.HeaderClassName
{
color: #BA78CE;
}
.AnyTagClassName
{
color: #BA78CE;
}
</style>
background-color css
<style>
a { background-color: #BA78CE; }
a { background-color: rgb(186,120,206); }
div.DivClassName
{
background-color: #BA78CE;
}
.BgClassName
{
background-color: #BA78CE;
}
</style>
border-color css
<style>
span { border-color: #BA78CE; }
span { border-color: rgb(186,120,206); }
td.TdClassName
{
border-color: #BA78CE;
}
.TagClassName
{
border-color: #BA78CE;
}
</style>