Shades of Medium Orchid #BA47CA
Tints of Medium Orchid #BA47CA
RGB
CMYK
RGB Variations
Color information
#BA47CA (or 0xBA47CA) is known color: Medium Orchid. HEX triplet: BA, 47 and CA. RGB value is (186,71,202). Sum of RGB (Red+Green+Blue) = 186+71+202=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47CA is #45B835. Grayscale: #777777. Windows color (decimal): -4569142 or 13256634. OLE color: 13256634.
HSL color Cylindrical-coordinate representation of color #BA47CA: hue angle of 292.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA47CA is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 71 | 202 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.21 |
| HSL | 292.67º | 0.55% | 0.54% | - |
| HSV(B) | 292.67º | 0.65% | 0.79% | - |
| XYZ | 33.16 | 19.21 | 57.84 | - |
| YUV | 120.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 202 | 0.08 | 0.65 | 0 | 0.21 | 292.67 | 0.55 | 0.54 |
| Hex | BA | 47 | CA | 8 | 41 | 0 | 15 | 125 | 37 | 36 |
| Octal | 272 | 107 | 312 | 10 | 101 | 0 | 25 | 445 | 67 | 66 |
| Binary | 10111010 | 1000111 | 11001010 | 1000 | 1000001 | 0 | 10101 | 100100101 | 110111 | 110110 |
Color Harmonies of #BA47CA
Complementary color
Monochromatic Colors of #BA47CA
Black with #BA47CA
Text Example
Text Example
White with #BA47CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47CA; }
p { color: rgb(186,71,202); }
H1.HeaderClassName
{
color: #BA47CA;
}
.AnyTagClassName
{
color: #BA47CA;
}
</style>
background-color css
<style>
a { background-color: #BA47CA; }
a { background-color: rgb(186,71,202); }
div.DivClassName
{
background-color: #BA47CA;
}
.BgClassName
{
background-color: #BA47CA;
}
</style>
border-color css
<style>
span { border-color: #BA47CA; }
span { border-color: rgb(186,71,202); }
td.TdClassName
{
border-color: #BA47CA;
}
.TagClassName
{
border-color: #BA47CA;
}
</style>