Shades of East Side #BA82CC
Tints of East Side #BA82CC
RGB
CMYK
RGB Variations
Color information
#BA82CC (or 0xBA82CC) is known color: East Side. HEX triplet: BA, 82 and CC. RGB value is (186,130,204). Sum of RGB (Red+Green+Blue) = 186+130+204=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82CC is #457D33. Grayscale: #9A9A9A. Windows color (decimal): -4554036 or 13402810. OLE color: 13402810.
HSL color Cylindrical-coordinate representation of color #BA82CC: hue angle of 285.41º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA82CC is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 130 | 204 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.2 |
| HSL | 285.41º | 0.42% | 0.65% | - |
| HSV(B) | 285.41º | 0.36% | 0.8% | - |
| XYZ | 39.13 | 30.76 | 61 | - |
| YUV | 155.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 204 | 0.09 | 0.36 | 0 | 0.2 | 285.41 | 0.42 | 0.65 |
| Hex | BA | 82 | CC | 9 | 24 | 0 | 14 | 11D | 2A | 41 |
| Octal | 272 | 202 | 314 | 11 | 44 | 0 | 24 | 435 | 52 | 101 |
| Binary | 10111010 | 10000010 | 11001100 | 1001 | 100100 | 0 | 10100 | 100011101 | 101010 | 1000001 |
Color Harmonies of #BA82CC
Complementary color
Monochromatic Colors of #BA82CC
Black with #BA82CC
Text Example
Text Example
White with #BA82CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82CC; }
p { color: rgb(186,130,204); }
H1.HeaderClassName
{
color: #BA82CC;
}
.AnyTagClassName
{
color: #BA82CC;
}
</style>
background-color css
<style>
a { background-color: #BA82CC; }
a { background-color: rgb(186,130,204); }
div.DivClassName
{
background-color: #BA82CC;
}
.BgClassName
{
background-color: #BA82CC;
}
</style>
border-color css
<style>
span { border-color: #BA82CC; }
span { border-color: rgb(186,130,204); }
td.TdClassName
{
border-color: #BA82CC;
}
.TagClassName
{
border-color: #BA82CC;
}
</style>