Shades of Medium Orchid #BA4FEB
Tints of Medium Orchid #BA4FEB
RGB
CMYK
RGB Variations
Color information
#BA4FEB (or 0xBA4FEB) is known color: Medium Orchid. HEX triplet: BA, 4F and EB. RGB value is (186,79,235). Sum of RGB (Red+Green+Blue) = 186+79+235=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FEB is #45B014. Grayscale: #808080. Windows color (decimal): -4567061 or 15421370. OLE color: 15421370.
HSL color Cylindrical-coordinate representation of color #BA4FEB: hue angle of 281.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4FEB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 79 | 235 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.08 |
| HSL | 281.15º | 0.8% | 0.62% | - |
| HSV(B) | 281.15º | 0.66% | 0.92% | - |
| XYZ | 38.04 | 22.03 | 80.84 | - |
| YUV | 128.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 235 | 0.21 | 0.66 | 0 | 0.08 | 281.15 | 0.8 | 0.62 |
| Hex | BA | 4F | EB | 15 | 42 | 0 | 8 | 119 | 50 | 3E |
| Octal | 272 | 117 | 353 | 25 | 102 | 0 | 10 | 431 | 120 | 76 |
| Binary | 10111010 | 1001111 | 11101011 | 10101 | 1000010 | 0 | 1000 | 100011001 | 1010000 | 111110 |
Color Harmonies of #BA4FEB
Complementary color
Monochromatic Colors of #BA4FEB
Black with #BA4FEB
Text Example
Text Example
White with #BA4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FEB; }
p { color: rgb(186,79,235); }
H1.HeaderClassName
{
color: #BA4FEB;
}
.AnyTagClassName
{
color: #BA4FEB;
}
</style>
background-color css
<style>
a { background-color: #BA4FEB; }
a { background-color: rgb(186,79,235); }
div.DivClassName
{
background-color: #BA4FEB;
}
.BgClassName
{
background-color: #BA4FEB;
}
</style>
border-color css
<style>
span { border-color: #BA4FEB; }
span { border-color: rgb(186,79,235); }
td.TdClassName
{
border-color: #BA4FEB;
}
.TagClassName
{
border-color: #BA4FEB;
}
</style>