Shades of Medium Orchid #BA52FC
Tints of Medium Orchid #BA52FC
RGB
CMYK
RGB Variations
Color information
#BA52FC (or 0xBA52FC) is known color: Medium Orchid. HEX triplet: BA, 52 and FC. RGB value is (186,82,252). Sum of RGB (Red+Green+Blue) = 186+82+252=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA52FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52FC is #45AD03. Grayscale: #838383. Windows color (decimal): -4566276 or 16536250. OLE color: 16536250.
HSL color Cylindrical-coordinate representation of color #BA52FC: hue angle of 276.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA52FC is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 82 | 252 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.01 |
| HSL | 276.71º | 0.97% | 0.65% | - |
| HSV(B) | 276.71º | 0.67% | 0.99% | - |
| XYZ | 40.84 | 23.5 | 94.48 | - |
| YUV | 132.48 | 195.46 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 252 | 0.26 | 0.67 | 0 | 0.01 | 276.71 | 0.97 | 0.65 |
| Hex | BA | 52 | FC | 1A | 43 | 0 | 1 | 115 | 61 | 41 |
| Octal | 272 | 122 | 374 | 32 | 103 | 0 | 1 | 425 | 141 | 101 |
| Binary | 10111010 | 1010010 | 11111100 | 11010 | 1000011 | 0 | 1 | 100010101 | 1100001 | 1000001 |
Color Harmonies of #BA52FC
Complementary color
Monochromatic Colors of #BA52FC
Black with #BA52FC
Text Example
Text Example
White with #BA52FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52FC; }
p { color: rgb(186,82,252); }
H1.HeaderClassName
{
color: #BA52FC;
}
.AnyTagClassName
{
color: #BA52FC;
}
</style>
background-color css
<style>
a { background-color: #BA52FC; }
a { background-color: rgb(186,82,252); }
div.DivClassName
{
background-color: #BA52FC;
}
.BgClassName
{
background-color: #BA52FC;
}
</style>
border-color css
<style>
span { border-color: #BA52FC; }
span { border-color: rgb(186,82,252); }
td.TdClassName
{
border-color: #BA52FC;
}
.TagClassName
{
border-color: #BA52FC;
}
</style>