Shades of Medium Orchid #BA46EA
Tints of Medium Orchid #BA46EA
RGB
CMYK
RGB Variations
Color information
#BA46EA (or 0xBA46EA) is known color: Medium Orchid. HEX triplet: BA, 46 and EA. RGB value is (186,70,234). Sum of RGB (Red+Green+Blue) = 186+70+234=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46EA is #45B915. Grayscale: #7A7A7A. Windows color (decimal): -4569366 or 15353530. OLE color: 15353530.
HSL color Cylindrical-coordinate representation of color #BA46EA: hue angle of 282.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA46EA is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 70 | 234 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.08 |
| HSL | 282.44º | 0.8% | 0.6% | - |
| HSV(B) | 282.44º | 0.7% | 0.92% | - |
| XYZ | 37.29 | 20.76 | 79.88 | - |
| YUV | 123.38 | 190.43 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 234 | 0.21 | 0.70 | 0 | 0.08 | 282.44 | 0.8 | 0.6 |
| Hex | BA | 46 | EA | 15 | 46 | 0 | 8 | 11A | 50 | 3C |
| Octal | 272 | 106 | 352 | 25 | 106 | 0 | 10 | 432 | 120 | 74 |
| Binary | 10111010 | 1000110 | 11101010 | 10101 | 1000110 | 0 | 1000 | 100011010 | 1010000 | 111100 |
Color Harmonies of #BA46EA
Complementary color
Monochromatic Colors of #BA46EA
Black with #BA46EA
Text Example
Text Example
White with #BA46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46EA; }
p { color: rgb(186,70,234); }
H1.HeaderClassName
{
color: #BA46EA;
}
.AnyTagClassName
{
color: #BA46EA;
}
</style>
background-color css
<style>
a { background-color: #BA46EA; }
a { background-color: rgb(186,70,234); }
div.DivClassName
{
background-color: #BA46EA;
}
.BgClassName
{
background-color: #BA46EA;
}
</style>
border-color css
<style>
span { border-color: #BA46EA; }
span { border-color: rgb(186,70,234); }
td.TdClassName
{
border-color: #BA46EA;
}
.TagClassName
{
border-color: #BA46EA;
}
</style>