Shades of Medium Orchid #BA30D9
Tints of Medium Orchid #BA30D9
RGB
CMYK
RGB Variations
Color information
#BA30D9 (or 0xBA30D9) is known color: Medium Orchid. HEX triplet: BA, 30 and D9. RGB value is (186,48,217). Sum of RGB (Red+Green+Blue) = 186+48+217=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA30D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30D9 is #45CF26. Grayscale: #6B6B6B. Windows color (decimal): -4575015 or 14233786. OLE color: 14233786.
HSL color Cylindrical-coordinate representation of color #BA30D9: hue angle of 288.99º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA30D9 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 48 | 217 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.15 |
| HSL | 288.99º | 0.69% | 0.52% | - |
| HSV(B) | 288.99º | 0.78% | 0.85% | - |
| XYZ | 33.83 | 17.56 | 67.25 | - |
| YUV | 108.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 217 | 0.14 | 0.78 | 0 | 0.15 | 288.99 | 0.69 | 0.52 |
| Hex | BA | 30 | D9 | E | 4E | 0 | F | 121 | 45 | 34 |
| Octal | 272 | 60 | 331 | 16 | 116 | 0 | 17 | 441 | 105 | 64 |
| Binary | 10111010 | 110000 | 11011001 | 1110 | 1001110 | 0 | 1111 | 100100001 | 1000101 | 110100 |
Color Harmonies of #BA30D9
Complementary color
Monochromatic Colors of #BA30D9
Black with #BA30D9
Text Example
Text Example
White with #BA30D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30D9; }
p { color: rgb(186,48,217); }
H1.HeaderClassName
{
color: #BA30D9;
}
.AnyTagClassName
{
color: #BA30D9;
}
</style>
background-color css
<style>
a { background-color: #BA30D9; }
a { background-color: rgb(186,48,217); }
div.DivClassName
{
background-color: #BA30D9;
}
.BgClassName
{
background-color: #BA30D9;
}
</style>
border-color css
<style>
span { border-color: #BA30D9; }
span { border-color: rgb(186,48,217); }
td.TdClassName
{
border-color: #BA30D9;
}
.TagClassName
{
border-color: #BA30D9;
}
</style>