Shades of Medium Orchid #BA37CF
Tints of Medium Orchid #BA37CF
RGB
CMYK
RGB Variations
Color information
#BA37CF (or 0xBA37CF) is known color: Medium Orchid. HEX triplet: BA, 37 and CF. RGB value is (186,55,207). Sum of RGB (Red+Green+Blue) = 186+55+207=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37CF is #45C830. Grayscale: #6F6F6F. Windows color (decimal): -4573233 or 13580218. OLE color: 13580218.
HSL color Cylindrical-coordinate representation of color #BA37CF: hue angle of 291.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA37CF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 55 | 207 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.19 |
| HSL | 291.71º | 0.61% | 0.51% | - |
| HSV(B) | 291.71º | 0.73% | 0.81% | - |
| XYZ | 32.88 | 17.68 | 60.71 | - |
| YUV | 111.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 207 | 0.10 | 0.73 | 0 | 0.19 | 291.71 | 0.61 | 0.51 |
| Hex | BA | 37 | CF | A | 49 | 0 | 13 | 124 | 3D | 33 |
| Octal | 272 | 67 | 317 | 12 | 111 | 0 | 23 | 444 | 75 | 63 |
| Binary | 10111010 | 110111 | 11001111 | 1010 | 1001001 | 0 | 10011 | 100100100 | 111101 | 110011 |
Color Harmonies of #BA37CF
Complementary color
Monochromatic Colors of #BA37CF
Black with #BA37CF
Text Example
Text Example
White with #BA37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37CF; }
p { color: rgb(186,55,207); }
H1.HeaderClassName
{
color: #BA37CF;
}
.AnyTagClassName
{
color: #BA37CF;
}
</style>
background-color css
<style>
a { background-color: #BA37CF; }
a { background-color: rgb(186,55,207); }
div.DivClassName
{
background-color: #BA37CF;
}
.BgClassName
{
background-color: #BA37CF;
}
</style>
border-color css
<style>
span { border-color: #BA37CF; }
span { border-color: rgb(186,55,207); }
td.TdClassName
{
border-color: #BA37CF;
}
.TagClassName
{
border-color: #BA37CF;
}
</style>