Shades of Medium Orchid #BA52EB
Tints of Medium Orchid #BA52EB
RGB
CMYK
RGB Variations
Color information
#BA52EB (or 0xBA52EB) is known color: Medium Orchid. HEX triplet: BA, 52 and EB. RGB value is (186,82,235). Sum of RGB (Red+Green+Blue) = 186+82+235=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA52EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52EB is #45AD14. Grayscale: #828282. Windows color (decimal): -4566293 or 15422138. OLE color: 15422138.
HSL color Cylindrical-coordinate representation of color #BA52EB: hue angle of 280.78º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA52EB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 82 | 235 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.08 |
| HSL | 280.78º | 0.79% | 0.62% | - |
| HSV(B) | 280.78º | 0.65% | 0.92% | - |
| XYZ | 38.26 | 22.47 | 80.92 | - |
| YUV | 130.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 235 | 0.21 | 0.65 | 0 | 0.08 | 280.78 | 0.79 | 0.62 |
| Hex | BA | 52 | EB | 15 | 41 | 0 | 8 | 119 | 4F | 3E |
| Octal | 272 | 122 | 353 | 25 | 101 | 0 | 10 | 431 | 117 | 76 |
| Binary | 10111010 | 1010010 | 11101011 | 10101 | 1000001 | 0 | 1000 | 100011001 | 1001111 | 111110 |
Color Harmonies of #BA52EB
Complementary color
Monochromatic Colors of #BA52EB
Black with #BA52EB
Text Example
Text Example
White with #BA52EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52EB; }
p { color: rgb(186,82,235); }
H1.HeaderClassName
{
color: #BA52EB;
}
.AnyTagClassName
{
color: #BA52EB;
}
</style>
background-color css
<style>
a { background-color: #BA52EB; }
a { background-color: rgb(186,82,235); }
div.DivClassName
{
background-color: #BA52EB;
}
.BgClassName
{
background-color: #BA52EB;
}
</style>
border-color css
<style>
span { border-color: #BA52EB; }
span { border-color: rgb(186,82,235); }
td.TdClassName
{
border-color: #BA52EB;
}
.TagClassName
{
border-color: #BA52EB;
}
</style>