Shades of Medium Orchid #BA4ADB
Tints of Medium Orchid #BA4ADB
RGB
CMYK
RGB Variations
Color information
#BA4ADB (or 0xBA4ADB) is known color: Medium Orchid. HEX triplet: BA, 4A and DB. RGB value is (186,74,219). Sum of RGB (Red+Green+Blue) = 186+74+219=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ADB is #45B524. Grayscale: #7B7B7B. Windows color (decimal): -4568357 or 14371514. OLE color: 14371514.
HSL color Cylindrical-coordinate representation of color #BA4ADB: hue angle of 286.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4ADB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 74 | 219 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.14 |
| HSL | 286.34º | 0.67% | 0.57% | - |
| HSV(B) | 286.34º | 0.66% | 0.86% | - |
| XYZ | 35.48 | 20.45 | 69.1 | - |
| YUV | 124.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 219 | 0.15 | 0.66 | 0 | 0.14 | 286.34 | 0.67 | 0.57 |
| Hex | BA | 4A | DB | F | 42 | 0 | E | 11E | 43 | 39 |
| Octal | 272 | 112 | 333 | 17 | 102 | 0 | 16 | 436 | 103 | 71 |
| Binary | 10111010 | 1001010 | 11011011 | 1111 | 1000010 | 0 | 1110 | 100011110 | 1000011 | 111001 |
Color Harmonies of #BA4ADB
Complementary color
Monochromatic Colors of #BA4ADB
Black with #BA4ADB
Text Example
Text Example
White with #BA4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ADB; }
p { color: rgb(186,74,219); }
H1.HeaderClassName
{
color: #BA4ADB;
}
.AnyTagClassName
{
color: #BA4ADB;
}
</style>
background-color css
<style>
a { background-color: #BA4ADB; }
a { background-color: rgb(186,74,219); }
div.DivClassName
{
background-color: #BA4ADB;
}
.BgClassName
{
background-color: #BA4ADB;
}
</style>
border-color css
<style>
span { border-color: #BA4ADB; }
span { border-color: rgb(186,74,219); }
td.TdClassName
{
border-color: #BA4ADB;
}
.TagClassName
{
border-color: #BA4ADB;
}
</style>