Shades of Medium Orchid #BA47E7
Tints of Medium Orchid #BA47E7
RGB
CMYK
RGB Variations
Color information
#BA47E7 (or 0xBA47E7) is known color: Medium Orchid. HEX triplet: BA, 47 and E7. RGB value is (186,71,231). Sum of RGB (Red+Green+Blue) = 186+71+231=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA47E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47E7 is #45B818. Grayscale: #7B7B7B. Windows color (decimal): -4569113 or 15157178. OLE color: 15157178.
HSL color Cylindrical-coordinate representation of color #BA47E7: hue angle of 283.12º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA47E7 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 71 | 231 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.09 |
| HSL | 283.13º | 0.77% | 0.59% | - |
| HSV(B) | 283.13º | 0.69% | 0.91% | - |
| XYZ | 36.93 | 20.72 | 77.65 | - |
| YUV | 123.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 231 | 0.19 | 0.69 | 0 | 0.09 | 283.13 | 0.77 | 0.59 |
| Hex | BA | 47 | E7 | 13 | 45 | 0 | 9 | 11B | 4D | 3B |
| Octal | 272 | 107 | 347 | 23 | 105 | 0 | 11 | 433 | 115 | 73 |
| Binary | 10111010 | 1000111 | 11100111 | 10011 | 1000101 | 0 | 1001 | 100011011 | 1001101 | 111011 |
Color Harmonies of #BA47E7
Complementary color
Monochromatic Colors of #BA47E7
Black with #BA47E7
Text Example
Text Example
White with #BA47E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47E7; }
p { color: rgb(186,71,231); }
H1.HeaderClassName
{
color: #BA47E7;
}
.AnyTagClassName
{
color: #BA47E7;
}
</style>
background-color css
<style>
a { background-color: #BA47E7; }
a { background-color: rgb(186,71,231); }
div.DivClassName
{
background-color: #BA47E7;
}
.BgClassName
{
background-color: #BA47E7;
}
</style>
border-color css
<style>
span { border-color: #BA47E7; }
span { border-color: rgb(186,71,231); }
td.TdClassName
{
border-color: #BA47E7;
}
.TagClassName
{
border-color: #BA47E7;
}
</style>