Shades of Medium Orchid #BA52FA
Tints of Medium Orchid #BA52FA
RGB
CMYK
RGB Variations
Color information
#BA52FA (or 0xBA52FA) is known color: Medium Orchid. HEX triplet: BA, 52 and FA. RGB value is (186,82,250). Sum of RGB (Red+Green+Blue) = 186+82+250=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52FA is #45AD05. Grayscale: #838383. Windows color (decimal): -4566278 or 16405178. OLE color: 16405178.
HSL color Cylindrical-coordinate representation of color #BA52FA: hue angle of 277.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA52FA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 82 | 250 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.02 |
| HSL | 277.14º | 0.94% | 0.65% | - |
| HSV(B) | 277.14º | 0.67% | 0.98% | - |
| XYZ | 40.52 | 23.38 | 92.82 | - |
| YUV | 132.25 | 194.46 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 250 | 0.26 | 0.67 | 0 | 0.02 | 277.14 | 0.94 | 0.65 |
| Hex | BA | 52 | FA | 1A | 43 | 0 | 2 | 115 | 5E | 41 |
| Octal | 272 | 122 | 372 | 32 | 103 | 0 | 2 | 425 | 136 | 101 |
| Binary | 10111010 | 1010010 | 11111010 | 11010 | 1000011 | 0 | 10 | 100010101 | 1011110 | 1000001 |
Color Harmonies of #BA52FA
Complementary color
Monochromatic Colors of #BA52FA
Black with #BA52FA
Text Example
Text Example
White with #BA52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52FA; }
p { color: rgb(186,82,250); }
H1.HeaderClassName
{
color: #BA52FA;
}
.AnyTagClassName
{
color: #BA52FA;
}
</style>
background-color css
<style>
a { background-color: #BA52FA; }
a { background-color: rgb(186,82,250); }
div.DivClassName
{
background-color: #BA52FA;
}
.BgClassName
{
background-color: #BA52FA;
}
</style>
border-color css
<style>
span { border-color: #BA52FA; }
span { border-color: rgb(186,82,250); }
td.TdClassName
{
border-color: #BA52FA;
}
.TagClassName
{
border-color: #BA52FA;
}
</style>