Shades of Medium Orchid #BA4ADE
Tints of Medium Orchid #BA4ADE
RGB
CMYK
RGB Variations
Color information
#BA4ADE (or 0xBA4ADE) is known color: Medium Orchid. HEX triplet: BA, 4A and DE. RGB value is (186,74,222). Sum of RGB (Red+Green+Blue) = 186+74+222=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ADE is #45B521. Grayscale: #7B7B7B. Windows color (decimal): -4568354 or 14568122. OLE color: 14568122.
HSL color Cylindrical-coordinate representation of color #BA4ADE: hue angle of 285.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4ADE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 74 | 222 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.13 |
| HSL | 285.41º | 0.69% | 0.58% | - |
| HSV(B) | 285.41º | 0.67% | 0.87% | - |
| XYZ | 35.88 | 20.61 | 71.19 | - |
| YUV | 124.36 | 183.11 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 222 | 0.16 | 0.67 | 0 | 0.13 | 285.41 | 0.69 | 0.58 |
| Hex | BA | 4A | DE | 10 | 43 | 0 | D | 11D | 45 | 3A |
| Octal | 272 | 112 | 336 | 20 | 103 | 0 | 15 | 435 | 105 | 72 |
| Binary | 10111010 | 1001010 | 11011110 | 10000 | 1000011 | 0 | 1101 | 100011101 | 1000101 | 111010 |
Color Harmonies of #BA4ADE
Complementary color
Monochromatic Colors of #BA4ADE
Black with #BA4ADE
Text Example
Text Example
White with #BA4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ADE; }
p { color: rgb(186,74,222); }
H1.HeaderClassName
{
color: #BA4ADE;
}
.AnyTagClassName
{
color: #BA4ADE;
}
</style>
background-color css
<style>
a { background-color: #BA4ADE; }
a { background-color: rgb(186,74,222); }
div.DivClassName
{
background-color: #BA4ADE;
}
.BgClassName
{
background-color: #BA4ADE;
}
</style>
border-color css
<style>
span { border-color: #BA4ADE; }
span { border-color: rgb(186,74,222); }
td.TdClassName
{
border-color: #BA4ADE;
}
.TagClassName
{
border-color: #BA4ADE;
}
</style>