Shades of Medium Orchid #BA52D5
Tints of Medium Orchid #BA52D5
RGB
CMYK
RGB Variations
Color information
#BA52D5 (or 0xBA52D5) is known color: Medium Orchid. HEX triplet: BA, 52 and D5. RGB value is (186,82,213). Sum of RGB (Red+Green+Blue) = 186+82+213=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52D5 is #45AD2A. Grayscale: #7F7F7F. Windows color (decimal): -4566315 or 13980346. OLE color: 13980346.
HSL color Cylindrical-coordinate representation of color #BA52D5: hue angle of 287.63º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA52D5 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 82 | 213 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.16 |
| HSL | 287.63º | 0.61% | 0.58% | - |
| HSV(B) | 287.63º | 0.62% | 0.84% | - |
| XYZ | 35.28 | 21.28 | 65.2 | - |
| YUV | 128.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 213 | 0.13 | 0.62 | 0 | 0.16 | 287.63 | 0.61 | 0.58 |
| Hex | BA | 52 | D5 | D | 3E | 0 | 10 | 120 | 3D | 3A |
| Octal | 272 | 122 | 325 | 15 | 76 | 0 | 20 | 440 | 75 | 72 |
| Binary | 10111010 | 1010010 | 11010101 | 1101 | 111110 | 0 | 10000 | 100100000 | 111101 | 111010 |
Color Harmonies of #BA52D5
Complementary color
Monochromatic Colors of #BA52D5
Black with #BA52D5
Text Example
Text Example
White with #BA52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52D5; }
p { color: rgb(186,82,213); }
H1.HeaderClassName
{
color: #BA52D5;
}
.AnyTagClassName
{
color: #BA52D5;
}
</style>
background-color css
<style>
a { background-color: #BA52D5; }
a { background-color: rgb(186,82,213); }
div.DivClassName
{
background-color: #BA52D5;
}
.BgClassName
{
background-color: #BA52D5;
}
</style>
border-color css
<style>
span { border-color: #BA52D5; }
span { border-color: rgb(186,82,213); }
td.TdClassName
{
border-color: #BA52D5;
}
.TagClassName
{
border-color: #BA52D5;
}
</style>