Shades of Medium Orchid #BA72DA
Tints of Medium Orchid #BA72DA
RGB
CMYK
RGB Variations
Color information
#BA72DA (or 0xBA72DA) is known color: Medium Orchid. HEX triplet: BA, 72 and DA. RGB value is (186,114,218). Sum of RGB (Red+Green+Blue) = 186+114+218=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72DA is #458D25. Grayscale: #939393. Windows color (decimal): -4558118 or 14316218. OLE color: 14316218.
HSL color Cylindrical-coordinate representation of color #BA72DA: hue angle of 281.54º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA72DA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 114 | 218 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.15 |
| HSL | 281.54º | 0.58% | 0.65% | - |
| HSV(B) | 281.54º | 0.48% | 0.85% | - |
| XYZ | 38.92 | 27.54 | 69.59 | - |
| YUV | 147.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 218 | 0.15 | 0.48 | 0 | 0.15 | 281.54 | 0.58 | 0.65 |
| Hex | BA | 72 | DA | F | 30 | 0 | F | 11A | 3A | 41 |
| Octal | 272 | 162 | 332 | 17 | 60 | 0 | 17 | 432 | 72 | 101 |
| Binary | 10111010 | 1110010 | 11011010 | 1111 | 110000 | 0 | 1111 | 100011010 | 111010 | 1000001 |
Color Harmonies of #BA72DA
Complementary color
Monochromatic Colors of #BA72DA
Black with #BA72DA
Text Example
Text Example
White with #BA72DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72DA; }
p { color: rgb(186,114,218); }
H1.HeaderClassName
{
color: #BA72DA;
}
.AnyTagClassName
{
color: #BA72DA;
}
</style>
background-color css
<style>
a { background-color: #BA72DA; }
a { background-color: rgb(186,114,218); }
div.DivClassName
{
background-color: #BA72DA;
}
.BgClassName
{
background-color: #BA72DA;
}
</style>
border-color css
<style>
span { border-color: #BA72DA; }
span { border-color: rgb(186,114,218); }
td.TdClassName
{
border-color: #BA72DA;
}
.TagClassName
{
border-color: #BA72DA;
}
</style>