Shades of Medium Orchid #BA4ADA
Tints of Medium Orchid #BA4ADA
RGB
CMYK
RGB Variations
Color information
#BA4ADA (or 0xBA4ADA) is known color: Medium Orchid. HEX triplet: BA, 4A and DA. RGB value is (186,74,218). Sum of RGB (Red+Green+Blue) = 186+74+218=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ADA is #45B525. Grayscale: #7B7B7B. Windows color (decimal): -4568358 or 14305978. OLE color: 14305978.
HSL color Cylindrical-coordinate representation of color #BA4ADA: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4ADA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 74 | 218 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.15 |
| HSL | 286.67º | 0.66% | 0.57% | - |
| HSV(B) | 286.67º | 0.66% | 0.85% | - |
| XYZ | 35.35 | 20.4 | 68.4 | - |
| YUV | 123.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 218 | 0.15 | 0.66 | 0 | 0.15 | 286.67 | 0.66 | 0.57 |
| Hex | BA | 4A | DA | F | 42 | 0 | F | 11F | 42 | 39 |
| Octal | 272 | 112 | 332 | 17 | 102 | 0 | 17 | 437 | 102 | 71 |
| Binary | 10111010 | 1001010 | 11011010 | 1111 | 1000010 | 0 | 1111 | 100011111 | 1000010 | 111001 |
Color Harmonies of #BA4ADA
Complementary color
Monochromatic Colors of #BA4ADA
Black with #BA4ADA
Text Example
Text Example
White with #BA4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ADA; }
p { color: rgb(186,74,218); }
H1.HeaderClassName
{
color: #BA4ADA;
}
.AnyTagClassName
{
color: #BA4ADA;
}
</style>
background-color css
<style>
a { background-color: #BA4ADA; }
a { background-color: rgb(186,74,218); }
div.DivClassName
{
background-color: #BA4ADA;
}
.BgClassName
{
background-color: #BA4ADA;
}
</style>
border-color css
<style>
span { border-color: #BA4ADA; }
span { border-color: rgb(186,74,218); }
td.TdClassName
{
border-color: #BA4ADA;
}
.TagClassName
{
border-color: #BA4ADA;
}
</style>