Shades of Medium Orchid #BA4DDD
Tints of Medium Orchid #BA4DDD
RGB
CMYK
RGB Variations
Color information
#BA4DDD (or 0xBA4DDD) is known color: Medium Orchid. HEX triplet: BA, 4D and DD. RGB value is (186,77,221). Sum of RGB (Red+Green+Blue) = 186+77+221=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DDD is #45B222. Grayscale: #7D7D7D. Windows color (decimal): -4567587 or 14503354. OLE color: 14503354.
HSL color Cylindrical-coordinate representation of color #BA4DDD: hue angle of 285.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4DDD is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 77 | 221 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.13 |
| HSL | 285.42º | 0.68% | 0.58% | - |
| HSV(B) | 285.42º | 0.65% | 0.87% | - |
| XYZ | 35.95 | 20.97 | 70.56 | - |
| YUV | 126.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 221 | 0.16 | 0.65 | 0 | 0.13 | 285.42 | 0.68 | 0.58 |
| Hex | BA | 4D | DD | 10 | 41 | 0 | D | 11D | 44 | 3A |
| Octal | 272 | 115 | 335 | 20 | 101 | 0 | 15 | 435 | 104 | 72 |
| Binary | 10111010 | 1001101 | 11011101 | 10000 | 1000001 | 0 | 1101 | 100011101 | 1000100 | 111010 |
Color Harmonies of #BA4DDD
Complementary color
Monochromatic Colors of #BA4DDD
Black with #BA4DDD
Text Example
Text Example
White with #BA4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DDD; }
p { color: rgb(186,77,221); }
H1.HeaderClassName
{
color: #BA4DDD;
}
.AnyTagClassName
{
color: #BA4DDD;
}
</style>
background-color css
<style>
a { background-color: #BA4DDD; }
a { background-color: rgb(186,77,221); }
div.DivClassName
{
background-color: #BA4DDD;
}
.BgClassName
{
background-color: #BA4DDD;
}
</style>
border-color css
<style>
span { border-color: #BA4DDD; }
span { border-color: rgb(186,77,221); }
td.TdClassName
{
border-color: #BA4DDD;
}
.TagClassName
{
border-color: #BA4DDD;
}
</style>