Shades of Medium Orchid #BA72DD
Tints of Medium Orchid #BA72DD
RGB
CMYK
RGB Variations
Color information
#BA72DD (or 0xBA72DD) is known color: Medium Orchid. HEX triplet: BA, 72 and DD. RGB value is (186,114,221). Sum of RGB (Red+Green+Blue) = 186+114+221=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72DD is #458D22. Grayscale: #939393. Windows color (decimal): -4558115 or 14512826. OLE color: 14512826.
HSL color Cylindrical-coordinate representation of color #BA72DD: hue angle of 280.37º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA72DD is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 114 | 221 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 280.37º | 0.61% | 0.66% | - |
| HSV(B) | 280.37º | 0.48% | 0.87% | - |
| XYZ | 39.32 | 27.69 | 71.68 | - |
| YUV | 147.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 221 | 0.16 | 0.48 | 0 | 0.13 | 280.37 | 0.61 | 0.66 |
| Hex | BA | 72 | DD | 10 | 30 | 0 | D | 118 | 3D | 42 |
| Octal | 272 | 162 | 335 | 20 | 60 | 0 | 15 | 430 | 75 | 102 |
| Binary | 10111010 | 1110010 | 11011101 | 10000 | 110000 | 0 | 1101 | 100011000 | 111101 | 1000010 |
Color Harmonies of #BA72DD
Complementary color
Monochromatic Colors of #BA72DD
Black with #BA72DD
Text Example
Text Example
White with #BA72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72DD; }
p { color: rgb(186,114,221); }
H1.HeaderClassName
{
color: #BA72DD;
}
.AnyTagClassName
{
color: #BA72DD;
}
</style>
background-color css
<style>
a { background-color: #BA72DD; }
a { background-color: rgb(186,114,221); }
div.DivClassName
{
background-color: #BA72DD;
}
.BgClassName
{
background-color: #BA72DD;
}
</style>
border-color css
<style>
span { border-color: #BA72DD; }
span { border-color: rgb(186,114,221); }
td.TdClassName
{
border-color: #BA72DD;
}
.TagClassName
{
border-color: #BA72DD;
}
</style>