Shades of East Side #BA7BBE
Tints of East Side #BA7BBE
RGB
CMYK
RGB Variations
Color information
#BA7BBE (or 0xBA7BBE) is known color: East Side. HEX triplet: BA, 7B and BE. RGB value is (186,123,190). Sum of RGB (Red+Green+Blue) = 186+123+190=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BBE is #458441. Grayscale: #959595. Windows color (decimal): -4555842 or 12483514. OLE color: 12483514.
HSL color Cylindrical-coordinate representation of color #BA7BBE: hue angle of 296.42º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7BBE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 123 | 190 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.25 |
| HSL | 296.42º | 0.34% | 0.61% | - |
| HSV(B) | 296.42º | 0.35% | 0.75% | - |
| XYZ | 36.63 | 28.32 | 52.25 | - |
| YUV | 149.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 190 | 0.02 | 0.35 | 0 | 0.25 | 296.42 | 0.34 | 0.61 |
| Hex | BA | 7B | BE | 2 | 23 | 0 | 19 | 128 | 22 | 3D |
| Octal | 272 | 173 | 276 | 2 | 43 | 0 | 31 | 450 | 42 | 75 |
| Binary | 10111010 | 1111011 | 10111110 | 10 | 100011 | 0 | 11001 | 100101000 | 100010 | 111101 |
Color Harmonies of #BA7BBE
Complementary color
Monochromatic Colors of #BA7BBE
Black with #BA7BBE
Text Example
Text Example
White with #BA7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BBE; }
p { color: rgb(186,123,190); }
H1.HeaderClassName
{
color: #BA7BBE;
}
.AnyTagClassName
{
color: #BA7BBE;
}
</style>
background-color css
<style>
a { background-color: #BA7BBE; }
a { background-color: rgb(186,123,190); }
div.DivClassName
{
background-color: #BA7BBE;
}
.BgClassName
{
background-color: #BA7BBE;
}
</style>
border-color css
<style>
span { border-color: #BA7BBE; }
span { border-color: rgb(186,123,190); }
td.TdClassName
{
border-color: #BA7BBE;
}
.TagClassName
{
border-color: #BA7BBE;
}
</style>