Shades of Medium Orchid #BA47E9
Tints of Medium Orchid #BA47E9
RGB
CMYK
RGB Variations
Color information
#BA47E9 (or 0xBA47E9) is known color: Medium Orchid. HEX triplet: BA, 47 and E9. RGB value is (186,71,233). Sum of RGB (Red+Green+Blue) = 186+71+233=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA47E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47E9 is #45B816. Grayscale: #7B7B7B. Windows color (decimal): -4569111 or 15288250. OLE color: 15288250.
HSL color Cylindrical-coordinate representation of color #BA47E9: hue angle of 282.59º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA47E9 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 71 | 233 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.09 |
| HSL | 282.59º | 0.79% | 0.6% | - |
| HSV(B) | 282.59º | 0.7% | 0.91% | - |
| XYZ | 37.21 | 20.83 | 79.15 | - |
| YUV | 123.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 233 | 0.20 | 0.70 | 0 | 0.09 | 282.59 | 0.79 | 0.6 |
| Hex | BA | 47 | E9 | 14 | 46 | 0 | 9 | 11B | 4F | 3C |
| Octal | 272 | 107 | 351 | 24 | 106 | 0 | 11 | 433 | 117 | 74 |
| Binary | 10111010 | 1000111 | 11101001 | 10100 | 1000110 | 0 | 1001 | 100011011 | 1001111 | 111100 |
Color Harmonies of #BA47E9
Complementary color
Monochromatic Colors of #BA47E9
Black with #BA47E9
Text Example
Text Example
White with #BA47E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47E9; }
p { color: rgb(186,71,233); }
H1.HeaderClassName
{
color: #BA47E9;
}
.AnyTagClassName
{
color: #BA47E9;
}
</style>
background-color css
<style>
a { background-color: #BA47E9; }
a { background-color: rgb(186,71,233); }
div.DivClassName
{
background-color: #BA47E9;
}
.BgClassName
{
background-color: #BA47E9;
}
</style>
border-color css
<style>
span { border-color: #BA47E9; }
span { border-color: rgb(186,71,233); }
td.TdClassName
{
border-color: #BA47E9;
}
.TagClassName
{
border-color: #BA47E9;
}
</style>