Shades of Medium Orchid #BA31DD
Tints of Medium Orchid #BA31DD
RGB
CMYK
RGB Variations
Color information
#BA31DD (or 0xBA31DD) is known color: Medium Orchid. HEX triplet: BA, 31 and DD. RGB value is (186,49,221). Sum of RGB (Red+Green+Blue) = 186+49+221=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31DD is #45CE22. Grayscale: #6D6D6D. Windows color (decimal): -4574755 or 14496186. OLE color: 14496186.
HSL color Cylindrical-coordinate representation of color #BA31DD: hue angle of 287.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA31DD is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 49 | 221 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.13 |
| HSL | 287.79º | 0.72% | 0.53% | - |
| HSV(B) | 287.79º | 0.78% | 0.87% | - |
| XYZ | 34.4 | 17.86 | 70.04 | - |
| YUV | 109.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 221 | 0.16 | 0.78 | 0 | 0.13 | 287.79 | 0.72 | 0.53 |
| Hex | BA | 31 | DD | 10 | 4E | 0 | D | 120 | 48 | 35 |
| Octal | 272 | 61 | 335 | 20 | 116 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111010 | 110001 | 11011101 | 10000 | 1001110 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #BA31DD
Complementary color
Monochromatic Colors of #BA31DD
Black with #BA31DD
Text Example
Text Example
White with #BA31DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31DD; }
p { color: rgb(186,49,221); }
H1.HeaderClassName
{
color: #BA31DD;
}
.AnyTagClassName
{
color: #BA31DD;
}
</style>
background-color css
<style>
a { background-color: #BA31DD; }
a { background-color: rgb(186,49,221); }
div.DivClassName
{
background-color: #BA31DD;
}
.BgClassName
{
background-color: #BA31DD;
}
</style>
border-color css
<style>
span { border-color: #BA31DD; }
span { border-color: rgb(186,49,221); }
td.TdClassName
{
border-color: #BA31DD;
}
.TagClassName
{
border-color: #BA31DD;
}
</style>