Shades of Medium Orchid #BA3ED0
Tints of Medium Orchid #BA3ED0
RGB
CMYK
RGB Variations
Color information
#BA3ED0 (or 0xBA3ED0) is known color: Medium Orchid. HEX triplet: BA, 3E and D0. RGB value is (186,62,208). Sum of RGB (Red+Green+Blue) = 186+62+208=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA3ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ED0 is #45C12F. Grayscale: #737373. Windows color (decimal): -4571440 or 13647546. OLE color: 13647546.
HSL color Cylindrical-coordinate representation of color #BA3ED0: hue angle of 290.96º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3ED0 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 62 | 208 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.18 |
| HSL | 290.96º | 0.61% | 0.53% | - |
| HSV(B) | 290.96º | 0.7% | 0.82% | - |
| XYZ | 33.36 | 18.44 | 61.48 | - |
| YUV | 115.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 208 | 0.11 | 0.70 | 0 | 0.18 | 290.96 | 0.61 | 0.53 |
| Hex | BA | 3E | D0 | B | 46 | 0 | 12 | 123 | 3D | 35 |
| Octal | 272 | 76 | 320 | 13 | 106 | 0 | 22 | 443 | 75 | 65 |
| Binary | 10111010 | 111110 | 11010000 | 1011 | 1000110 | 0 | 10010 | 100100011 | 111101 | 110101 |
Color Harmonies of #BA3ED0
Complementary color
Monochromatic Colors of #BA3ED0
Black with #BA3ED0
Text Example
Text Example
White with #BA3ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ED0; }
p { color: rgb(186,62,208); }
H1.HeaderClassName
{
color: #BA3ED0;
}
.AnyTagClassName
{
color: #BA3ED0;
}
</style>
background-color css
<style>
a { background-color: #BA3ED0; }
a { background-color: rgb(186,62,208); }
div.DivClassName
{
background-color: #BA3ED0;
}
.BgClassName
{
background-color: #BA3ED0;
}
</style>
border-color css
<style>
span { border-color: #BA3ED0; }
span { border-color: rgb(186,62,208); }
td.TdClassName
{
border-color: #BA3ED0;
}
.TagClassName
{
border-color: #BA3ED0;
}
</style>