Shades of Medium Orchid #BA48DB
Tints of Medium Orchid #BA48DB
RGB
CMYK
RGB Variations
Color information
#BA48DB (or 0xBA48DB) is known color: Medium Orchid. HEX triplet: BA, 48 and DB. RGB value is (186,72,219). Sum of RGB (Red+Green+Blue) = 186+72+219=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48DB is #45B724. Grayscale: #7A7A7A. Windows color (decimal): -4568869 or 14371002. OLE color: 14371002.
HSL color Cylindrical-coordinate representation of color #BA48DB: hue angle of 286.53º degrees, saturation: 0.67, 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 #BA48DB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 72 | 219 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.14 |
| HSL | 286.53º | 0.67% | 0.57% | - |
| HSV(B) | 286.53º | 0.67% | 0.86% | - |
| XYZ | 35.35 | 20.19 | 69.05 | - |
| YUV | 122.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 219 | 0.15 | 0.67 | 0 | 0.14 | 286.53 | 0.67 | 0.57 |
| Hex | BA | 48 | DB | F | 43 | 0 | E | 11F | 43 | 39 |
| Octal | 272 | 110 | 333 | 17 | 103 | 0 | 16 | 437 | 103 | 71 |
| Binary | 10111010 | 1001000 | 11011011 | 1111 | 1000011 | 0 | 1110 | 100011111 | 1000011 | 111001 |
Color Harmonies of #BA48DB
Complementary color
Monochromatic Colors of #BA48DB
Black with #BA48DB
Text Example
Text Example
White with #BA48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48DB; }
p { color: rgb(186,72,219); }
H1.HeaderClassName
{
color: #BA48DB;
}
.AnyTagClassName
{
color: #BA48DB;
}
</style>
background-color css
<style>
a { background-color: #BA48DB; }
a { background-color: rgb(186,72,219); }
div.DivClassName
{
background-color: #BA48DB;
}
.BgClassName
{
background-color: #BA48DB;
}
</style>
border-color css
<style>
span { border-color: #BA48DB; }
span { border-color: rgb(186,72,219); }
td.TdClassName
{
border-color: #BA48DB;
}
.TagClassName
{
border-color: #BA48DB;
}
</style>