Shades of Medium Orchid #BA3BCA
Tints of Medium Orchid #BA3BCA
RGB
CMYK
RGB Variations
Color information
#BA3BCA (or 0xBA3BCA) is known color: Medium Orchid. HEX triplet: BA, 3B and CA. RGB value is (186,59,202). Sum of RGB (Red+Green+Blue) = 186+59+202=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA3BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BCA is #45C435. Grayscale: #707070. Windows color (decimal): -4572214 or 13253562. OLE color: 13253562.
HSL color Cylindrical-coordinate representation of color #BA3BCA: hue angle of 293.29º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3BCA is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 59 | 202 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.21 |
| HSL | 293.29º | 0.57% | 0.51% | - |
| HSV(B) | 293.29º | 0.71% | 0.79% | - |
| XYZ | 32.47 | 17.83 | 57.61 | - |
| YUV | 113.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 202 | 0.08 | 0.71 | 0 | 0.21 | 293.29 | 0.57 | 0.51 |
| Hex | BA | 3B | CA | 8 | 47 | 0 | 15 | 125 | 39 | 33 |
| Octal | 272 | 73 | 312 | 10 | 107 | 0 | 25 | 445 | 71 | 63 |
| Binary | 10111010 | 111011 | 11001010 | 1000 | 1000111 | 0 | 10101 | 100100101 | 111001 | 110011 |
Color Harmonies of #BA3BCA
Complementary color
Monochromatic Colors of #BA3BCA
Black with #BA3BCA
Text Example
Text Example
White with #BA3BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BCA; }
p { color: rgb(186,59,202); }
H1.HeaderClassName
{
color: #BA3BCA;
}
.AnyTagClassName
{
color: #BA3BCA;
}
</style>
background-color css
<style>
a { background-color: #BA3BCA; }
a { background-color: rgb(186,59,202); }
div.DivClassName
{
background-color: #BA3BCA;
}
.BgClassName
{
background-color: #BA3BCA;
}
</style>
border-color css
<style>
span { border-color: #BA3BCA; }
span { border-color: rgb(186,59,202); }
td.TdClassName
{
border-color: #BA3BCA;
}
.TagClassName
{
border-color: #BA3BCA;
}
</style>