Shades of Medium Orchid #BA52CA
Tints of Medium Orchid #BA52CA
RGB
CMYK
RGB Variations
Color information
#BA52CA (or 0xBA52CA) is known color: Medium Orchid. HEX triplet: BA, 52 and CA. RGB value is (186,82,202). Sum of RGB (Red+Green+Blue) = 186+82+202=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52CA is #45AD35. Grayscale: #7E7E7E. Windows color (decimal): -4566326 or 13259450. OLE color: 13259450.
HSL color Cylindrical-coordinate representation of color #BA52CA: hue angle of 292º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA52CA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 82 | 202 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.21 |
| HSL | 292º | 0.53% | 0.56% | - |
| HSV(B) | 292º | 0.59% | 0.79% | - |
| XYZ | 33.93 | 20.74 | 58.09 | - |
| YUV | 126.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 202 | 0.08 | 0.59 | 0 | 0.21 | 292 | 0.53 | 0.56 |
| Hex | BA | 52 | CA | 8 | 3B | 0 | 15 | 124 | 35 | 38 |
| Octal | 272 | 122 | 312 | 10 | 73 | 0 | 25 | 444 | 65 | 70 |
| Binary | 10111010 | 1010010 | 11001010 | 1000 | 111011 | 0 | 10101 | 100100100 | 110101 | 111000 |
Color Harmonies of #BA52CA
Complementary color
Monochromatic Colors of #BA52CA
Black with #BA52CA
Text Example
Text Example
White with #BA52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52CA; }
p { color: rgb(186,82,202); }
H1.HeaderClassName
{
color: #BA52CA;
}
.AnyTagClassName
{
color: #BA52CA;
}
</style>
background-color css
<style>
a { background-color: #BA52CA; }
a { background-color: rgb(186,82,202); }
div.DivClassName
{
background-color: #BA52CA;
}
.BgClassName
{
background-color: #BA52CA;
}
</style>
border-color css
<style>
span { border-color: #BA52CA; }
span { border-color: rgb(186,82,202); }
td.TdClassName
{
border-color: #BA52CA;
}
.TagClassName
{
border-color: #BA52CA;
}
</style>