Shades of Medium Orchid #BA52CF
Tints of Medium Orchid #BA52CF
RGB
CMYK
RGB Variations
Color information
#BA52CF (or 0xBA52CF) is known color: Medium Orchid. HEX triplet: BA, 52 and CF. RGB value is (186,82,207). Sum of RGB (Red+Green+Blue) = 186+82+207=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA52CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52CF is #45AD30. Grayscale: #7E7E7E. Windows color (decimal): -4566321 or 13587130. OLE color: 13587130.
HSL color Cylindrical-coordinate representation of color #BA52CF: hue angle of 289.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA52CF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 82 | 207 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.19 |
| HSL | 289.92º | 0.57% | 0.57% | - |
| HSV(B) | 289.92º | 0.6% | 0.81% | - |
| XYZ | 34.53 | 20.98 | 61.26 | - |
| YUV | 127.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 207 | 0.10 | 0.60 | 0 | 0.19 | 289.92 | 0.57 | 0.57 |
| Hex | BA | 52 | CF | A | 3C | 0 | 13 | 122 | 39 | 39 |
| Octal | 272 | 122 | 317 | 12 | 74 | 0 | 23 | 442 | 71 | 71 |
| Binary | 10111010 | 1010010 | 11001111 | 1010 | 111100 | 0 | 10011 | 100100010 | 111001 | 111001 |
Color Harmonies of #BA52CF
Complementary color
Monochromatic Colors of #BA52CF
Black with #BA52CF
Text Example
Text Example
White with #BA52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52CF; }
p { color: rgb(186,82,207); }
H1.HeaderClassName
{
color: #BA52CF;
}
.AnyTagClassName
{
color: #BA52CF;
}
</style>
background-color css
<style>
a { background-color: #BA52CF; }
a { background-color: rgb(186,82,207); }
div.DivClassName
{
background-color: #BA52CF;
}
.BgClassName
{
background-color: #BA52CF;
}
</style>
border-color css
<style>
span { border-color: #BA52CF; }
span { border-color: rgb(186,82,207); }
td.TdClassName
{
border-color: #BA52CF;
}
.TagClassName
{
border-color: #BA52CF;
}
</style>