Shades of Medium Orchid #BA3EDB
Tints of Medium Orchid #BA3EDB
RGB
CMYK
RGB Variations
Color information
#BA3EDB (or 0xBA3EDB) is known color: Medium Orchid. HEX triplet: BA, 3E and DB. RGB value is (186,62,219). Sum of RGB (Red+Green+Blue) = 186+62+219=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA3EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EDB is #45C124. Grayscale: #747474. Windows color (decimal): -4571429 or 14368442. OLE color: 14368442.
HSL color Cylindrical-coordinate representation of color #BA3EDB: hue angle of 287.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3EDB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 62 | 219 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.14 |
| HSL | 287.39º | 0.69% | 0.55% | - |
| HSV(B) | 287.39º | 0.72% | 0.86% | - |
| XYZ | 34.76 | 19 | 68.85 | - |
| YUV | 116.97 | 185.58 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 219 | 0.15 | 0.72 | 0 | 0.14 | 287.39 | 0.69 | 0.55 |
| Hex | BA | 3E | DB | F | 48 | 0 | E | 11F | 45 | 37 |
| Octal | 272 | 76 | 333 | 17 | 110 | 0 | 16 | 437 | 105 | 67 |
| Binary | 10111010 | 111110 | 11011011 | 1111 | 1001000 | 0 | 1110 | 100011111 | 1000101 | 110111 |
Color Harmonies of #BA3EDB
Complementary color
Monochromatic Colors of #BA3EDB
Black with #BA3EDB
Text Example
Text Example
White with #BA3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EDB; }
p { color: rgb(186,62,219); }
H1.HeaderClassName
{
color: #BA3EDB;
}
.AnyTagClassName
{
color: #BA3EDB;
}
</style>
background-color css
<style>
a { background-color: #BA3EDB; }
a { background-color: rgb(186,62,219); }
div.DivClassName
{
background-color: #BA3EDB;
}
.BgClassName
{
background-color: #BA3EDB;
}
</style>
border-color css
<style>
span { border-color: #BA3EDB; }
span { border-color: rgb(186,62,219); }
td.TdClassName
{
border-color: #BA3EDB;
}
.TagClassName
{
border-color: #BA3EDB;
}
</style>