Shades of East Side #BA7FCB
Tints of East Side #BA7FCB
RGB
CMYK
RGB Variations
Color information
#BA7FCB (or 0xBA7FCB) is known color: East Side. HEX triplet: BA, 7F and CB. RGB value is (186,127,203). Sum of RGB (Red+Green+Blue) = 186+127+203=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FCB is #458034. Grayscale: #999999. Windows color (decimal): -4554805 or 13336506. OLE color: 13336506.
HSL color Cylindrical-coordinate representation of color #BA7FCB: hue angle of 286.58º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7FCB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 127 | 203 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.20 |
| HSL | 286.58º | 0.42% | 0.65% | - |
| HSV(B) | 286.58º | 0.37% | 0.8% | - |
| XYZ | 38.62 | 29.93 | 60.24 | - |
| YUV | 153.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 203 | 0.08 | 0.37 | 0 | 0.20 | 286.58 | 0.42 | 0.65 |
| Hex | BA | 7F | CB | 8 | 25 | 0 | 14 | 11F | 2A | 41 |
| Octal | 272 | 177 | 313 | 10 | 45 | 0 | 24 | 437 | 52 | 101 |
| Binary | 10111010 | 1111111 | 11001011 | 1000 | 100101 | 0 | 10100 | 100011111 | 101010 | 1000001 |
Color Harmonies of #BA7FCB
Complementary color
Monochromatic Colors of #BA7FCB
Black with #BA7FCB
Text Example
Text Example
White with #BA7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FCB; }
p { color: rgb(186,127,203); }
H1.HeaderClassName
{
color: #BA7FCB;
}
.AnyTagClassName
{
color: #BA7FCB;
}
</style>
background-color css
<style>
a { background-color: #BA7FCB; }
a { background-color: rgb(186,127,203); }
div.DivClassName
{
background-color: #BA7FCB;
}
.BgClassName
{
background-color: #BA7FCB;
}
</style>
border-color css
<style>
span { border-color: #BA7FCB; }
span { border-color: rgb(186,127,203); }
td.TdClassName
{
border-color: #BA7FCB;
}
.TagClassName
{
border-color: #BA7FCB;
}
</style>