Shades of Medium Orchid #BA3AE5
Tints of Medium Orchid #BA3AE5
RGB
CMYK
RGB Variations
Color information
#BA3AE5 (or 0xBA3AE5) is known color: Medium Orchid. HEX triplet: BA, 3A and E5. RGB value is (186,58,229). Sum of RGB (Red+Green+Blue) = 186+58+229=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA3AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AE5 is #45C51A. Grayscale: #737373. Windows color (decimal): -4572443 or 15022778. OLE color: 15022778.
HSL color Cylindrical-coordinate representation of color #BA3AE5: hue angle of 284.91º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3AE5 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 58 | 229 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.10 |
| HSL | 284.91º | 0.77% | 0.56% | - |
| HSV(B) | 284.91º | 0.75% | 0.9% | - |
| XYZ | 35.91 | 19.12 | 75.93 | - |
| YUV | 115.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 229 | 0.19 | 0.75 | 0 | 0.10 | 284.91 | 0.77 | 0.56 |
| Hex | BA | 3A | E5 | 13 | 4B | 0 | A | 11D | 4D | 38 |
| Octal | 272 | 72 | 345 | 23 | 113 | 0 | 12 | 435 | 115 | 70 |
| Binary | 10111010 | 111010 | 11100101 | 10011 | 1001011 | 0 | 1010 | 100011101 | 1001101 | 111000 |
Color Harmonies of #BA3AE5
Complementary color
Monochromatic Colors of #BA3AE5
Black with #BA3AE5
Text Example
Text Example
White with #BA3AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AE5; }
p { color: rgb(186,58,229); }
H1.HeaderClassName
{
color: #BA3AE5;
}
.AnyTagClassName
{
color: #BA3AE5;
}
</style>
background-color css
<style>
a { background-color: #BA3AE5; }
a { background-color: rgb(186,58,229); }
div.DivClassName
{
background-color: #BA3AE5;
}
.BgClassName
{
background-color: #BA3AE5;
}
</style>
border-color css
<style>
span { border-color: #BA3AE5; }
span { border-color: rgb(186,58,229); }
td.TdClassName
{
border-color: #BA3AE5;
}
.TagClassName
{
border-color: #BA3AE5;
}
</style>