Shades of East Side #BA7FCE
Tints of East Side #BA7FCE
RGB
CMYK
RGB Variations
Color information
#BA7FCE (or 0xBA7FCE) is known color: East Side. HEX triplet: BA, 7F and CE. RGB value is (186,127,206). Sum of RGB (Red+Green+Blue) = 186+127+206=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FCE is #458031. Grayscale: #999999. Windows color (decimal): -4554802 or 13533114. OLE color: 13533114.
HSL color Cylindrical-coordinate representation of color #BA7FCE: hue angle of 284.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7FCE is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 127 | 206 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.19 |
| HSL | 284.81º | 0.45% | 0.65% | - |
| HSV(B) | 284.81º | 0.38% | 0.81% | - |
| XYZ | 38.98 | 30.07 | 62.14 | - |
| YUV | 153.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 206 | 0.10 | 0.38 | 0 | 0.19 | 284.81 | 0.45 | 0.65 |
| Hex | BA | 7F | CE | A | 26 | 0 | 13 | 11D | 2D | 41 |
| Octal | 272 | 177 | 316 | 12 | 46 | 0 | 23 | 435 | 55 | 101 |
| Binary | 10111010 | 1111111 | 11001110 | 1010 | 100110 | 0 | 10011 | 100011101 | 101101 | 1000001 |
Color Harmonies of #BA7FCE
Complementary color
Monochromatic Colors of #BA7FCE
Black with #BA7FCE
Text Example
Text Example
White with #BA7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FCE; }
p { color: rgb(186,127,206); }
H1.HeaderClassName
{
color: #BA7FCE;
}
.AnyTagClassName
{
color: #BA7FCE;
}
</style>
background-color css
<style>
a { background-color: #BA7FCE; }
a { background-color: rgb(186,127,206); }
div.DivClassName
{
background-color: #BA7FCE;
}
.BgClassName
{
background-color: #BA7FCE;
}
</style>
border-color css
<style>
span { border-color: #BA7FCE; }
span { border-color: rgb(186,127,206); }
td.TdClassName
{
border-color: #BA7FCE;
}
.TagClassName
{
border-color: #BA7FCE;
}
</style>