Shades of Medium Orchid #BA52F4
Tints of Medium Orchid #BA52F4
RGB
CMYK
RGB Variations
Color information
#BA52F4 (or 0xBA52F4) is known color: Medium Orchid. HEX triplet: BA, 52 and F4. RGB value is (186,82,244). Sum of RGB (Red+Green+Blue) = 186+82+244=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA52F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52F4 is #45AD0B. Grayscale: #838383. Windows color (decimal): -4566284 or 16011962. OLE color: 16011962.
HSL color Cylindrical-coordinate representation of color #BA52F4: hue angle of 278.52º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA52F4 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 82 | 244 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.04 |
| HSL | 278.52º | 0.88% | 0.64% | - |
| HSV(B) | 278.52º | 0.66% | 0.96% | - |
| XYZ | 39.6 | 23.01 | 87.94 | - |
| YUV | 131.56 | 191.46 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 244 | 0.24 | 0.66 | 0 | 0.04 | 278.52 | 0.88 | 0.64 |
| Hex | BA | 52 | F4 | 18 | 42 | 0 | 4 | 117 | 58 | 40 |
| Octal | 272 | 122 | 364 | 30 | 102 | 0 | 4 | 427 | 130 | 100 |
| Binary | 10111010 | 1010010 | 11110100 | 11000 | 1000010 | 0 | 100 | 100010111 | 1011000 | 1000000 |
Color Harmonies of #BA52F4
Complementary color
Monochromatic Colors of #BA52F4
Black with #BA52F4
Text Example
Text Example
White with #BA52F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52F4; }
p { color: rgb(186,82,244); }
H1.HeaderClassName
{
color: #BA52F4;
}
.AnyTagClassName
{
color: #BA52F4;
}
</style>
background-color css
<style>
a { background-color: #BA52F4; }
a { background-color: rgb(186,82,244); }
div.DivClassName
{
background-color: #BA52F4;
}
.BgClassName
{
background-color: #BA52F4;
}
</style>
border-color css
<style>
span { border-color: #BA52F4; }
span { border-color: rgb(186,82,244); }
td.TdClassName
{
border-color: #BA52F4;
}
.TagClassName
{
border-color: #BA52F4;
}
</style>