Shades of East Side #BA78C7
Tints of East Side #BA78C7
RGB
CMYK
RGB Variations
Color information
#BA78C7 (or 0xBA78C7) is known color: East Side. HEX triplet: BA, 78 and C7. RGB value is (186,120,199). Sum of RGB (Red+Green+Blue) = 186+120+199=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA78C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78C7 is #458738. Grayscale: #949494. Windows color (decimal): -4556601 or 13072570. OLE color: 13072570.
HSL color Cylindrical-coordinate representation of color #BA78C7: hue angle of 290.13º 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 #BA78C7 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 120 | 199 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.22 |
| HSL | 290.13º | 0.41% | 0.63% | - |
| HSV(B) | 290.13º | 0.4% | 0.78% | - |
| XYZ | 37.27 | 28 | 57.47 | - |
| YUV | 148.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 199 | 0.07 | 0.40 | 0 | 0.22 | 290.13 | 0.41 | 0.63 |
| Hex | BA | 78 | C7 | 7 | 28 | 0 | 16 | 122 | 29 | 3F |
| Octal | 272 | 170 | 307 | 7 | 50 | 0 | 26 | 442 | 51 | 77 |
| Binary | 10111010 | 1111000 | 11000111 | 111 | 101000 | 0 | 10110 | 100100010 | 101001 | 111111 |
Color Harmonies of #BA78C7
Complementary color
Monochromatic Colors of #BA78C7
Black with #BA78C7
Text Example
Text Example
White with #BA78C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78C7; }
p { color: rgb(186,120,199); }
H1.HeaderClassName
{
color: #BA78C7;
}
.AnyTagClassName
{
color: #BA78C7;
}
</style>
background-color css
<style>
a { background-color: #BA78C7; }
a { background-color: rgb(186,120,199); }
div.DivClassName
{
background-color: #BA78C7;
}
.BgClassName
{
background-color: #BA78C7;
}
</style>
border-color css
<style>
span { border-color: #BA78C7; }
span { border-color: rgb(186,120,199); }
td.TdClassName
{
border-color: #BA78C7;
}
.TagClassName
{
border-color: #BA78C7;
}
</style>