Shades of Medium Orchid #BA46EF
Tints of Medium Orchid #BA46EF
RGB
CMYK
RGB Variations
Color information
#BA46EF (or 0xBA46EF) is known color: Medium Orchid. HEX triplet: BA, 46 and EF. RGB value is (186,70,239). Sum of RGB (Red+Green+Blue) = 186+70+239=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA46EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46EF is #45B910. Grayscale: #7B7B7B. Windows color (decimal): -4569361 or 15681210. OLE color: 15681210.
HSL color Cylindrical-coordinate representation of color #BA46EF: hue angle of 281.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA46EF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 70 | 239 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.06 |
| HSL | 281.18º | 0.84% | 0.61% | - |
| HSV(B) | 281.18º | 0.71% | 0.94% | - |
| XYZ | 38.02 | 21.05 | 83.72 | - |
| YUV | 123.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 239 | 0.22 | 0.71 | 0 | 0.06 | 281.18 | 0.84 | 0.61 |
| Hex | BA | 46 | EF | 16 | 47 | 0 | 6 | 119 | 54 | 3D |
| Octal | 272 | 106 | 357 | 26 | 107 | 0 | 6 | 431 | 124 | 75 |
| Binary | 10111010 | 1000110 | 11101111 | 10110 | 1000111 | 0 | 110 | 100011001 | 1010100 | 111101 |
Color Harmonies of #BA46EF
Complementary color
Monochromatic Colors of #BA46EF
Black with #BA46EF
Text Example
Text Example
White with #BA46EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46EF; }
p { color: rgb(186,70,239); }
H1.HeaderClassName
{
color: #BA46EF;
}
.AnyTagClassName
{
color: #BA46EF;
}
</style>
background-color css
<style>
a { background-color: #BA46EF; }
a { background-color: rgb(186,70,239); }
div.DivClassName
{
background-color: #BA46EF;
}
.BgClassName
{
background-color: #BA46EF;
}
</style>
border-color css
<style>
span { border-color: #BA46EF; }
span { border-color: rgb(186,70,239); }
td.TdClassName
{
border-color: #BA46EF;
}
.TagClassName
{
border-color: #BA46EF;
}
</style>