Shades of Medium Orchid #BA4EEA
Tints of Medium Orchid #BA4EEA
RGB
CMYK
RGB Variations
Color information
#BA4EEA (or 0xBA4EEA) is known color: Medium Orchid. HEX triplet: BA, 4E and EA. RGB value is (186,78,234). Sum of RGB (Red+Green+Blue) = 186+78+234=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EEA is #45B115. Grayscale: #7F7F7F. Windows color (decimal): -4567318 or 15355578. OLE color: 15355578.
HSL color Cylindrical-coordinate representation of color #BA4EEA: hue angle of 281.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4EEA is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 78 | 234 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.08 |
| HSL | 281.54º | 0.79% | 0.61% | - |
| HSV(B) | 281.54º | 0.67% | 0.92% | - |
| XYZ | 37.83 | 21.83 | 80.06 | - |
| YUV | 128.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 234 | 0.21 | 0.67 | 0 | 0.08 | 281.54 | 0.79 | 0.61 |
| Hex | BA | 4E | EA | 15 | 43 | 0 | 8 | 11A | 4F | 3D |
| Octal | 272 | 116 | 352 | 25 | 103 | 0 | 10 | 432 | 117 | 75 |
| Binary | 10111010 | 1001110 | 11101010 | 10101 | 1000011 | 0 | 1000 | 100011010 | 1001111 | 111101 |
Color Harmonies of #BA4EEA
Complementary color
Monochromatic Colors of #BA4EEA
Black with #BA4EEA
Text Example
Text Example
White with #BA4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EEA; }
p { color: rgb(186,78,234); }
H1.HeaderClassName
{
color: #BA4EEA;
}
.AnyTagClassName
{
color: #BA4EEA;
}
</style>
background-color css
<style>
a { background-color: #BA4EEA; }
a { background-color: rgb(186,78,234); }
div.DivClassName
{
background-color: #BA4EEA;
}
.BgClassName
{
background-color: #BA4EEA;
}
</style>
border-color css
<style>
span { border-color: #BA4EEA; }
span { border-color: rgb(186,78,234); }
td.TdClassName
{
border-color: #BA4EEA;
}
.TagClassName
{
border-color: #BA4EEA;
}
</style>