Shades of Medium Orchid #BA39CA
Tints of Medium Orchid #BA39CA
RGB
CMYK
RGB Variations
Color information
#BA39CA (or 0xBA39CA) is known color: Medium Orchid. HEX triplet: BA, 39 and CA. RGB value is (186,57,202). Sum of RGB (Red+Green+Blue) = 186+57+202=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA39CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39CA is #45C635. Grayscale: #6F6F6F. Windows color (decimal): -4572726 or 13253050. OLE color: 13253050.
HSL color Cylindrical-coordinate representation of color #BA39CA: hue angle of 293.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA39CA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 57 | 202 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.21 |
| HSL | 293.38º | 0.58% | 0.51% | - |
| HSV(B) | 293.38º | 0.72% | 0.79% | - |
| XYZ | 32.37 | 17.63 | 57.57 | - |
| YUV | 112.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 202 | 0.08 | 0.72 | 0 | 0.21 | 293.38 | 0.58 | 0.51 |
| Hex | BA | 39 | CA | 8 | 48 | 0 | 15 | 125 | 3A | 33 |
| Octal | 272 | 71 | 312 | 10 | 110 | 0 | 25 | 445 | 72 | 63 |
| Binary | 10111010 | 111001 | 11001010 | 1000 | 1001000 | 0 | 10101 | 100100101 | 111010 | 110011 |
Color Harmonies of #BA39CA
Complementary color
Monochromatic Colors of #BA39CA
Black with #BA39CA
Text Example
Text Example
White with #BA39CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39CA; }
p { color: rgb(186,57,202); }
H1.HeaderClassName
{
color: #BA39CA;
}
.AnyTagClassName
{
color: #BA39CA;
}
</style>
background-color css
<style>
a { background-color: #BA39CA; }
a { background-color: rgb(186,57,202); }
div.DivClassName
{
background-color: #BA39CA;
}
.BgClassName
{
background-color: #BA39CA;
}
</style>
border-color css
<style>
span { border-color: #BA39CA; }
span { border-color: rgb(186,57,202); }
td.TdClassName
{
border-color: #BA39CA;
}
.TagClassName
{
border-color: #BA39CA;
}
</style>