Shades of Medium Orchid #BA46EE
Tints of Medium Orchid #BA46EE
RGB
CMYK
RGB Variations
Color information
#BA46EE (or 0xBA46EE) is known color: Medium Orchid. HEX triplet: BA, 46 and EE. RGB value is (186,70,238). Sum of RGB (Red+Green+Blue) = 186+70+238=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46EE is #45B911. Grayscale: #7B7B7B. Windows color (decimal): -4569362 or 15615674. OLE color: 15615674.
HSL color Cylindrical-coordinate representation of color #BA46EE: hue angle of 281.43º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA46EE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 70 | 238 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.07 |
| HSL | 281.43º | 0.83% | 0.6% | - |
| HSV(B) | 281.43º | 0.71% | 0.93% | - |
| XYZ | 37.87 | 20.99 | 82.94 | - |
| YUV | 123.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 238 | 0.22 | 0.71 | 0 | 0.07 | 281.43 | 0.83 | 0.6 |
| Hex | BA | 46 | EE | 16 | 47 | 0 | 7 | 119 | 53 | 3C |
| Octal | 272 | 106 | 356 | 26 | 107 | 0 | 7 | 431 | 123 | 74 |
| Binary | 10111010 | 1000110 | 11101110 | 10110 | 1000111 | 0 | 111 | 100011001 | 1010011 | 111100 |
Color Harmonies of #BA46EE
Complementary color
Monochromatic Colors of #BA46EE
Black with #BA46EE
Text Example
Text Example
White with #BA46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46EE; }
p { color: rgb(186,70,238); }
H1.HeaderClassName
{
color: #BA46EE;
}
.AnyTagClassName
{
color: #BA46EE;
}
</style>
background-color css
<style>
a { background-color: #BA46EE; }
a { background-color: rgb(186,70,238); }
div.DivClassName
{
background-color: #BA46EE;
}
.BgClassName
{
background-color: #BA46EE;
}
</style>
border-color css
<style>
span { border-color: #BA46EE; }
span { border-color: rgb(186,70,238); }
td.TdClassName
{
border-color: #BA46EE;
}
.TagClassName
{
border-color: #BA46EE;
}
</style>