Shades of East Side #BA78C2
Tints of East Side #BA78C2
RGB
CMYK
RGB Variations
Color information
#BA78C2 (or 0xBA78C2) is known color: East Side. HEX triplet: BA, 78 and C2. RGB value is (186,120,194). Sum of RGB (Red+Green+Blue) = 186+120+194=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78C2 is #45873D. Grayscale: #939393. Windows color (decimal): -4556606 or 12744890. OLE color: 12744890.
HSL color Cylindrical-coordinate representation of color #BA78C2: hue angle of 293.51º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA78C2 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 120 | 194 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.24 |
| HSL | 293.51º | 0.38% | 0.62% | - |
| HSV(B) | 293.51º | 0.38% | 0.76% | - |
| XYZ | 36.7 | 27.77 | 54.46 | - |
| YUV | 148.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 194 | 0.04 | 0.38 | 0 | 0.24 | 293.51 | 0.38 | 0.62 |
| Hex | BA | 78 | C2 | 4 | 26 | 0 | 18 | 126 | 26 | 3E |
| Octal | 272 | 170 | 302 | 4 | 46 | 0 | 30 | 446 | 46 | 76 |
| Binary | 10111010 | 1111000 | 11000010 | 100 | 100110 | 0 | 11000 | 100100110 | 100110 | 111110 |
Color Harmonies of #BA78C2
Complementary color
Monochromatic Colors of #BA78C2
Black with #BA78C2
Text Example
Text Example
White with #BA78C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78C2; }
p { color: rgb(186,120,194); }
H1.HeaderClassName
{
color: #BA78C2;
}
.AnyTagClassName
{
color: #BA78C2;
}
</style>
background-color css
<style>
a { background-color: #BA78C2; }
a { background-color: rgb(186,120,194); }
div.DivClassName
{
background-color: #BA78C2;
}
.BgClassName
{
background-color: #BA78C2;
}
</style>
border-color css
<style>
span { border-color: #BA78C2; }
span { border-color: rgb(186,120,194); }
td.TdClassName
{
border-color: #BA78C2;
}
.TagClassName
{
border-color: #BA78C2;
}
</style>