Shades of East Side #BA78CC
Tints of East Side #BA78CC
RGB
CMYK
RGB Variations
Color information
#BA78CC (or 0xBA78CC) is known color: East Side. HEX triplet: BA, 78 and CC. RGB value is (186,120,204). Sum of RGB (Red+Green+Blue) = 186+120+204=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78CC is #458733. Grayscale: #959595. Windows color (decimal): -4556596 or 13400250. OLE color: 13400250.
HSL color Cylindrical-coordinate representation of color #BA78CC: hue angle of 287.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA78CC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 120 | 204 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.2 |
| HSL | 287.14º | 0.45% | 0.64% | - |
| HSV(B) | 287.14º | 0.41% | 0.8% | - |
| XYZ | 37.87 | 28.23 | 60.58 | - |
| YUV | 149.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 204 | 0.09 | 0.41 | 0 | 0.2 | 287.14 | 0.45 | 0.64 |
| Hex | BA | 78 | CC | 9 | 29 | 0 | 14 | 11F | 2D | 40 |
| Octal | 272 | 170 | 314 | 11 | 51 | 0 | 24 | 437 | 55 | 100 |
| Binary | 10111010 | 1111000 | 11001100 | 1001 | 101001 | 0 | 10100 | 100011111 | 101101 | 1000000 |
Color Harmonies of #BA78CC
Complementary color
Monochromatic Colors of #BA78CC
Black with #BA78CC
Text Example
Text Example
White with #BA78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78CC; }
p { color: rgb(186,120,204); }
H1.HeaderClassName
{
color: #BA78CC;
}
.AnyTagClassName
{
color: #BA78CC;
}
</style>
background-color css
<style>
a { background-color: #BA78CC; }
a { background-color: rgb(186,120,204); }
div.DivClassName
{
background-color: #BA78CC;
}
.BgClassName
{
background-color: #BA78CC;
}
</style>
border-color css
<style>
span { border-color: #BA78CC; }
span { border-color: rgb(186,120,204); }
td.TdClassName
{
border-color: #BA78CC;
}
.TagClassName
{
border-color: #BA78CC;
}
</style>