Shades of Medium Orchid #BA3EE1
Tints of Medium Orchid #BA3EE1
RGB
CMYK
RGB Variations
Color information
#BA3EE1 (or 0xBA3EE1) is known color: Medium Orchid. HEX triplet: BA, 3E and E1. RGB value is (186,62,225). Sum of RGB (Red+Green+Blue) = 186+62+225=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA3EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EE1 is #45C11E. Grayscale: #757575. Windows color (decimal): -4571423 or 14761658. OLE color: 14761658.
HSL color Cylindrical-coordinate representation of color #BA3EE1: hue angle of 285.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3EE1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 62 | 225 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.12 |
| HSL | 285.64º | 0.73% | 0.56% | - |
| HSV(B) | 285.64º | 0.72% | 0.88% | - |
| XYZ | 35.56 | 19.32 | 73.09 | - |
| YUV | 117.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 225 | 0.17 | 0.72 | 0 | 0.12 | 285.64 | 0.73 | 0.56 |
| Hex | BA | 3E | E1 | 11 | 48 | 0 | C | 11E | 49 | 38 |
| Octal | 272 | 76 | 341 | 21 | 110 | 0 | 14 | 436 | 111 | 70 |
| Binary | 10111010 | 111110 | 11100001 | 10001 | 1001000 | 0 | 1100 | 100011110 | 1001001 | 111000 |
Color Harmonies of #BA3EE1
Complementary color
Monochromatic Colors of #BA3EE1
Black with #BA3EE1
Text Example
Text Example
White with #BA3EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EE1; }
p { color: rgb(186,62,225); }
H1.HeaderClassName
{
color: #BA3EE1;
}
.AnyTagClassName
{
color: #BA3EE1;
}
</style>
background-color css
<style>
a { background-color: #BA3EE1; }
a { background-color: rgb(186,62,225); }
div.DivClassName
{
background-color: #BA3EE1;
}
.BgClassName
{
background-color: #BA3EE1;
}
</style>
border-color css
<style>
span { border-color: #BA3EE1; }
span { border-color: rgb(186,62,225); }
td.TdClassName
{
border-color: #BA3EE1;
}
.TagClassName
{
border-color: #BA3EE1;
}
</style>