Shades of Medium Orchid #BA3CDB
Tints of Medium Orchid #BA3CDB
RGB
CMYK
RGB Variations
Color information
#BA3CDB (or 0xBA3CDB) is known color: Medium Orchid. HEX triplet: BA, 3C and DB. RGB value is (186,60,219). Sum of RGB (Red+Green+Blue) = 186+60+219=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CDB is #45C324. Grayscale: #737373. Windows color (decimal): -4571941 or 14367930. OLE color: 14367930.
HSL color Cylindrical-coordinate representation of color #BA3CDB: hue angle of 287.55º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3CDB is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 60 | 219 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.14 |
| HSL | 287.55º | 0.69% | 0.55% | - |
| HSV(B) | 287.55º | 0.73% | 0.86% | - |
| XYZ | 34.65 | 18.79 | 68.82 | - |
| YUV | 115.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 219 | 0.15 | 0.73 | 0 | 0.14 | 287.55 | 0.69 | 0.55 |
| Hex | BA | 3C | DB | F | 49 | 0 | E | 120 | 45 | 37 |
| Octal | 272 | 74 | 333 | 17 | 111 | 0 | 16 | 440 | 105 | 67 |
| Binary | 10111010 | 111100 | 11011011 | 1111 | 1001001 | 0 | 1110 | 100100000 | 1000101 | 110111 |
Color Harmonies of #BA3CDB
Complementary color
Monochromatic Colors of #BA3CDB
Black with #BA3CDB
Text Example
Text Example
White with #BA3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CDB; }
p { color: rgb(186,60,219); }
H1.HeaderClassName
{
color: #BA3CDB;
}
.AnyTagClassName
{
color: #BA3CDB;
}
</style>
background-color css
<style>
a { background-color: #BA3CDB; }
a { background-color: rgb(186,60,219); }
div.DivClassName
{
background-color: #BA3CDB;
}
.BgClassName
{
background-color: #BA3CDB;
}
</style>
border-color css
<style>
span { border-color: #BA3CDB; }
span { border-color: rgb(186,60,219); }
td.TdClassName
{
border-color: #BA3CDB;
}
.TagClassName
{
border-color: #BA3CDB;
}
</style>