Shades of Medium Orchid #BA71DB
Tints of Medium Orchid #BA71DB
RGB
CMYK
RGB Variations
Color information
#BA71DB (or 0xBA71DB) is known color: Medium Orchid. HEX triplet: BA, 71 and DB. RGB value is (186,113,219). Sum of RGB (Red+Green+Blue) = 186+113+219=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71DB is #458E24. Grayscale: #929292. Windows color (decimal): -4558373 or 14381498. OLE color: 14381498.
HSL color Cylindrical-coordinate representation of color #BA71DB: hue angle of 281.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA71DB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 113 | 219 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.14 |
| HSL | 281.32º | 0.6% | 0.65% | - |
| HSV(B) | 281.32º | 0.48% | 0.86% | - |
| XYZ | 38.94 | 27.36 | 70.25 | - |
| YUV | 146.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 219 | 0.15 | 0.48 | 0 | 0.14 | 281.32 | 0.6 | 0.65 |
| Hex | BA | 71 | DB | F | 30 | 0 | E | 119 | 3C | 41 |
| Octal | 272 | 161 | 333 | 17 | 60 | 0 | 16 | 431 | 74 | 101 |
| Binary | 10111010 | 1110001 | 11011011 | 1111 | 110000 | 0 | 1110 | 100011001 | 111100 | 1000001 |
Color Harmonies of #BA71DB
Complementary color
Monochromatic Colors of #BA71DB
Black with #BA71DB
Text Example
Text Example
White with #BA71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71DB; }
p { color: rgb(186,113,219); }
H1.HeaderClassName
{
color: #BA71DB;
}
.AnyTagClassName
{
color: #BA71DB;
}
</style>
background-color css
<style>
a { background-color: #BA71DB; }
a { background-color: rgb(186,113,219); }
div.DivClassName
{
background-color: #BA71DB;
}
.BgClassName
{
background-color: #BA71DB;
}
</style>
border-color css
<style>
span { border-color: #BA71DB; }
span { border-color: rgb(186,113,219); }
td.TdClassName
{
border-color: #BA71DB;
}
.TagClassName
{
border-color: #BA71DB;
}
</style>