Shades of Medium Orchid #BA47DB
Tints of Medium Orchid #BA47DB
RGB
CMYK
RGB Variations
Color information
#BA47DB (or 0xBA47DB) is known color: Medium Orchid. HEX triplet: BA, 47 and DB. RGB value is (186,71,219). Sum of RGB (Red+Green+Blue) = 186+71+219=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47DB is #45B824. Grayscale: #797979. Windows color (decimal): -4569125 or 14370746. OLE color: 14370746.
HSL color Cylindrical-coordinate representation of color #BA47DB: hue angle of 286.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA47DB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 71 | 219 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.14 |
| HSL | 286.62º | 0.67% | 0.57% | - |
| HSV(B) | 286.62º | 0.68% | 0.86% | - |
| XYZ | 35.29 | 20.06 | 69.03 | - |
| YUV | 122.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 219 | 0.15 | 0.68 | 0 | 0.14 | 286.62 | 0.67 | 0.57 |
| Hex | BA | 47 | DB | F | 44 | 0 | E | 11F | 43 | 39 |
| Octal | 272 | 107 | 333 | 17 | 104 | 0 | 16 | 437 | 103 | 71 |
| Binary | 10111010 | 1000111 | 11011011 | 1111 | 1000100 | 0 | 1110 | 100011111 | 1000011 | 111001 |
Color Harmonies of #BA47DB
Complementary color
Monochromatic Colors of #BA47DB
Black with #BA47DB
Text Example
Text Example
White with #BA47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47DB; }
p { color: rgb(186,71,219); }
H1.HeaderClassName
{
color: #BA47DB;
}
.AnyTagClassName
{
color: #BA47DB;
}
</style>
background-color css
<style>
a { background-color: #BA47DB; }
a { background-color: rgb(186,71,219); }
div.DivClassName
{
background-color: #BA47DB;
}
.BgClassName
{
background-color: #BA47DB;
}
</style>
border-color css
<style>
span { border-color: #BA47DB; }
span { border-color: rgb(186,71,219); }
td.TdClassName
{
border-color: #BA47DB;
}
.TagClassName
{
border-color: #BA47DB;
}
</style>