Shades of Medium Orchid #BA49DC
Tints of Medium Orchid #BA49DC
RGB
CMYK
RGB Variations
Color information
#BA49DC (or 0xBA49DC) is known color: Medium Orchid. HEX triplet: BA, 49 and DC. RGB value is (186,73,220). Sum of RGB (Red+Green+Blue) = 186+73+220=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49DC is #45B623. Grayscale: #7B7B7B. Windows color (decimal): -4568612 or 14436794. OLE color: 14436794.
HSL color Cylindrical-coordinate representation of color #BA49DC: hue angle of 286.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA49DC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 73 | 220 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.14 |
| HSL | 286.12º | 0.68% | 0.57% | - |
| HSV(B) | 286.12º | 0.67% | 0.86% | - |
| XYZ | 35.55 | 20.37 | 69.77 | - |
| YUV | 123.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 220 | 0.15 | 0.67 | 0 | 0.14 | 286.12 | 0.68 | 0.57 |
| Hex | BA | 49 | DC | F | 43 | 0 | E | 11E | 44 | 39 |
| Octal | 272 | 111 | 334 | 17 | 103 | 0 | 16 | 436 | 104 | 71 |
| Binary | 10111010 | 1001001 | 11011100 | 1111 | 1000011 | 0 | 1110 | 100011110 | 1000100 | 111001 |
Color Harmonies of #BA49DC
Complementary color
Monochromatic Colors of #BA49DC
Black with #BA49DC
Text Example
Text Example
White with #BA49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49DC; }
p { color: rgb(186,73,220); }
H1.HeaderClassName
{
color: #BA49DC;
}
.AnyTagClassName
{
color: #BA49DC;
}
</style>
background-color css
<style>
a { background-color: #BA49DC; }
a { background-color: rgb(186,73,220); }
div.DivClassName
{
background-color: #BA49DC;
}
.BgClassName
{
background-color: #BA49DC;
}
</style>
border-color css
<style>
span { border-color: #BA49DC; }
span { border-color: rgb(186,73,220); }
td.TdClassName
{
border-color: #BA49DC;
}
.TagClassName
{
border-color: #BA49DC;
}
</style>