Shades of East Side #BA78D3
Tints of East Side #BA78D3
RGB
CMYK
RGB Variations
Color information
#BA78D3 (or 0xBA78D3) is known color: East Side. HEX triplet: BA, 78 and D3. RGB value is (186,120,211). Sum of RGB (Red+Green+Blue) = 186+120+211=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA78D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78D3 is #45872C. Grayscale: #959595. Windows color (decimal): -4556589 or 13859002. OLE color: 13859002.
HSL color Cylindrical-coordinate representation of color #BA78D3: hue angle of 283.52º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA78D3 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 120 | 211 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.17 |
| HSL | 283.52º | 0.51% | 0.65% | - |
| HSV(B) | 283.52º | 0.43% | 0.83% | - |
| XYZ | 38.72 | 28.58 | 65.1 | - |
| YUV | 150.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 211 | 0.12 | 0.43 | 0 | 0.17 | 283.52 | 0.51 | 0.65 |
| Hex | BA | 78 | D3 | C | 2B | 0 | 11 | 11C | 33 | 41 |
| Octal | 272 | 170 | 323 | 14 | 53 | 0 | 21 | 434 | 63 | 101 |
| Binary | 10111010 | 1111000 | 11010011 | 1100 | 101011 | 0 | 10001 | 100011100 | 110011 | 1000001 |
Color Harmonies of #BA78D3
Complementary color
Monochromatic Colors of #BA78D3
Black with #BA78D3
Text Example
Text Example
White with #BA78D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78D3; }
p { color: rgb(186,120,211); }
H1.HeaderClassName
{
color: #BA78D3;
}
.AnyTagClassName
{
color: #BA78D3;
}
</style>
background-color css
<style>
a { background-color: #BA78D3; }
a { background-color: rgb(186,120,211); }
div.DivClassName
{
background-color: #BA78D3;
}
.BgClassName
{
background-color: #BA78D3;
}
</style>
border-color css
<style>
span { border-color: #BA78D3; }
span { border-color: rgb(186,120,211); }
td.TdClassName
{
border-color: #BA78D3;
}
.TagClassName
{
border-color: #BA78D3;
}
</style>