Shades of Medium Orchid #BA37FC
Tints of Medium Orchid #BA37FC
RGB
CMYK
RGB Variations
Color information
#BA37FC (or 0xBA37FC) is known color: Medium Orchid. HEX triplet: BA, 37 and FC. RGB value is (186,55,252). Sum of RGB (Red+Green+Blue) = 186+55+252=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37FC is #45C803. Grayscale: #737373. Windows color (decimal): -4573188 or 16529338. OLE color: 16529338.
HSL color Cylindrical-coordinate representation of color #BA37FC: hue angle of 279.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA37FC is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 55 | 252 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.01 |
| HSL | 279.9º | 0.97% | 0.6% | - |
| HSV(B) | 279.9º | 0.78% | 0.99% | - |
| XYZ | 39.19 | 20.2 | 93.93 | - |
| YUV | 116.63 | 204.4 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 252 | 0.26 | 0.78 | 0 | 0.01 | 279.9 | 0.97 | 0.6 |
| Hex | BA | 37 | FC | 1A | 4E | 0 | 1 | 118 | 61 | 3C |
| Octal | 272 | 67 | 374 | 32 | 116 | 0 | 1 | 430 | 141 | 74 |
| Binary | 10111010 | 110111 | 11111100 | 11010 | 1001110 | 0 | 1 | 100011000 | 1100001 | 111100 |
Color Harmonies of #BA37FC
Complementary color
Monochromatic Colors of #BA37FC
Black with #BA37FC
Text Example
Text Example
White with #BA37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37FC; }
p { color: rgb(186,55,252); }
H1.HeaderClassName
{
color: #BA37FC;
}
.AnyTagClassName
{
color: #BA37FC;
}
</style>
background-color css
<style>
a { background-color: #BA37FC; }
a { background-color: rgb(186,55,252); }
div.DivClassName
{
background-color: #BA37FC;
}
.BgClassName
{
background-color: #BA37FC;
}
</style>
border-color css
<style>
span { border-color: #BA37FC; }
span { border-color: rgb(186,55,252); }
td.TdClassName
{
border-color: #BA37FC;
}
.TagClassName
{
border-color: #BA37FC;
}
</style>