Shades of East Side #BA82C4
Tints of East Side #BA82C4
RGB
CMYK
RGB Variations
Color information
#BA82C4 (or 0xBA82C4) is known color: East Side. HEX triplet: BA, 82 and C4. RGB value is (186,130,196). Sum of RGB (Red+Green+Blue) = 186+130+196=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82C4 is #457D3B. Grayscale: #9A9A9A. Windows color (decimal): -4554044 or 12878522. OLE color: 12878522.
HSL color Cylindrical-coordinate representation of color #BA82C4: hue angle of 290.91º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA82C4 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 130 | 196 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.23 |
| HSL | 290.91º | 0.36% | 0.64% | - |
| HSV(B) | 290.91º | 0.34% | 0.77% | - |
| XYZ | 38.2 | 30.39 | 56.08 | - |
| YUV | 154.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 196 | 0.05 | 0.34 | 0 | 0.23 | 290.91 | 0.36 | 0.64 |
| Hex | BA | 82 | C4 | 5 | 22 | 0 | 17 | 123 | 24 | 40 |
| Octal | 272 | 202 | 304 | 5 | 42 | 0 | 27 | 443 | 44 | 100 |
| Binary | 10111010 | 10000010 | 11000100 | 101 | 100010 | 0 | 10111 | 100100011 | 100100 | 1000000 |
Color Harmonies of #BA82C4
Complementary color
Monochromatic Colors of #BA82C4
Black with #BA82C4
Text Example
Text Example
White with #BA82C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82C4; }
p { color: rgb(186,130,196); }
H1.HeaderClassName
{
color: #BA82C4;
}
.AnyTagClassName
{
color: #BA82C4;
}
</style>
background-color css
<style>
a { background-color: #BA82C4; }
a { background-color: rgb(186,130,196); }
div.DivClassName
{
background-color: #BA82C4;
}
.BgClassName
{
background-color: #BA82C4;
}
</style>
border-color css
<style>
span { border-color: #BA82C4; }
span { border-color: rgb(186,130,196); }
td.TdClassName
{
border-color: #BA82C4;
}
.TagClassName
{
border-color: #BA82C4;
}
</style>