Shades of East Side #BA7BCC
Tints of East Side #BA7BCC
RGB
CMYK
RGB Variations
Color information
#BA7BCC (or 0xBA7BCC) is known color: East Side. HEX triplet: BA, 7B and CC. RGB value is (186,123,204). Sum of RGB (Red+Green+Blue) = 186+123+204=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BCC is #458433. Grayscale: #969696. Windows color (decimal): -4555828 or 13401018. OLE color: 13401018.
HSL color Cylindrical-coordinate representation of color #BA7BCC: hue angle of 286.67º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7BCC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 123 | 204 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.2 |
| HSL | 286.67º | 0.44% | 0.64% | - |
| HSV(B) | 286.67º | 0.4% | 0.8% | - |
| XYZ | 38.23 | 28.96 | 60.7 | - |
| YUV | 151.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 204 | 0.09 | 0.40 | 0 | 0.2 | 286.67 | 0.44 | 0.64 |
| Hex | BA | 7B | CC | 9 | 28 | 0 | 14 | 11F | 2C | 40 |
| Octal | 272 | 173 | 314 | 11 | 50 | 0 | 24 | 437 | 54 | 100 |
| Binary | 10111010 | 1111011 | 11001100 | 1001 | 101000 | 0 | 10100 | 100011111 | 101100 | 1000000 |
Color Harmonies of #BA7BCC
Complementary color
Monochromatic Colors of #BA7BCC
Black with #BA7BCC
Text Example
Text Example
White with #BA7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BCC; }
p { color: rgb(186,123,204); }
H1.HeaderClassName
{
color: #BA7BCC;
}
.AnyTagClassName
{
color: #BA7BCC;
}
</style>
background-color css
<style>
a { background-color: #BA7BCC; }
a { background-color: rgb(186,123,204); }
div.DivClassName
{
background-color: #BA7BCC;
}
.BgClassName
{
background-color: #BA7BCC;
}
</style>
border-color css
<style>
span { border-color: #BA7BCC; }
span { border-color: rgb(186,123,204); }
td.TdClassName
{
border-color: #BA7BCC;
}
.TagClassName
{
border-color: #BA7BCC;
}
</style>