Shades of Medium Orchid #BA53DB
Tints of Medium Orchid #BA53DB
RGB
CMYK
RGB Variations
Color information
#BA53DB (or 0xBA53DB) is known color: Medium Orchid. HEX triplet: BA, 53 and DB. RGB value is (186,83,219). Sum of RGB (Red+Green+Blue) = 186+83+219=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53DB is #45AC24. Grayscale: #808080. Windows color (decimal): -4566053 or 14373818. OLE color: 14373818.
HSL color Cylindrical-coordinate representation of color #BA53DB: hue angle of 285.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA53DB is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 83 | 219 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.14 |
| HSL | 285.44º | 0.65% | 0.59% | - |
| HSV(B) | 285.44º | 0.62% | 0.86% | - |
| XYZ | 36.13 | 21.74 | 69.31 | - |
| YUV | 129.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 219 | 0.15 | 0.62 | 0 | 0.14 | 285.44 | 0.65 | 0.59 |
| Hex | BA | 53 | DB | F | 3E | 0 | E | 11D | 41 | 3B |
| Octal | 272 | 123 | 333 | 17 | 76 | 0 | 16 | 435 | 101 | 73 |
| Binary | 10111010 | 1010011 | 11011011 | 1111 | 111110 | 0 | 1110 | 100011101 | 1000001 | 111011 |
Color Harmonies of #BA53DB
Complementary color
Monochromatic Colors of #BA53DB
Black with #BA53DB
Text Example
Text Example
White with #BA53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53DB; }
p { color: rgb(186,83,219); }
H1.HeaderClassName
{
color: #BA53DB;
}
.AnyTagClassName
{
color: #BA53DB;
}
</style>
background-color css
<style>
a { background-color: #BA53DB; }
a { background-color: rgb(186,83,219); }
div.DivClassName
{
background-color: #BA53DB;
}
.BgClassName
{
background-color: #BA53DB;
}
</style>
border-color css
<style>
span { border-color: #BA53DB; }
span { border-color: rgb(186,83,219); }
td.TdClassName
{
border-color: #BA53DB;
}
.TagClassName
{
border-color: #BA53DB;
}
</style>