Shades of Medium Orchid #BA3BDE
Tints of Medium Orchid #BA3BDE
RGB
CMYK
RGB Variations
Color information
#BA3BDE (or 0xBA3BDE) is known color: Medium Orchid. HEX triplet: BA, 3B and DE. RGB value is (186,59,222). Sum of RGB (Red+Green+Blue) = 186+59+222=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA3BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BDE is #45C421. Grayscale: #737373. Windows color (decimal): -4572194 or 14564282. OLE color: 14564282.
HSL color Cylindrical-coordinate representation of color #BA3BDE: hue angle of 286.75º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3BDE is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 59 | 222 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.13 |
| HSL | 286.75º | 0.71% | 0.55% | - |
| HSV(B) | 286.75º | 0.73% | 0.87% | - |
| XYZ | 35 | 18.84 | 70.9 | - |
| YUV | 115.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 222 | 0.16 | 0.73 | 0 | 0.13 | 286.75 | 0.71 | 0.55 |
| Hex | BA | 3B | DE | 10 | 49 | 0 | D | 11F | 47 | 37 |
| Octal | 272 | 73 | 336 | 20 | 111 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111010 | 111011 | 11011110 | 10000 | 1001001 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #BA3BDE
Complementary color
Monochromatic Colors of #BA3BDE
Black with #BA3BDE
Text Example
Text Example
White with #BA3BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BDE; }
p { color: rgb(186,59,222); }
H1.HeaderClassName
{
color: #BA3BDE;
}
.AnyTagClassName
{
color: #BA3BDE;
}
</style>
background-color css
<style>
a { background-color: #BA3BDE; }
a { background-color: rgb(186,59,222); }
div.DivClassName
{
background-color: #BA3BDE;
}
.BgClassName
{
background-color: #BA3BDE;
}
</style>
border-color css
<style>
span { border-color: #BA3BDE; }
span { border-color: rgb(186,59,222); }
td.TdClassName
{
border-color: #BA3BDE;
}
.TagClassName
{
border-color: #BA3BDE;
}
</style>