Shades of East Side #BA7BBF
Tints of East Side #BA7BBF
RGB
CMYK
RGB Variations
Color information
#BA7BBF (or 0xBA7BBF) is known color: East Side. HEX triplet: BA, 7B and BF. RGB value is (186,123,191). Sum of RGB (Red+Green+Blue) = 186+123+191=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BBF is #458440. Grayscale: #959595. Windows color (decimal): -4555841 or 12549050. OLE color: 12549050.
HSL color Cylindrical-coordinate representation of color #BA7BBF: hue angle of 295.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA7BBF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 123 | 191 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.25 |
| HSL | 295.59º | 0.35% | 0.62% | - |
| HSV(B) | 295.59º | 0.36% | 0.75% | - |
| XYZ | 36.74 | 28.37 | 52.83 | - |
| YUV | 149.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 191 | 0.03 | 0.36 | 0 | 0.25 | 295.59 | 0.35 | 0.62 |
| Hex | BA | 7B | BF | 3 | 24 | 0 | 19 | 128 | 23 | 3E |
| Octal | 272 | 173 | 277 | 3 | 44 | 0 | 31 | 450 | 43 | 76 |
| Binary | 10111010 | 1111011 | 10111111 | 11 | 100100 | 0 | 11001 | 100101000 | 100011 | 111110 |
Color Harmonies of #BA7BBF
Complementary color
Monochromatic Colors of #BA7BBF
Black with #BA7BBF
Text Example
Text Example
White with #BA7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BBF; }
p { color: rgb(186,123,191); }
H1.HeaderClassName
{
color: #BA7BBF;
}
.AnyTagClassName
{
color: #BA7BBF;
}
</style>
background-color css
<style>
a { background-color: #BA7BBF; }
a { background-color: rgb(186,123,191); }
div.DivClassName
{
background-color: #BA7BBF;
}
.BgClassName
{
background-color: #BA7BBF;
}
</style>
border-color css
<style>
span { border-color: #BA7BBF; }
span { border-color: rgb(186,123,191); }
td.TdClassName
{
border-color: #BA7BBF;
}
.TagClassName
{
border-color: #BA7BBF;
}
</style>