Shades of Medium Orchid #BA47DD
Tints of Medium Orchid #BA47DD
RGB
CMYK
RGB Variations
Color information
#BA47DD (or 0xBA47DD) is known color: Medium Orchid. HEX triplet: BA, 47 and DD. RGB value is (186,71,221). Sum of RGB (Red+Green+Blue) = 186+71+221=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47DD is #45B822. Grayscale: #7A7A7A. Windows color (decimal): -4569123 or 14501818. OLE color: 14501818.
HSL color Cylindrical-coordinate representation of color #BA47DD: hue angle of 286º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA47DD is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 71 | 221 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.13 |
| HSL | 286º | 0.69% | 0.57% | - |
| HSV(B) | 286º | 0.68% | 0.87% | - |
| XYZ | 35.55 | 20.17 | 70.43 | - |
| YUV | 122.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 221 | 0.16 | 0.68 | 0 | 0.13 | 286 | 0.69 | 0.57 |
| Hex | BA | 47 | DD | 10 | 44 | 0 | D | 11E | 45 | 39 |
| Octal | 272 | 107 | 335 | 20 | 104 | 0 | 15 | 436 | 105 | 71 |
| Binary | 10111010 | 1000111 | 11011101 | 10000 | 1000100 | 0 | 1101 | 100011110 | 1000101 | 111001 |
Color Harmonies of #BA47DD
Complementary color
Monochromatic Colors of #BA47DD
Black with #BA47DD
Text Example
Text Example
White with #BA47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47DD; }
p { color: rgb(186,71,221); }
H1.HeaderClassName
{
color: #BA47DD;
}
.AnyTagClassName
{
color: #BA47DD;
}
</style>
background-color css
<style>
a { background-color: #BA47DD; }
a { background-color: rgb(186,71,221); }
div.DivClassName
{
background-color: #BA47DD;
}
.BgClassName
{
background-color: #BA47DD;
}
</style>
border-color css
<style>
span { border-color: #BA47DD; }
span { border-color: rgb(186,71,221); }
td.TdClassName
{
border-color: #BA47DD;
}
.TagClassName
{
border-color: #BA47DD;
}
</style>