Shades of East Side #BA83C9
Tints of East Side #BA83C9
RGB
CMYK
RGB Variations
Color information
#BA83C9 (or 0xBA83C9) is known color: East Side. HEX triplet: BA, 83 and C9. RGB value is (186,131,201). Sum of RGB (Red+Green+Blue) = 186+131+201=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA83C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83C9 is #457C36. Grayscale: #9B9B9B. Windows color (decimal): -4553783 or 13206458. OLE color: 13206458.
HSL color Cylindrical-coordinate representation of color #BA83C9: hue angle of 287.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA83C9 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 131 | 201 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.21 |
| HSL | 287.14º | 0.39% | 0.65% | - |
| HSV(B) | 287.14º | 0.35% | 0.79% | - |
| XYZ | 38.91 | 30.89 | 59.17 | - |
| YUV | 155.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 201 | 0.07 | 0.35 | 0 | 0.21 | 287.14 | 0.39 | 0.65 |
| Hex | BA | 83 | C9 | 7 | 23 | 0 | 15 | 11F | 27 | 41 |
| Octal | 272 | 203 | 311 | 7 | 43 | 0 | 25 | 437 | 47 | 101 |
| Binary | 10111010 | 10000011 | 11001001 | 111 | 100011 | 0 | 10101 | 100011111 | 100111 | 1000001 |
Color Harmonies of #BA83C9
Complementary color
Monochromatic Colors of #BA83C9
Black with #BA83C9
Text Example
Text Example
White with #BA83C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83C9; }
p { color: rgb(186,131,201); }
H1.HeaderClassName
{
color: #BA83C9;
}
.AnyTagClassName
{
color: #BA83C9;
}
</style>
background-color css
<style>
a { background-color: #BA83C9; }
a { background-color: rgb(186,131,201); }
div.DivClassName
{
background-color: #BA83C9;
}
.BgClassName
{
background-color: #BA83C9;
}
</style>
border-color css
<style>
span { border-color: #BA83C9; }
span { border-color: rgb(186,131,201); }
td.TdClassName
{
border-color: #BA83C9;
}
.TagClassName
{
border-color: #BA83C9;
}
</style>