Shades of Medium Orchid #BA47EE
Tints of Medium Orchid #BA47EE
RGB
CMYK
RGB Variations
Color information
#BA47EE (or 0xBA47EE) is known color: Medium Orchid. HEX triplet: BA, 47 and EE. RGB value is (186,71,238). Sum of RGB (Red+Green+Blue) = 186+71+238=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47EE is #45B811. Grayscale: #7B7B7B. Windows color (decimal): -4569106 or 15615930. OLE color: 15615930.
HSL color Cylindrical-coordinate representation of color #BA47EE: hue angle of 281.32º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA47EE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 71 | 238 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.07 |
| HSL | 281.32º | 0.83% | 0.61% | - |
| HSV(B) | 281.32º | 0.7% | 0.93% | - |
| XYZ | 37.94 | 21.12 | 82.97 | - |
| YUV | 124.42 | 192.1 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 238 | 0.22 | 0.70 | 0 | 0.07 | 281.32 | 0.83 | 0.61 |
| Hex | BA | 47 | EE | 16 | 46 | 0 | 7 | 119 | 53 | 3D |
| Octal | 272 | 107 | 356 | 26 | 106 | 0 | 7 | 431 | 123 | 75 |
| Binary | 10111010 | 1000111 | 11101110 | 10110 | 1000110 | 0 | 111 | 100011001 | 1010011 | 111101 |
Color Harmonies of #BA47EE
Complementary color
Monochromatic Colors of #BA47EE
Black with #BA47EE
Text Example
Text Example
White with #BA47EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47EE; }
p { color: rgb(186,71,238); }
H1.HeaderClassName
{
color: #BA47EE;
}
.AnyTagClassName
{
color: #BA47EE;
}
</style>
background-color css
<style>
a { background-color: #BA47EE; }
a { background-color: rgb(186,71,238); }
div.DivClassName
{
background-color: #BA47EE;
}
.BgClassName
{
background-color: #BA47EE;
}
</style>
border-color css
<style>
span { border-color: #BA47EE; }
span { border-color: rgb(186,71,238); }
td.TdClassName
{
border-color: #BA47EE;
}
.TagClassName
{
border-color: #BA47EE;
}
</style>