Shades of Medium Orchid #BA31DE
Tints of Medium Orchid #BA31DE
RGB
CMYK
RGB Variations
Color information
#BA31DE (or 0xBA31DE) is known color: Medium Orchid. HEX triplet: BA, 31 and DE. RGB value is (186,49,222). Sum of RGB (Red+Green+Blue) = 186+49+222=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA31DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31DE is #45CE21. Grayscale: #6D6D6D. Windows color (decimal): -4574754 or 14561722. OLE color: 14561722.
HSL color Cylindrical-coordinate representation of color #BA31DE: hue angle of 287.51º 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 #BA31DE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 49 | 222 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.13 |
| HSL | 287.51º | 0.72% | 0.53% | - |
| HSV(B) | 287.51º | 0.78% | 0.87% | - |
| XYZ | 34.53 | 17.91 | 70.74 | - |
| YUV | 109.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 222 | 0.16 | 0.78 | 0 | 0.13 | 287.51 | 0.72 | 0.53 |
| Hex | BA | 31 | DE | 10 | 4E | 0 | D | 120 | 48 | 35 |
| Octal | 272 | 61 | 336 | 20 | 116 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111010 | 110001 | 11011110 | 10000 | 1001110 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #BA31DE
Complementary color
Monochromatic Colors of #BA31DE
Black with #BA31DE
Text Example
Text Example
White with #BA31DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31DE; }
p { color: rgb(186,49,222); }
H1.HeaderClassName
{
color: #BA31DE;
}
.AnyTagClassName
{
color: #BA31DE;
}
</style>
background-color css
<style>
a { background-color: #BA31DE; }
a { background-color: rgb(186,49,222); }
div.DivClassName
{
background-color: #BA31DE;
}
.BgClassName
{
background-color: #BA31DE;
}
</style>
border-color css
<style>
span { border-color: #BA31DE; }
span { border-color: rgb(186,49,222); }
td.TdClassName
{
border-color: #BA31DE;
}
.TagClassName
{
border-color: #BA31DE;
}
</style>