Shades of Medium Orchid #BA4DEB
Tints of Medium Orchid #BA4DEB
RGB
CMYK
RGB Variations
Color information
#BA4DEB (or 0xBA4DEB) is known color: Medium Orchid. HEX triplet: BA, 4D and EB. RGB value is (186,77,235). Sum of RGB (Red+Green+Blue) = 186+77+235=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DEB is #45B214. Grayscale: #7F7F7F. Windows color (decimal): -4567573 or 15420858. OLE color: 15420858.
HSL color Cylindrical-coordinate representation of color #BA4DEB: hue angle of 281.39º 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 #BA4DEB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 77 | 235 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.08 |
| HSL | 281.39º | 0.8% | 0.61% | - |
| HSV(B) | 281.39º | 0.67% | 0.92% | - |
| XYZ | 37.9 | 21.75 | 80.8 | - |
| YUV | 127.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 235 | 0.21 | 0.67 | 0 | 0.08 | 281.39 | 0.8 | 0.61 |
| Hex | BA | 4D | EB | 15 | 43 | 0 | 8 | 119 | 50 | 3D |
| Octal | 272 | 115 | 353 | 25 | 103 | 0 | 10 | 431 | 120 | 75 |
| Binary | 10111010 | 1001101 | 11101011 | 10101 | 1000011 | 0 | 1000 | 100011001 | 1010000 | 111101 |
Color Harmonies of #BA4DEB
Complementary color
Monochromatic Colors of #BA4DEB
Black with #BA4DEB
Text Example
Text Example
White with #BA4DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DEB; }
p { color: rgb(186,77,235); }
H1.HeaderClassName
{
color: #BA4DEB;
}
.AnyTagClassName
{
color: #BA4DEB;
}
</style>
background-color css
<style>
a { background-color: #BA4DEB; }
a { background-color: rgb(186,77,235); }
div.DivClassName
{
background-color: #BA4DEB;
}
.BgClassName
{
background-color: #BA4DEB;
}
</style>
border-color css
<style>
span { border-color: #BA4DEB; }
span { border-color: rgb(186,77,235); }
td.TdClassName
{
border-color: #BA4DEB;
}
.TagClassName
{
border-color: #BA4DEB;
}
</style>