Shades of Medium Orchid #BA58DB
Tints of Medium Orchid #BA58DB
RGB
CMYK
RGB Variations
Color information
#BA58DB (or 0xBA58DB) is known color: Medium Orchid. HEX triplet: BA, 58 and DB. RGB value is (186,88,219). Sum of RGB (Red+Green+Blue) = 186+88+219=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58DB is #45A724. Grayscale: #838383. Windows color (decimal): -4564773 or 14375098. OLE color: 14375098.
HSL color Cylindrical-coordinate representation of color #BA58DB: hue angle of 284.89º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA58DB is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 88 | 219 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.14 |
| HSL | 284.89º | 0.65% | 0.6% | - |
| HSV(B) | 284.89º | 0.6% | 0.86% | - |
| XYZ | 36.53 | 22.53 | 69.44 | - |
| YUV | 132.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 219 | 0.15 | 0.60 | 0 | 0.14 | 284.89 | 0.65 | 0.6 |
| Hex | BA | 58 | DB | F | 3C | 0 | E | 11D | 41 | 3C |
| Octal | 272 | 130 | 333 | 17 | 74 | 0 | 16 | 435 | 101 | 74 |
| Binary | 10111010 | 1011000 | 11011011 | 1111 | 111100 | 0 | 1110 | 100011101 | 1000001 | 111100 |
Color Harmonies of #BA58DB
Complementary color
Monochromatic Colors of #BA58DB
Black with #BA58DB
Text Example
Text Example
White with #BA58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58DB; }
p { color: rgb(186,88,219); }
H1.HeaderClassName
{
color: #BA58DB;
}
.AnyTagClassName
{
color: #BA58DB;
}
</style>
background-color css
<style>
a { background-color: #BA58DB; }
a { background-color: rgb(186,88,219); }
div.DivClassName
{
background-color: #BA58DB;
}
.BgClassName
{
background-color: #BA58DB;
}
</style>
border-color css
<style>
span { border-color: #BA58DB; }
span { border-color: rgb(186,88,219); }
td.TdClassName
{
border-color: #BA58DB;
}
.TagClassName
{
border-color: #BA58DB;
}
</style>