Shades of Medium Orchid #BA73DB
Tints of Medium Orchid #BA73DB
RGB
CMYK
RGB Variations
Color information
#BA73DB (or 0xBA73DB) is known color: Medium Orchid. HEX triplet: BA, 73 and DB. RGB value is (186,115,219). Sum of RGB (Red+Green+Blue) = 186+115+219=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73DB is #458C24. Grayscale: #939393. Windows color (decimal): -4557861 or 14382010. OLE color: 14382010.
HSL color Cylindrical-coordinate representation of color #BA73DB: hue angle of 280.96º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA73DB is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 115 | 219 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.14 |
| HSL | 280.96º | 0.59% | 0.65% | - |
| HSV(B) | 280.96º | 0.47% | 0.86% | - |
| XYZ | 39.17 | 27.82 | 70.32 | - |
| YUV | 148.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 219 | 0.15 | 0.47 | 0 | 0.14 | 280.96 | 0.59 | 0.65 |
| Hex | BA | 73 | DB | F | 2F | 0 | E | 119 | 3B | 41 |
| Octal | 272 | 163 | 333 | 17 | 57 | 0 | 16 | 431 | 73 | 101 |
| Binary | 10111010 | 1110011 | 11011011 | 1111 | 101111 | 0 | 1110 | 100011001 | 111011 | 1000001 |
Color Harmonies of #BA73DB
Complementary color
Monochromatic Colors of #BA73DB
Black with #BA73DB
Text Example
Text Example
White with #BA73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73DB; }
p { color: rgb(186,115,219); }
H1.HeaderClassName
{
color: #BA73DB;
}
.AnyTagClassName
{
color: #BA73DB;
}
</style>
background-color css
<style>
a { background-color: #BA73DB; }
a { background-color: rgb(186,115,219); }
div.DivClassName
{
background-color: #BA73DB;
}
.BgClassName
{
background-color: #BA73DB;
}
</style>
border-color css
<style>
span { border-color: #BA73DB; }
span { border-color: rgb(186,115,219); }
td.TdClassName
{
border-color: #BA73DB;
}
.TagClassName
{
border-color: #BA73DB;
}
</style>