Shades of Medium Orchid #BA39DE
Tints of Medium Orchid #BA39DE
RGB
CMYK
RGB Variations
Color information
#BA39DE (or 0xBA39DE) is known color: Medium Orchid. HEX triplet: BA, 39 and DE. RGB value is (186,57,222). Sum of RGB (Red+Green+Blue) = 186+57+222=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA39DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39DE is #45C621. Grayscale: #717171. Windows color (decimal): -4572706 or 14563770. OLE color: 14563770.
HSL color Cylindrical-coordinate representation of color #BA39DE: hue angle of 286.91º 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 #BA39DE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 57 | 222 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.13 |
| HSL | 286.91º | 0.71% | 0.55% | - |
| HSV(B) | 286.91º | 0.74% | 0.87% | - |
| XYZ | 34.9 | 18.64 | 70.87 | - |
| YUV | 114.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 222 | 0.16 | 0.74 | 0 | 0.13 | 286.91 | 0.71 | 0.55 |
| Hex | BA | 39 | DE | 10 | 4A | 0 | D | 11F | 47 | 37 |
| Octal | 272 | 71 | 336 | 20 | 112 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111010 | 111001 | 11011110 | 10000 | 1001010 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #BA39DE
Complementary color
Monochromatic Colors of #BA39DE
Black with #BA39DE
Text Example
Text Example
White with #BA39DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39DE; }
p { color: rgb(186,57,222); }
H1.HeaderClassName
{
color: #BA39DE;
}
.AnyTagClassName
{
color: #BA39DE;
}
</style>
background-color css
<style>
a { background-color: #BA39DE; }
a { background-color: rgb(186,57,222); }
div.DivClassName
{
background-color: #BA39DE;
}
.BgClassName
{
background-color: #BA39DE;
}
</style>
border-color css
<style>
span { border-color: #BA39DE; }
span { border-color: rgb(186,57,222); }
td.TdClassName
{
border-color: #BA39DE;
}
.TagClassName
{
border-color: #BA39DE;
}
</style>