Shades of Medium Orchid #BA47CF
Tints of Medium Orchid #BA47CF
RGB
CMYK
RGB Variations
Color information
#BA47CF (or 0xBA47CF) is known color: Medium Orchid. HEX triplet: BA, 47 and CF. RGB value is (186,71,207). Sum of RGB (Red+Green+Blue) = 186+71+207=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47CF is #45B830. Grayscale: #787878. Windows color (decimal): -4569137 or 13584314. OLE color: 13584314.
HSL color Cylindrical-coordinate representation of color #BA47CF: hue angle of 290.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA47CF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 71 | 207 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.19 |
| HSL | 290.74º | 0.59% | 0.55% | - |
| HSV(B) | 290.74º | 0.66% | 0.81% | - |
| XYZ | 33.77 | 19.45 | 61.01 | - |
| YUV | 120.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 207 | 0.10 | 0.66 | 0 | 0.19 | 290.74 | 0.59 | 0.55 |
| Hex | BA | 47 | CF | A | 42 | 0 | 13 | 123 | 3B | 37 |
| Octal | 272 | 107 | 317 | 12 | 102 | 0 | 23 | 443 | 73 | 67 |
| Binary | 10111010 | 1000111 | 11001111 | 1010 | 1000010 | 0 | 10011 | 100100011 | 111011 | 110111 |
Color Harmonies of #BA47CF
Complementary color
Monochromatic Colors of #BA47CF
Black with #BA47CF
Text Example
Text Example
White with #BA47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47CF; }
p { color: rgb(186,71,207); }
H1.HeaderClassName
{
color: #BA47CF;
}
.AnyTagClassName
{
color: #BA47CF;
}
</style>
background-color css
<style>
a { background-color: #BA47CF; }
a { background-color: rgb(186,71,207); }
div.DivClassName
{
background-color: #BA47CF;
}
.BgClassName
{
background-color: #BA47CF;
}
</style>
border-color css
<style>
span { border-color: #BA47CF; }
span { border-color: rgb(186,71,207); }
td.TdClassName
{
border-color: #BA47CF;
}
.TagClassName
{
border-color: #BA47CF;
}
</style>