Shades of Medium Orchid #BA39CD
Tints of Medium Orchid #BA39CD
RGB
CMYK
RGB Variations
Color information
#BA39CD (or 0xBA39CD) is known color: Medium Orchid. HEX triplet: BA, 39 and CD. RGB value is (186,57,205). Sum of RGB (Red+Green+Blue) = 186+57+205=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA39CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39CD is #45C632. Grayscale: #6F6F6F. Windows color (decimal): -4572723 or 13449658. OLE color: 13449658.
HSL color Cylindrical-coordinate representation of color #BA39CD: hue angle of 292.3º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA39CD is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 57 | 205 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.20 |
| HSL | 292.3º | 0.6% | 0.51% | - |
| HSV(B) | 292.3º | 0.72% | 0.8% | - |
| XYZ | 32.73 | 17.77 | 59.46 | - |
| YUV | 112.44 | 180.24 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 205 | 0.09 | 0.72 | 0 | 0.20 | 292.3 | 0.6 | 0.51 |
| Hex | BA | 39 | CD | 9 | 48 | 0 | 14 | 124 | 3C | 33 |
| Octal | 272 | 71 | 315 | 11 | 110 | 0 | 24 | 444 | 74 | 63 |
| Binary | 10111010 | 111001 | 11001101 | 1001 | 1001000 | 0 | 10100 | 100100100 | 111100 | 110011 |
Color Harmonies of #BA39CD
Complementary color
Monochromatic Colors of #BA39CD
Black with #BA39CD
Text Example
Text Example
White with #BA39CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39CD; }
p { color: rgb(186,57,205); }
H1.HeaderClassName
{
color: #BA39CD;
}
.AnyTagClassName
{
color: #BA39CD;
}
</style>
background-color css
<style>
a { background-color: #BA39CD; }
a { background-color: rgb(186,57,205); }
div.DivClassName
{
background-color: #BA39CD;
}
.BgClassName
{
background-color: #BA39CD;
}
</style>
border-color css
<style>
span { border-color: #BA39CD; }
span { border-color: rgb(186,57,205); }
td.TdClassName
{
border-color: #BA39CD;
}
.TagClassName
{
border-color: #BA39CD;
}
</style>