Shades of Medium Orchid #BA30DD
Tints of Medium Orchid #BA30DD
RGB
CMYK
RGB Variations
Color information
#BA30DD (or 0xBA30DD) is known color: Medium Orchid. HEX triplet: BA, 30 and DD. RGB value is (186,48,221). Sum of RGB (Red+Green+Blue) = 186+48+221=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30DD is #45CF22. Grayscale: #6C6C6C. Windows color (decimal): -4575011 or 14495930. OLE color: 14495930.
HSL color Cylindrical-coordinate representation of color #BA30DD: hue angle of 287.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA30DD is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 48 | 221 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.13 |
| HSL | 287.86º | 0.72% | 0.53% | - |
| HSV(B) | 287.86º | 0.78% | 0.87% | - |
| XYZ | 34.36 | 17.77 | 70.03 | - |
| YUV | 108.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 221 | 0.16 | 0.78 | 0 | 0.13 | 287.86 | 0.72 | 0.53 |
| Hex | BA | 30 | DD | 10 | 4E | 0 | D | 120 | 48 | 35 |
| Octal | 272 | 60 | 335 | 20 | 116 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111010 | 110000 | 11011101 | 10000 | 1001110 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #BA30DD
Complementary color
Monochromatic Colors of #BA30DD
Black with #BA30DD
Text Example
Text Example
White with #BA30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30DD; }
p { color: rgb(186,48,221); }
H1.HeaderClassName
{
color: #BA30DD;
}
.AnyTagClassName
{
color: #BA30DD;
}
</style>
background-color css
<style>
a { background-color: #BA30DD; }
a { background-color: rgb(186,48,221); }
div.DivClassName
{
background-color: #BA30DD;
}
.BgClassName
{
background-color: #BA30DD;
}
</style>
border-color css
<style>
span { border-color: #BA30DD; }
span { border-color: rgb(186,48,221); }
td.TdClassName
{
border-color: #BA30DD;
}
.TagClassName
{
border-color: #BA30DD;
}
</style>