Shades of Medium Orchid #BA3DD0
Tints of Medium Orchid #BA3DD0
RGB
CMYK
RGB Variations
Color information
#BA3DD0 (or 0xBA3DD0) is known color: Medium Orchid. HEX triplet: BA, 3D and D0. RGB value is (186,61,208). Sum of RGB (Red+Green+Blue) = 186+61+208=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA3DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DD0 is #45C22F. Grayscale: #727272. Windows color (decimal): -4571696 or 13647290. OLE color: 13647290.
HSL color Cylindrical-coordinate representation of color #BA3DD0: hue angle of 291.02º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3DD0 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 61 | 208 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.18 |
| HSL | 291.02º | 0.61% | 0.53% | - |
| HSV(B) | 291.02º | 0.71% | 0.82% | - |
| XYZ | 33.3 | 18.33 | 61.46 | - |
| YUV | 115.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 208 | 0.11 | 0.71 | 0 | 0.18 | 291.02 | 0.61 | 0.53 |
| Hex | BA | 3D | D0 | B | 47 | 0 | 12 | 123 | 3D | 35 |
| Octal | 272 | 75 | 320 | 13 | 107 | 0 | 22 | 443 | 75 | 65 |
| Binary | 10111010 | 111101 | 11010000 | 1011 | 1000111 | 0 | 10010 | 100100011 | 111101 | 110101 |
Color Harmonies of #BA3DD0
Complementary color
Monochromatic Colors of #BA3DD0
Black with #BA3DD0
Text Example
Text Example
White with #BA3DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DD0; }
p { color: rgb(186,61,208); }
H1.HeaderClassName
{
color: #BA3DD0;
}
.AnyTagClassName
{
color: #BA3DD0;
}
</style>
background-color css
<style>
a { background-color: #BA3DD0; }
a { background-color: rgb(186,61,208); }
div.DivClassName
{
background-color: #BA3DD0;
}
.BgClassName
{
background-color: #BA3DD0;
}
</style>
border-color css
<style>
span { border-color: #BA3DD0; }
span { border-color: rgb(186,61,208); }
td.TdClassName
{
border-color: #BA3DD0;
}
.TagClassName
{
border-color: #BA3DD0;
}
</style>