Shades of Medium Orchid #BA48DC
Tints of Medium Orchid #BA48DC
RGB
CMYK
RGB Variations
Color information
#BA48DC (or 0xBA48DC) is known color: Medium Orchid. HEX triplet: BA, 48 and DC. RGB value is (186,72,220). Sum of RGB (Red+Green+Blue) = 186+72+220=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48DC is #45B723. Grayscale: #7A7A7A. Windows color (decimal): -4568868 or 14436538. OLE color: 14436538.
HSL color Cylindrical-coordinate representation of color #BA48DC: hue angle of 286.22º 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 #BA48DC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 72 | 220 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.14 |
| HSL | 286.22º | 0.68% | 0.57% | - |
| HSV(B) | 286.22º | 0.67% | 0.86% | - |
| XYZ | 35.49 | 20.24 | 69.75 | - |
| YUV | 122.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 220 | 0.15 | 0.67 | 0 | 0.14 | 286.22 | 0.68 | 0.57 |
| Hex | BA | 48 | DC | F | 43 | 0 | E | 11E | 44 | 39 |
| Octal | 272 | 110 | 334 | 17 | 103 | 0 | 16 | 436 | 104 | 71 |
| Binary | 10111010 | 1001000 | 11011100 | 1111 | 1000011 | 0 | 1110 | 100011110 | 1000100 | 111001 |
Color Harmonies of #BA48DC
Complementary color
Monochromatic Colors of #BA48DC
Black with #BA48DC
Text Example
Text Example
White with #BA48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48DC; }
p { color: rgb(186,72,220); }
H1.HeaderClassName
{
color: #BA48DC;
}
.AnyTagClassName
{
color: #BA48DC;
}
</style>
background-color css
<style>
a { background-color: #BA48DC; }
a { background-color: rgb(186,72,220); }
div.DivClassName
{
background-color: #BA48DC;
}
.BgClassName
{
background-color: #BA48DC;
}
</style>
border-color css
<style>
span { border-color: #BA48DC; }
span { border-color: rgb(186,72,220); }
td.TdClassName
{
border-color: #BA48DC;
}
.TagClassName
{
border-color: #BA48DC;
}
</style>