Shades of Medium Orchid #BA37F6
Tints of Medium Orchid #BA37F6
RGB
CMYK
RGB Variations
Color information
#BA37F6 (or 0xBA37F6) is known color: Medium Orchid. HEX triplet: BA, 37 and F6. RGB value is (186,55,246). Sum of RGB (Red+Green+Blue) = 186+55+246=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA37F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37F6 is #45C809. Grayscale: #737373. Windows color (decimal): -4573194 or 16136122. OLE color: 16136122.
HSL color Cylindrical-coordinate representation of color #BA37F6: hue angle of 281.15º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA37F6 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 55 | 246 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.04 |
| HSL | 281.15º | 0.91% | 0.59% | - |
| HSV(B) | 281.15º | 0.78% | 0.96% | - |
| XYZ | 38.25 | 19.83 | 89 | - |
| YUV | 115.94 | 201.4 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 246 | 0.24 | 0.78 | 0 | 0.04 | 281.15 | 0.91 | 0.59 |
| Hex | BA | 37 | F6 | 18 | 4E | 0 | 4 | 119 | 5B | 3B |
| Octal | 272 | 67 | 366 | 30 | 116 | 0 | 4 | 431 | 133 | 73 |
| Binary | 10111010 | 110111 | 11110110 | 11000 | 1001110 | 0 | 100 | 100011001 | 1011011 | 111011 |
Color Harmonies of #BA37F6
Complementary color
Monochromatic Colors of #BA37F6
Black with #BA37F6
Text Example
Text Example
White with #BA37F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37F6; }
p { color: rgb(186,55,246); }
H1.HeaderClassName
{
color: #BA37F6;
}
.AnyTagClassName
{
color: #BA37F6;
}
</style>
background-color css
<style>
a { background-color: #BA37F6; }
a { background-color: rgb(186,55,246); }
div.DivClassName
{
background-color: #BA37F6;
}
.BgClassName
{
background-color: #BA37F6;
}
</style>
border-color css
<style>
span { border-color: #BA37F6; }
span { border-color: rgb(186,55,246); }
td.TdClassName
{
border-color: #BA37F6;
}
.TagClassName
{
border-color: #BA37F6;
}
</style>