Shades of Medium Orchid #BA4AEA
Tints of Medium Orchid #BA4AEA
RGB
CMYK
RGB Variations
Color information
#BA4AEA (or 0xBA4AEA) is known color: Medium Orchid. HEX triplet: BA, 4A and EA. RGB value is (186,74,234). Sum of RGB (Red+Green+Blue) = 186+74+234=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AEA is #45B515. Grayscale: #7D7D7D. Windows color (decimal): -4568342 or 15354554. OLE color: 15354554.
HSL color Cylindrical-coordinate representation of color #BA4AEA: hue angle of 282º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4AEA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 74 | 234 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.08 |
| HSL | 282º | 0.79% | 0.6% | - |
| HSV(B) | 282º | 0.68% | 0.92% | - |
| XYZ | 37.55 | 21.28 | 79.97 | - |
| YUV | 125.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 234 | 0.21 | 0.68 | 0 | 0.08 | 282 | 0.79 | 0.6 |
| Hex | BA | 4A | EA | 15 | 44 | 0 | 8 | 11A | 4F | 3C |
| Octal | 272 | 112 | 352 | 25 | 104 | 0 | 10 | 432 | 117 | 74 |
| Binary | 10111010 | 1001010 | 11101010 | 10101 | 1000100 | 0 | 1000 | 100011010 | 1001111 | 111100 |
Color Harmonies of #BA4AEA
Complementary color
Monochromatic Colors of #BA4AEA
Black with #BA4AEA
Text Example
Text Example
White with #BA4AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AEA; }
p { color: rgb(186,74,234); }
H1.HeaderClassName
{
color: #BA4AEA;
}
.AnyTagClassName
{
color: #BA4AEA;
}
</style>
background-color css
<style>
a { background-color: #BA4AEA; }
a { background-color: rgb(186,74,234); }
div.DivClassName
{
background-color: #BA4AEA;
}
.BgClassName
{
background-color: #BA4AEA;
}
</style>
border-color css
<style>
span { border-color: #BA4AEA; }
span { border-color: rgb(186,74,234); }
td.TdClassName
{
border-color: #BA4AEA;
}
.TagClassName
{
border-color: #BA4AEA;
}
</style>