Shades of Medium Orchid #BA52E3
Tints of Medium Orchid #BA52E3
RGB
CMYK
RGB Variations
Color information
#BA52E3 (or 0xBA52E3) is known color: Medium Orchid. HEX triplet: BA, 52 and E3. RGB value is (186,82,227). Sum of RGB (Red+Green+Blue) = 186+82+227=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA52E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52E3 is #45AD1C. Grayscale: #818181. Windows color (decimal): -4566301 or 14897850. OLE color: 14897850.
HSL color Cylindrical-coordinate representation of color #BA52E3: hue angle of 283.03º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA52E3 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 82 | 227 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.11 |
| HSL | 283.03º | 0.72% | 0.61% | - |
| HSV(B) | 283.03º | 0.64% | 0.89% | - |
| XYZ | 37.13 | 22.02 | 74.97 | - |
| YUV | 129.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 227 | 0.18 | 0.64 | 0 | 0.11 | 283.03 | 0.72 | 0.61 |
| Hex | BA | 52 | E3 | 12 | 40 | 0 | B | 11B | 48 | 3D |
| Octal | 272 | 122 | 343 | 22 | 100 | 0 | 13 | 433 | 110 | 75 |
| Binary | 10111010 | 1010010 | 11100011 | 10010 | 1000000 | 0 | 1011 | 100011011 | 1001000 | 111101 |
Color Harmonies of #BA52E3
Complementary color
Monochromatic Colors of #BA52E3
Black with #BA52E3
Text Example
Text Example
White with #BA52E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52E3; }
p { color: rgb(186,82,227); }
H1.HeaderClassName
{
color: #BA52E3;
}
.AnyTagClassName
{
color: #BA52E3;
}
</style>
background-color css
<style>
a { background-color: #BA52E3; }
a { background-color: rgb(186,82,227); }
div.DivClassName
{
background-color: #BA52E3;
}
.BgClassName
{
background-color: #BA52E3;
}
</style>
border-color css
<style>
span { border-color: #BA52E3; }
span { border-color: rgb(186,82,227); }
td.TdClassName
{
border-color: #BA52E3;
}
.TagClassName
{
border-color: #BA52E3;
}
</style>