Shades of Medium Orchid #BA4CEB
Tints of Medium Orchid #BA4CEB
RGB
CMYK
RGB Variations
Color information
#BA4CEB (or 0xBA4CEB) is known color: Medium Orchid. HEX triplet: BA, 4C and EB. RGB value is (186,76,235). Sum of RGB (Red+Green+Blue) = 186+76+235=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CEB is #45B314. Grayscale: #7E7E7E. Windows color (decimal): -4567829 or 15420602. OLE color: 15420602.
HSL color Cylindrical-coordinate representation of color #BA4CEB: hue angle of 281.51º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4CEB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 76 | 235 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.08 |
| HSL | 281.51º | 0.8% | 0.61% | - |
| HSV(B) | 281.51º | 0.68% | 0.92% | - |
| XYZ | 37.83 | 21.61 | 80.77 | - |
| YUV | 127.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 235 | 0.21 | 0.68 | 0 | 0.08 | 281.51 | 0.8 | 0.61 |
| Hex | BA | 4C | EB | 15 | 44 | 0 | 8 | 11A | 50 | 3D |
| Octal | 272 | 114 | 353 | 25 | 104 | 0 | 10 | 432 | 120 | 75 |
| Binary | 10111010 | 1001100 | 11101011 | 10101 | 1000100 | 0 | 1000 | 100011010 | 1010000 | 111101 |
Color Harmonies of #BA4CEB
Complementary color
Monochromatic Colors of #BA4CEB
Black with #BA4CEB
Text Example
Text Example
White with #BA4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CEB; }
p { color: rgb(186,76,235); }
H1.HeaderClassName
{
color: #BA4CEB;
}
.AnyTagClassName
{
color: #BA4CEB;
}
</style>
background-color css
<style>
a { background-color: #BA4CEB; }
a { background-color: rgb(186,76,235); }
div.DivClassName
{
background-color: #BA4CEB;
}
.BgClassName
{
background-color: #BA4CEB;
}
</style>
border-color css
<style>
span { border-color: #BA4CEB; }
span { border-color: rgb(186,76,235); }
td.TdClassName
{
border-color: #BA4CEB;
}
.TagClassName
{
border-color: #BA4CEB;
}
</style>