Shades of Medium Orchid #BA39CC
Tints of Medium Orchid #BA39CC
RGB
CMYK
RGB Variations
Color information
#BA39CC (or 0xBA39CC) is known color: Medium Orchid. HEX triplet: BA, 39 and CC. RGB value is (186,57,204). Sum of RGB (Red+Green+Blue) = 186+57+204=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA39CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39CC is #45C633. Grayscale: #6F6F6F. Windows color (decimal): -4572724 or 13384122. OLE color: 13384122.
HSL color Cylindrical-coordinate representation of color #BA39CC: hue angle of 292.65º degrees, saturation: 0.59, 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 #BA39CC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 57 | 204 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.2 |
| HSL | 292.65º | 0.59% | 0.51% | - |
| HSV(B) | 292.65º | 0.72% | 0.8% | - |
| XYZ | 32.61 | 17.72 | 58.83 | - |
| YUV | 112.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 204 | 0.09 | 0.72 | 0 | 0.2 | 292.65 | 0.59 | 0.51 |
| Hex | BA | 39 | CC | 9 | 48 | 0 | 14 | 125 | 3B | 33 |
| Octal | 272 | 71 | 314 | 11 | 110 | 0 | 24 | 445 | 73 | 63 |
| Binary | 10111010 | 111001 | 11001100 | 1001 | 1001000 | 0 | 10100 | 100100101 | 111011 | 110011 |
Color Harmonies of #BA39CC
Complementary color
Monochromatic Colors of #BA39CC
Black with #BA39CC
Text Example
Text Example
White with #BA39CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39CC; }
p { color: rgb(186,57,204); }
H1.HeaderClassName
{
color: #BA39CC;
}
.AnyTagClassName
{
color: #BA39CC;
}
</style>
background-color css
<style>
a { background-color: #BA39CC; }
a { background-color: rgb(186,57,204); }
div.DivClassName
{
background-color: #BA39CC;
}
.BgClassName
{
background-color: #BA39CC;
}
</style>
border-color css
<style>
span { border-color: #BA39CC; }
span { border-color: rgb(186,57,204); }
td.TdClassName
{
border-color: #BA39CC;
}
.TagClassName
{
border-color: #BA39CC;
}
</style>