Shades of Medium Orchid #BA52CE
Tints of Medium Orchid #BA52CE
RGB
CMYK
RGB Variations
Color information
#BA52CE (or 0xBA52CE) is known color: Medium Orchid. HEX triplet: BA, 52 and CE. RGB value is (186,82,206). Sum of RGB (Red+Green+Blue) = 186+82+206=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52CE is #45AD31. Grayscale: #7E7E7E. Windows color (decimal): -4566322 or 13521594. OLE color: 13521594.
HSL color Cylindrical-coordinate representation of color #BA52CE: hue angle of 290.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA52CE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 82 | 206 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.19 |
| HSL | 290.32º | 0.56% | 0.56% | - |
| HSV(B) | 290.32º | 0.6% | 0.81% | - |
| XYZ | 34.41 | 20.93 | 60.62 | - |
| YUV | 127.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 206 | 0.10 | 0.60 | 0 | 0.19 | 290.32 | 0.56 | 0.56 |
| Hex | BA | 52 | CE | A | 3C | 0 | 13 | 122 | 38 | 38 |
| Octal | 272 | 122 | 316 | 12 | 74 | 0 | 23 | 442 | 70 | 70 |
| Binary | 10111010 | 1010010 | 11001110 | 1010 | 111100 | 0 | 10011 | 100100010 | 111000 | 111000 |
Color Harmonies of #BA52CE
Complementary color
Monochromatic Colors of #BA52CE
Black with #BA52CE
Text Example
Text Example
White with #BA52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52CE; }
p { color: rgb(186,82,206); }
H1.HeaderClassName
{
color: #BA52CE;
}
.AnyTagClassName
{
color: #BA52CE;
}
</style>
background-color css
<style>
a { background-color: #BA52CE; }
a { background-color: rgb(186,82,206); }
div.DivClassName
{
background-color: #BA52CE;
}
.BgClassName
{
background-color: #BA52CE;
}
</style>
border-color css
<style>
span { border-color: #BA52CE; }
span { border-color: rgb(186,82,206); }
td.TdClassName
{
border-color: #BA52CE;
}
.TagClassName
{
border-color: #BA52CE;
}
</style>