Shades of Medium Orchid #BA33DD
Tints of Medium Orchid #BA33DD
RGB
CMYK
RGB Variations
Color information
#BA33DD (or 0xBA33DD) is known color: Medium Orchid. HEX triplet: BA, 33 and DD. RGB value is (186,51,221). Sum of RGB (Red+Green+Blue) = 186+51+221=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33DD is #45CC22. Grayscale: #6E6E6E. Windows color (decimal): -4574243 or 14496698. OLE color: 14496698.
HSL color Cylindrical-coordinate representation of color #BA33DD: hue angle of 287.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA33DD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 51 | 221 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.13 |
| HSL | 287.65º | 0.71% | 0.53% | - |
| HSV(B) | 287.65º | 0.77% | 0.87% | - |
| XYZ | 34.48 | 18.03 | 70.07 | - |
| YUV | 110.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 221 | 0.16 | 0.77 | 0 | 0.13 | 287.65 | 0.71 | 0.53 |
| Hex | BA | 33 | DD | 10 | 4D | 0 | D | 120 | 47 | 35 |
| Octal | 272 | 63 | 335 | 20 | 115 | 0 | 15 | 440 | 107 | 65 |
| Binary | 10111010 | 110011 | 11011101 | 10000 | 1001101 | 0 | 1101 | 100100000 | 1000111 | 110101 |
Color Harmonies of #BA33DD
Complementary color
Monochromatic Colors of #BA33DD
Black with #BA33DD
Text Example
Text Example
White with #BA33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33DD; }
p { color: rgb(186,51,221); }
H1.HeaderClassName
{
color: #BA33DD;
}
.AnyTagClassName
{
color: #BA33DD;
}
</style>
background-color css
<style>
a { background-color: #BA33DD; }
a { background-color: rgb(186,51,221); }
div.DivClassName
{
background-color: #BA33DD;
}
.BgClassName
{
background-color: #BA33DD;
}
</style>
border-color css
<style>
span { border-color: #BA33DD; }
span { border-color: rgb(186,51,221); }
td.TdClassName
{
border-color: #BA33DD;
}
.TagClassName
{
border-color: #BA33DD;
}
</style>