Shades of Medium Orchid #BA4EEB
Tints of Medium Orchid #BA4EEB
RGB
CMYK
RGB Variations
Color information
#BA4EEB (or 0xBA4EEB) is known color: Medium Orchid. HEX triplet: BA, 4E and EB. RGB value is (186,78,235). Sum of RGB (Red+Green+Blue) = 186+78+235=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EEB is #45B114. Grayscale: #7F7F7F. Windows color (decimal): -4567317 or 15421114. OLE color: 15421114.
HSL color Cylindrical-coordinate representation of color #BA4EEB: hue angle of 281.27º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4EEB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 78 | 235 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.08 |
| HSL | 281.27º | 0.8% | 0.61% | - |
| HSV(B) | 281.27º | 0.67% | 0.92% | - |
| XYZ | 37.97 | 21.89 | 80.82 | - |
| YUV | 128.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 235 | 0.21 | 0.67 | 0 | 0.08 | 281.27 | 0.8 | 0.61 |
| Hex | BA | 4E | EB | 15 | 43 | 0 | 8 | 119 | 50 | 3D |
| Octal | 272 | 116 | 353 | 25 | 103 | 0 | 10 | 431 | 120 | 75 |
| Binary | 10111010 | 1001110 | 11101011 | 10101 | 1000011 | 0 | 1000 | 100011001 | 1010000 | 111101 |
Color Harmonies of #BA4EEB
Complementary color
Monochromatic Colors of #BA4EEB
Black with #BA4EEB
Text Example
Text Example
White with #BA4EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EEB; }
p { color: rgb(186,78,235); }
H1.HeaderClassName
{
color: #BA4EEB;
}
.AnyTagClassName
{
color: #BA4EEB;
}
</style>
background-color css
<style>
a { background-color: #BA4EEB; }
a { background-color: rgb(186,78,235); }
div.DivClassName
{
background-color: #BA4EEB;
}
.BgClassName
{
background-color: #BA4EEB;
}
</style>
border-color css
<style>
span { border-color: #BA4EEB; }
span { border-color: rgb(186,78,235); }
td.TdClassName
{
border-color: #BA4EEB;
}
.TagClassName
{
border-color: #BA4EEB;
}
</style>