Shades of Medium Orchid #BA37DB
Tints of Medium Orchid #BA37DB
RGB
CMYK
RGB Variations
Color information
#BA37DB (or 0xBA37DB) is known color: Medium Orchid. HEX triplet: BA, 37 and DB. RGB value is (186,55,219). Sum of RGB (Red+Green+Blue) = 186+55+219=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37DB is #45C824. Grayscale: #707070. Windows color (decimal): -4573221 or 14366650. OLE color: 14366650.
HSL color Cylindrical-coordinate representation of color #BA37DB: hue angle of 287.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA37DB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 55 | 219 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.14 |
| HSL | 287.93º | 0.69% | 0.54% | - |
| HSV(B) | 287.93º | 0.75% | 0.86% | - |
| XYZ | 34.4 | 18.29 | 68.73 | - |
| YUV | 112.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 219 | 0.15 | 0.75 | 0 | 0.14 | 287.93 | 0.69 | 0.54 |
| Hex | BA | 37 | DB | F | 4B | 0 | E | 120 | 45 | 36 |
| Octal | 272 | 67 | 333 | 17 | 113 | 0 | 16 | 440 | 105 | 66 |
| Binary | 10111010 | 110111 | 11011011 | 1111 | 1001011 | 0 | 1110 | 100100000 | 1000101 | 110110 |
Color Harmonies of #BA37DB
Complementary color
Monochromatic Colors of #BA37DB
Black with #BA37DB
Text Example
Text Example
White with #BA37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37DB; }
p { color: rgb(186,55,219); }
H1.HeaderClassName
{
color: #BA37DB;
}
.AnyTagClassName
{
color: #BA37DB;
}
</style>
background-color css
<style>
a { background-color: #BA37DB; }
a { background-color: rgb(186,55,219); }
div.DivClassName
{
background-color: #BA37DB;
}
.BgClassName
{
background-color: #BA37DB;
}
</style>
border-color css
<style>
span { border-color: #BA37DB; }
span { border-color: rgb(186,55,219); }
td.TdClassName
{
border-color: #BA37DB;
}
.TagClassName
{
border-color: #BA37DB;
}
</style>