Shades of Medium Orchid #BA4BEB
Tints of Medium Orchid #BA4BEB
RGB
CMYK
RGB Variations
Color information
#BA4BEB (or 0xBA4BEB) is known color: Medium Orchid. HEX triplet: BA, 4B and EB. RGB value is (186,75,235). Sum of RGB (Red+Green+Blue) = 186+75+235=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BEB is #45B414. Grayscale: #7D7D7D. Windows color (decimal): -4568085 or 15420346. OLE color: 15420346.
HSL color Cylindrical-coordinate representation of color #BA4BEB: hue angle of 281.62º 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 #BA4BEB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 75 | 235 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.08 |
| HSL | 281.63º | 0.8% | 0.61% | - |
| HSV(B) | 281.63º | 0.68% | 0.92% | - |
| XYZ | 37.76 | 21.47 | 80.75 | - |
| YUV | 126.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 235 | 0.21 | 0.68 | 0 | 0.08 | 281.63 | 0.8 | 0.61 |
| Hex | BA | 4B | EB | 15 | 44 | 0 | 8 | 11A | 50 | 3D |
| Octal | 272 | 113 | 353 | 25 | 104 | 0 | 10 | 432 | 120 | 75 |
| Binary | 10111010 | 1001011 | 11101011 | 10101 | 1000100 | 0 | 1000 | 100011010 | 1010000 | 111101 |
Color Harmonies of #BA4BEB
Complementary color
Monochromatic Colors of #BA4BEB
Black with #BA4BEB
Text Example
Text Example
White with #BA4BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BEB; }
p { color: rgb(186,75,235); }
H1.HeaderClassName
{
color: #BA4BEB;
}
.AnyTagClassName
{
color: #BA4BEB;
}
</style>
background-color css
<style>
a { background-color: #BA4BEB; }
a { background-color: rgb(186,75,235); }
div.DivClassName
{
background-color: #BA4BEB;
}
.BgClassName
{
background-color: #BA4BEB;
}
</style>
border-color css
<style>
span { border-color: #BA4BEB; }
span { border-color: rgb(186,75,235); }
td.TdClassName
{
border-color: #BA4BEB;
}
.TagClassName
{
border-color: #BA4BEB;
}
</style>