Shades of Medium Orchid #BA49DA
Tints of Medium Orchid #BA49DA
RGB
CMYK
RGB Variations
Color information
#BA49DA (or 0xBA49DA) is known color: Medium Orchid. HEX triplet: BA, 49 and DA. RGB value is (186,73,218). Sum of RGB (Red+Green+Blue) = 186+73+218=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA49DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49DA is #45B625. Grayscale: #7A7A7A. Windows color (decimal): -4568614 or 14305722. OLE color: 14305722.
HSL color Cylindrical-coordinate representation of color #BA49DA: hue angle of 286.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA49DA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 73 | 218 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.15 |
| HSL | 286.76º | 0.66% | 0.57% | - |
| HSV(B) | 286.76º | 0.67% | 0.85% | - |
| XYZ | 35.29 | 20.27 | 68.38 | - |
| YUV | 123.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 218 | 0.15 | 0.67 | 0 | 0.15 | 286.76 | 0.66 | 0.57 |
| Hex | BA | 49 | DA | F | 43 | 0 | F | 11F | 42 | 39 |
| Octal | 272 | 111 | 332 | 17 | 103 | 0 | 17 | 437 | 102 | 71 |
| Binary | 10111010 | 1001001 | 11011010 | 1111 | 1000011 | 0 | 1111 | 100011111 | 1000010 | 111001 |
Color Harmonies of #BA49DA
Complementary color
Monochromatic Colors of #BA49DA
Black with #BA49DA
Text Example
Text Example
White with #BA49DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49DA; }
p { color: rgb(186,73,218); }
H1.HeaderClassName
{
color: #BA49DA;
}
.AnyTagClassName
{
color: #BA49DA;
}
</style>
background-color css
<style>
a { background-color: #BA49DA; }
a { background-color: rgb(186,73,218); }
div.DivClassName
{
background-color: #BA49DA;
}
.BgClassName
{
background-color: #BA49DA;
}
</style>
border-color css
<style>
span { border-color: #BA49DA; }
span { border-color: rgb(186,73,218); }
td.TdClassName
{
border-color: #BA49DA;
}
.TagClassName
{
border-color: #BA49DA;
}
</style>