Shades of Medium Orchid #BA37DF
Tints of Medium Orchid #BA37DF
RGB
CMYK
RGB Variations
Color information
#BA37DF (or 0xBA37DF) is known color: Medium Orchid. HEX triplet: BA, 37 and DF. RGB value is (186,55,223). Sum of RGB (Red+Green+Blue) = 186+55+223=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37DF is #45C820. Grayscale: #707070. Windows color (decimal): -4573217 or 14628794. OLE color: 14628794.
HSL color Cylindrical-coordinate representation of color #BA37DF: hue angle of 286.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA37DF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 55 | 223 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.13 |
| HSL | 286.79º | 0.72% | 0.55% | - |
| HSV(B) | 286.79º | 0.75% | 0.87% | - |
| XYZ | 34.94 | 18.5 | 71.54 | - |
| YUV | 113.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 223 | 0.17 | 0.75 | 0 | 0.13 | 286.79 | 0.72 | 0.55 |
| Hex | BA | 37 | DF | 11 | 4B | 0 | D | 11F | 48 | 37 |
| Octal | 272 | 67 | 337 | 21 | 113 | 0 | 15 | 437 | 110 | 67 |
| Binary | 10111010 | 110111 | 11011111 | 10001 | 1001011 | 0 | 1101 | 100011111 | 1001000 | 110111 |
Color Harmonies of #BA37DF
Complementary color
Monochromatic Colors of #BA37DF
Black with #BA37DF
Text Example
Text Example
White with #BA37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37DF; }
p { color: rgb(186,55,223); }
H1.HeaderClassName
{
color: #BA37DF;
}
.AnyTagClassName
{
color: #BA37DF;
}
</style>
background-color css
<style>
a { background-color: #BA37DF; }
a { background-color: rgb(186,55,223); }
div.DivClassName
{
background-color: #BA37DF;
}
.BgClassName
{
background-color: #BA37DF;
}
</style>
border-color css
<style>
span { border-color: #BA37DF; }
span { border-color: rgb(186,55,223); }
td.TdClassName
{
border-color: #BA37DF;
}
.TagClassName
{
border-color: #BA37DF;
}
</style>