Shades of Medium Orchid #BA40E4
Tints of Medium Orchid #BA40E4
RGB
CMYK
RGB Variations
Color information
#BA40E4 (or 0xBA40E4) is known color: Medium Orchid. HEX triplet: BA, 40 and E4. RGB value is (186,64,228). Sum of RGB (Red+Green+Blue) = 186+64+228=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA40E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40E4 is #45BF1B. Grayscale: #767676. Windows color (decimal): -4570908 or 14958778. OLE color: 14958778.
HSL color Cylindrical-coordinate representation of color #BA40E4: hue angle of 284.63º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA40E4 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 64 | 228 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.11 |
| HSL | 284.63º | 0.75% | 0.57% | - |
| HSV(B) | 284.63º | 0.72% | 0.89% | - |
| XYZ | 36.09 | 19.71 | 75.3 | - |
| YUV | 119.17 | 189.42 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 228 | 0.18 | 0.72 | 0 | 0.11 | 284.63 | 0.75 | 0.57 |
| Hex | BA | 40 | E4 | 12 | 48 | 0 | B | 11D | 4B | 39 |
| Octal | 272 | 100 | 344 | 22 | 110 | 0 | 13 | 435 | 113 | 71 |
| Binary | 10111010 | 1000000 | 11100100 | 10010 | 1001000 | 0 | 1011 | 100011101 | 1001011 | 111001 |
Color Harmonies of #BA40E4
Complementary color
Monochromatic Colors of #BA40E4
Black with #BA40E4
Text Example
Text Example
White with #BA40E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40E4; }
p { color: rgb(186,64,228); }
H1.HeaderClassName
{
color: #BA40E4;
}
.AnyTagClassName
{
color: #BA40E4;
}
</style>
background-color css
<style>
a { background-color: #BA40E4; }
a { background-color: rgb(186,64,228); }
div.DivClassName
{
background-color: #BA40E4;
}
.BgClassName
{
background-color: #BA40E4;
}
</style>
border-color css
<style>
span { border-color: #BA40E4; }
span { border-color: rgb(186,64,228); }
td.TdClassName
{
border-color: #BA40E4;
}
.TagClassName
{
border-color: #BA40E4;
}
</style>