Shades of Medium Orchid #BA39DD
Tints of Medium Orchid #BA39DD
RGB
CMYK
RGB Variations
Color information
#BA39DD (or 0xBA39DD) is known color: Medium Orchid. HEX triplet: BA, 39 and DD. RGB value is (186,57,221). Sum of RGB (Red+Green+Blue) = 186+57+221=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA39DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39DD is #45C622. Grayscale: #717171. Windows color (decimal): -4572707 or 14498234. OLE color: 14498234.
HSL color Cylindrical-coordinate representation of color #BA39DD: hue angle of 287.2º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA39DD is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 57 | 221 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.13 |
| HSL | 287.2º | 0.71% | 0.55% | - |
| HSV(B) | 287.2º | 0.74% | 0.87% | - |
| XYZ | 34.76 | 18.59 | 70.16 | - |
| YUV | 114.27 | 188.24 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 221 | 0.16 | 0.74 | 0 | 0.13 | 287.2 | 0.71 | 0.55 |
| Hex | BA | 39 | DD | 10 | 4A | 0 | D | 11F | 47 | 37 |
| Octal | 272 | 71 | 335 | 20 | 112 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111010 | 111001 | 11011101 | 10000 | 1001010 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #BA39DD
Complementary color
Monochromatic Colors of #BA39DD
Black with #BA39DD
Text Example
Text Example
White with #BA39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39DD; }
p { color: rgb(186,57,221); }
H1.HeaderClassName
{
color: #BA39DD;
}
.AnyTagClassName
{
color: #BA39DD;
}
</style>
background-color css
<style>
a { background-color: #BA39DD; }
a { background-color: rgb(186,57,221); }
div.DivClassName
{
background-color: #BA39DD;
}
.BgClassName
{
background-color: #BA39DD;
}
</style>
border-color css
<style>
span { border-color: #BA39DD; }
span { border-color: rgb(186,57,221); }
td.TdClassName
{
border-color: #BA39DD;
}
.TagClassName
{
border-color: #BA39DD;
}
</style>