Shades of East Side #BA7CCB
Tints of East Side #BA7CCB
RGB
CMYK
RGB Variations
Color information
#BA7CCB (or 0xBA7CCB) is known color: East Side. HEX triplet: BA, 7C and CB. RGB value is (186,124,203). Sum of RGB (Red+Green+Blue) = 186+124+203=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CCB is #458334. Grayscale: #979797. Windows color (decimal): -4555573 or 13335738. OLE color: 13335738.
HSL color Cylindrical-coordinate representation of color #BA7CCB: hue angle of 287.09º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7CCB is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 124 | 203 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.20 |
| HSL | 287.09º | 0.43% | 0.64% | - |
| HSV(B) | 287.09º | 0.39% | 0.8% | - |
| XYZ | 38.24 | 29.17 | 60.11 | - |
| YUV | 151.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 203 | 0.08 | 0.39 | 0 | 0.20 | 287.09 | 0.43 | 0.64 |
| Hex | BA | 7C | CB | 8 | 27 | 0 | 14 | 11F | 2B | 40 |
| Octal | 272 | 174 | 313 | 10 | 47 | 0 | 24 | 437 | 53 | 100 |
| Binary | 10111010 | 1111100 | 11001011 | 1000 | 100111 | 0 | 10100 | 100011111 | 101011 | 1000000 |
Color Harmonies of #BA7CCB
Complementary color
Monochromatic Colors of #BA7CCB
Black with #BA7CCB
Text Example
Text Example
White with #BA7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CCB; }
p { color: rgb(186,124,203); }
H1.HeaderClassName
{
color: #BA7CCB;
}
.AnyTagClassName
{
color: #BA7CCB;
}
</style>
background-color css
<style>
a { background-color: #BA7CCB; }
a { background-color: rgb(186,124,203); }
div.DivClassName
{
background-color: #BA7CCB;
}
.BgClassName
{
background-color: #BA7CCB;
}
</style>
border-color css
<style>
span { border-color: #BA7CCB; }
span { border-color: rgb(186,124,203); }
td.TdClassName
{
border-color: #BA7CCB;
}
.TagClassName
{
border-color: #BA7CCB;
}
</style>