Shades of Medium Orchid #BA3AE0
Tints of Medium Orchid #BA3AE0
RGB
CMYK
RGB Variations
Color information
#BA3AE0 (or 0xBA3AE0) is known color: Medium Orchid. HEX triplet: BA, 3A and E0. RGB value is (186,58,224). Sum of RGB (Red+Green+Blue) = 186+58+224=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA3AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AE0 is #45C51F. Grayscale: #727272. Windows color (decimal): -4572448 or 14695098. OLE color: 14695098.
HSL color Cylindrical-coordinate representation of color #BA3AE0: hue angle of 286.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3AE0 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 58 | 224 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.12 |
| HSL | 286.27º | 0.73% | 0.55% | - |
| HSV(B) | 286.27º | 0.74% | 0.88% | - |
| XYZ | 35.22 | 18.85 | 72.3 | - |
| YUV | 115.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 224 | 0.17 | 0.74 | 0 | 0.12 | 286.27 | 0.73 | 0.55 |
| Hex | BA | 3A | E0 | 11 | 4A | 0 | C | 11E | 49 | 37 |
| Octal | 272 | 72 | 340 | 21 | 112 | 0 | 14 | 436 | 111 | 67 |
| Binary | 10111010 | 111010 | 11100000 | 10001 | 1001010 | 0 | 1100 | 100011110 | 1001001 | 110111 |
Color Harmonies of #BA3AE0
Complementary color
Monochromatic Colors of #BA3AE0
Black with #BA3AE0
Text Example
Text Example
White with #BA3AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AE0; }
p { color: rgb(186,58,224); }
H1.HeaderClassName
{
color: #BA3AE0;
}
.AnyTagClassName
{
color: #BA3AE0;
}
</style>
background-color css
<style>
a { background-color: #BA3AE0; }
a { background-color: rgb(186,58,224); }
div.DivClassName
{
background-color: #BA3AE0;
}
.BgClassName
{
background-color: #BA3AE0;
}
</style>
border-color css
<style>
span { border-color: #BA3AE0; }
span { border-color: rgb(186,58,224); }
td.TdClassName
{
border-color: #BA3AE0;
}
.TagClassName
{
border-color: #BA3AE0;
}
</style>