Shades of East Side #BA7FD5
Tints of East Side #BA7FD5
RGB
CMYK
RGB Variations
Color information
#BA7FD5 (or 0xBA7FD5) is known color: East Side. HEX triplet: BA, 7F and D5. RGB value is (186,127,213). Sum of RGB (Red+Green+Blue) = 186+127+213=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA7FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FD5 is #45802A. Grayscale: #9A9A9A. Windows color (decimal): -4554795 or 13991866. OLE color: 13991866.
HSL color Cylindrical-coordinate representation of color #BA7FD5: hue angle of 281.16º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7FD5 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 127 | 213 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.16 |
| HSL | 281.16º | 0.51% | 0.67% | - |
| HSV(B) | 281.16º | 0.4% | 0.84% | - |
| XYZ | 39.85 | 30.42 | 66.72 | - |
| YUV | 154.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 213 | 0.13 | 0.40 | 0 | 0.16 | 281.16 | 0.51 | 0.67 |
| Hex | BA | 7F | D5 | D | 28 | 0 | 10 | 119 | 33 | 43 |
| Octal | 272 | 177 | 325 | 15 | 50 | 0 | 20 | 431 | 63 | 103 |
| Binary | 10111010 | 1111111 | 11010101 | 1101 | 101000 | 0 | 10000 | 100011001 | 110011 | 1000011 |
Color Harmonies of #BA7FD5
Complementary color
Monochromatic Colors of #BA7FD5
Black with #BA7FD5
Text Example
Text Example
White with #BA7FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FD5; }
p { color: rgb(186,127,213); }
H1.HeaderClassName
{
color: #BA7FD5;
}
.AnyTagClassName
{
color: #BA7FD5;
}
</style>
background-color css
<style>
a { background-color: #BA7FD5; }
a { background-color: rgb(186,127,213); }
div.DivClassName
{
background-color: #BA7FD5;
}
.BgClassName
{
background-color: #BA7FD5;
}
</style>
border-color css
<style>
span { border-color: #BA7FD5; }
span { border-color: rgb(186,127,213); }
td.TdClassName
{
border-color: #BA7FD5;
}
.TagClassName
{
border-color: #BA7FD5;
}
</style>