Shades of East Side #BA79CC
Tints of East Side #BA79CC
RGB
CMYK
RGB Variations
Color information
#BA79CC (or 0xBA79CC) is known color: East Side. HEX triplet: BA, 79 and CC. RGB value is (186,121,204). Sum of RGB (Red+Green+Blue) = 186+121+204=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79CC is #458633. Grayscale: #959595. Windows color (decimal): -4556340 or 13400506. OLE color: 13400506.
HSL color Cylindrical-coordinate representation of color #BA79CC: hue angle of 286.99º 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 #BA79CC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 121 | 204 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.2 |
| HSL | 286.99º | 0.45% | 0.64% | - |
| HSV(B) | 286.99º | 0.41% | 0.8% | - |
| XYZ | 37.99 | 28.47 | 60.62 | - |
| YUV | 149.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 204 | 0.09 | 0.41 | 0 | 0.2 | 286.99 | 0.45 | 0.64 |
| Hex | BA | 79 | CC | 9 | 29 | 0 | 14 | 11F | 2D | 40 |
| Octal | 272 | 171 | 314 | 11 | 51 | 0 | 24 | 437 | 55 | 100 |
| Binary | 10111010 | 1111001 | 11001100 | 1001 | 101001 | 0 | 10100 | 100011111 | 101101 | 1000000 |
Color Harmonies of #BA79CC
Complementary color
Monochromatic Colors of #BA79CC
Black with #BA79CC
Text Example
Text Example
White with #BA79CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA79CC; }
p { color: rgb(186,121,204); }
H1.HeaderClassName
{
color: #BA79CC;
}
.AnyTagClassName
{
color: #BA79CC;
}
</style>
background-color css
<style>
a { background-color: #BA79CC; }
a { background-color: rgb(186,121,204); }
div.DivClassName
{
background-color: #BA79CC;
}
.BgClassName
{
background-color: #BA79CC;
}
</style>
border-color css
<style>
span { border-color: #BA79CC; }
span { border-color: rgb(186,121,204); }
td.TdClassName
{
border-color: #BA79CC;
}
.TagClassName
{
border-color: #BA79CC;
}
</style>