Shades of Medium Orchid #BA47CC
Tints of Medium Orchid #BA47CC
RGB
CMYK
RGB Variations
Color information
#BA47CC (or 0xBA47CC) is known color: Medium Orchid. HEX triplet: BA, 47 and CC. RGB value is (186,71,204). Sum of RGB (Red+Green+Blue) = 186+71+204=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47CC is #45B833. Grayscale: #787878. Windows color (decimal): -4569140 or 13387706. OLE color: 13387706.
HSL color Cylindrical-coordinate representation of color #BA47CC: hue angle of 291.88º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA47CC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 71 | 204 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.2 |
| HSL | 291.88º | 0.57% | 0.54% | - |
| HSV(B) | 291.88º | 0.65% | 0.8% | - |
| XYZ | 33.4 | 19.31 | 59.09 | - |
| YUV | 120.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 204 | 0.09 | 0.65 | 0 | 0.2 | 291.88 | 0.57 | 0.54 |
| Hex | BA | 47 | CC | 9 | 41 | 0 | 14 | 124 | 39 | 36 |
| Octal | 272 | 107 | 314 | 11 | 101 | 0 | 24 | 444 | 71 | 66 |
| Binary | 10111010 | 1000111 | 11001100 | 1001 | 1000001 | 0 | 10100 | 100100100 | 111001 | 110110 |
Color Harmonies of #BA47CC
Complementary color
Monochromatic Colors of #BA47CC
Black with #BA47CC
Text Example
Text Example
White with #BA47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47CC; }
p { color: rgb(186,71,204); }
H1.HeaderClassName
{
color: #BA47CC;
}
.AnyTagClassName
{
color: #BA47CC;
}
</style>
background-color css
<style>
a { background-color: #BA47CC; }
a { background-color: rgb(186,71,204); }
div.DivClassName
{
background-color: #BA47CC;
}
.BgClassName
{
background-color: #BA47CC;
}
</style>
border-color css
<style>
span { border-color: #BA47CC; }
span { border-color: rgb(186,71,204); }
td.TdClassName
{
border-color: #BA47CC;
}
.TagClassName
{
border-color: #BA47CC;
}
</style>