Shades of Medium Orchid #BA4AD4
Tints of Medium Orchid #BA4AD4
RGB
CMYK
RGB Variations
Color information
#BA4AD4 (or 0xBA4AD4) is known color: Medium Orchid. HEX triplet: BA, 4A and D4. RGB value is (186,74,212). Sum of RGB (Red+Green+Blue) = 186+74+212=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA4AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AD4 is #45B52B. Grayscale: #7A7A7A. Windows color (decimal): -4568364 or 13912762. OLE color: 13912762.
HSL color Cylindrical-coordinate representation of color #BA4AD4: hue angle of 288.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4AD4 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 74 | 212 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.17 |
| HSL | 288.7º | 0.62% | 0.56% | - |
| HSV(B) | 288.7º | 0.65% | 0.83% | - |
| XYZ | 34.58 | 20.09 | 64.34 | - |
| YUV | 123.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 212 | 0.12 | 0.65 | 0 | 0.17 | 288.7 | 0.62 | 0.56 |
| Hex | BA | 4A | D4 | C | 41 | 0 | 11 | 121 | 3E | 38 |
| Octal | 272 | 112 | 324 | 14 | 101 | 0 | 21 | 441 | 76 | 70 |
| Binary | 10111010 | 1001010 | 11010100 | 1100 | 1000001 | 0 | 10001 | 100100001 | 111110 | 111000 |
Color Harmonies of #BA4AD4
Complementary color
Monochromatic Colors of #BA4AD4
Black with #BA4AD4
Text Example
Text Example
White with #BA4AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AD4; }
p { color: rgb(186,74,212); }
H1.HeaderClassName
{
color: #BA4AD4;
}
.AnyTagClassName
{
color: #BA4AD4;
}
</style>
background-color css
<style>
a { background-color: #BA4AD4; }
a { background-color: rgb(186,74,212); }
div.DivClassName
{
background-color: #BA4AD4;
}
.BgClassName
{
background-color: #BA4AD4;
}
</style>
border-color css
<style>
span { border-color: #BA4AD4; }
span { border-color: rgb(186,74,212); }
td.TdClassName
{
border-color: #BA4AD4;
}
.TagClassName
{
border-color: #BA4AD4;
}
</style>