Shades of Medium Orchid #BA3AEA
Tints of Medium Orchid #BA3AEA
RGB
CMYK
RGB Variations
Color information
#BA3AEA (or 0xBA3AEA) is known color: Medium Orchid. HEX triplet: BA, 3A and EA. RGB value is (186,58,234). Sum of RGB (Red+Green+Blue) = 186+58+234=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA3AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AEA is #45C515. Grayscale: #737373. Windows color (decimal): -4572438 or 15350458. OLE color: 15350458.
HSL color Cylindrical-coordinate representation of color #BA3AEA: hue angle of 283.64º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3AEA is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 58 | 234 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.08 |
| HSL | 283.64º | 0.81% | 0.57% | - |
| HSV(B) | 283.64º | 0.75% | 0.92% | - |
| XYZ | 36.61 | 19.41 | 79.66 | - |
| YUV | 116.34 | 194.41 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 234 | 0.21 | 0.75 | 0 | 0.08 | 283.64 | 0.81 | 0.57 |
| Hex | BA | 3A | EA | 15 | 4B | 0 | 8 | 11C | 51 | 39 |
| Octal | 272 | 72 | 352 | 25 | 113 | 0 | 10 | 434 | 121 | 71 |
| Binary | 10111010 | 111010 | 11101010 | 10101 | 1001011 | 0 | 1000 | 100011100 | 1010001 | 111001 |
Color Harmonies of #BA3AEA
Complementary color
Monochromatic Colors of #BA3AEA
Black with #BA3AEA
Text Example
Text Example
White with #BA3AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AEA; }
p { color: rgb(186,58,234); }
H1.HeaderClassName
{
color: #BA3AEA;
}
.AnyTagClassName
{
color: #BA3AEA;
}
</style>
background-color css
<style>
a { background-color: #BA3AEA; }
a { background-color: rgb(186,58,234); }
div.DivClassName
{
background-color: #BA3AEA;
}
.BgClassName
{
background-color: #BA3AEA;
}
</style>
border-color css
<style>
span { border-color: #BA3AEA; }
span { border-color: rgb(186,58,234); }
td.TdClassName
{
border-color: #BA3AEA;
}
.TagClassName
{
border-color: #BA3AEA;
}
</style>