Shades of Medium Orchid #BA54E4
Tints of Medium Orchid #BA54E4
RGB
CMYK
RGB Variations
Color information
#BA54E4 (or 0xBA54E4) is known color: Medium Orchid. HEX triplet: BA, 54 and E4. RGB value is (186,84,228). Sum of RGB (Red+Green+Blue) = 186+84+228=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA54E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54E4 is #45AB1B. Grayscale: #828282. Windows color (decimal): -4565788 or 14963898. OLE color: 14963898.
HSL color Cylindrical-coordinate representation of color #BA54E4: hue angle of 282.5º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA54E4 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 84 | 228 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.11 |
| HSL | 282.5º | 0.73% | 0.61% | - |
| HSV(B) | 282.5º | 0.63% | 0.89% | - |
| XYZ | 37.42 | 22.38 | 75.75 | - |
| YUV | 130.91 | 182.79 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 228 | 0.18 | 0.63 | 0 | 0.11 | 282.5 | 0.73 | 0.61 |
| Hex | BA | 54 | E4 | 12 | 3F | 0 | B | 11A | 49 | 3D |
| Octal | 272 | 124 | 344 | 22 | 77 | 0 | 13 | 432 | 111 | 75 |
| Binary | 10111010 | 1010100 | 11100100 | 10010 | 111111 | 0 | 1011 | 100011010 | 1001001 | 111101 |
Color Harmonies of #BA54E4
Complementary color
Monochromatic Colors of #BA54E4
Black with #BA54E4
Text Example
Text Example
White with #BA54E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54E4; }
p { color: rgb(186,84,228); }
H1.HeaderClassName
{
color: #BA54E4;
}
.AnyTagClassName
{
color: #BA54E4;
}
</style>
background-color css
<style>
a { background-color: #BA54E4; }
a { background-color: rgb(186,84,228); }
div.DivClassName
{
background-color: #BA54E4;
}
.BgClassName
{
background-color: #BA54E4;
}
</style>
border-color css
<style>
span { border-color: #BA54E4; }
span { border-color: rgb(186,84,228); }
td.TdClassName
{
border-color: #BA54E4;
}
.TagClassName
{
border-color: #BA54E4;
}
</style>