Shades of Medium Orchid #BA52FF
Tints of Medium Orchid #BA52FF
RGB
CMYK
RGB Variations
Color information
#BA52FF (or 0xBA52FF) is known color: Medium Orchid. HEX triplet: BA, 52 and FF. RGB value is (186,82,255). Sum of RGB (Red+Green+Blue) = 186+82+255=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA52FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52FF is #45AD00. Grayscale: #848484. Windows color (decimal): -4566273 or 16732858. OLE color: 16732858.
HSL color Cylindrical-coordinate representation of color #BA52FF: hue angle of 276.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA52FF is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 82 | 255 | - |
| CMYK | 0.27 | 0.68 | 0 | 0 |
| HSL | 276.07º | 1% | 0.66% | - |
| HSV(B) | 276.07º | 0.68% | 1% | - |
| XYZ | 41.32 | 23.69 | 97 | - |
| YUV | 132.82 | 196.96 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 255 | 0.27 | 0.68 | 0 | 0 | 276.07 | 1 | 0.66 |
| Hex | BA | 52 | FF | 1B | 44 | 0 | 0 | 114 | 64 | 42 |
| Octal | 272 | 122 | 377 | 33 | 104 | 0 | 0 | 424 | 144 | 102 |
| Binary | 10111010 | 1010010 | 11111111 | 11011 | 1000100 | 0 | 0 | 100010100 | 1100100 | 1000010 |
Color Harmonies of #BA52FF
Complementary color
Monochromatic Colors of #BA52FF
Black with #BA52FF
Text Example
Text Example
White with #BA52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52FF; }
p { color: rgb(186,82,255); }
H1.HeaderClassName
{
color: #BA52FF;
}
.AnyTagClassName
{
color: #BA52FF;
}
</style>
background-color css
<style>
a { background-color: #BA52FF; }
a { background-color: rgb(186,82,255); }
div.DivClassName
{
background-color: #BA52FF;
}
.BgClassName
{
background-color: #BA52FF;
}
</style>
border-color css
<style>
span { border-color: #BA52FF; }
span { border-color: rgb(186,82,255); }
td.TdClassName
{
border-color: #BA52FF;
}
.TagClassName
{
border-color: #BA52FF;
}
</style>