Shades of Medium Orchid #BA40D0
Tints of Medium Orchid #BA40D0
RGB
CMYK
RGB Variations
Color information
#BA40D0 (or 0xBA40D0) is known color: Medium Orchid. HEX triplet: BA, 40 and D0. RGB value is (186,64,208). Sum of RGB (Red+Green+Blue) = 186+64+208=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40D0 is #45BF2F. Grayscale: #747474. Windows color (decimal): -4570928 or 13648058. OLE color: 13648058.
HSL color Cylindrical-coordinate representation of color #BA40D0: hue angle of 290.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA40D0 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 64 | 208 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.18 |
| HSL | 290.83º | 0.61% | 0.53% | - |
| HSV(B) | 290.83º | 0.69% | 0.82% | - |
| XYZ | 33.47 | 18.66 | 61.51 | - |
| YUV | 116.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 208 | 0.11 | 0.69 | 0 | 0.18 | 290.83 | 0.61 | 0.53 |
| Hex | BA | 40 | D0 | B | 45 | 0 | 12 | 123 | 3D | 35 |
| Octal | 272 | 100 | 320 | 13 | 105 | 0 | 22 | 443 | 75 | 65 |
| Binary | 10111010 | 1000000 | 11010000 | 1011 | 1000101 | 0 | 10010 | 100100011 | 111101 | 110101 |
Color Harmonies of #BA40D0
Complementary color
Monochromatic Colors of #BA40D0
Black with #BA40D0
Text Example
Text Example
White with #BA40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40D0; }
p { color: rgb(186,64,208); }
H1.HeaderClassName
{
color: #BA40D0;
}
.AnyTagClassName
{
color: #BA40D0;
}
</style>
background-color css
<style>
a { background-color: #BA40D0; }
a { background-color: rgb(186,64,208); }
div.DivClassName
{
background-color: #BA40D0;
}
.BgClassName
{
background-color: #BA40D0;
}
</style>
border-color css
<style>
span { border-color: #BA40D0; }
span { border-color: rgb(186,64,208); }
td.TdClassName
{
border-color: #BA40D0;
}
.TagClassName
{
border-color: #BA40D0;
}
</style>