Shades of Medium Orchid #BA2FEB
Tints of Medium Orchid #BA2FEB
RGB
CMYK
RGB Variations
Color information
#BA2FEB (or 0xBA2FEB) is known color: Medium Orchid. HEX triplet: BA, 2F and EB. RGB value is (186,47,235). Sum of RGB (Red+Green+Blue) = 186+47+235=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FEB is #45D014. Grayscale: #6D6D6D. Windows color (decimal): -4575253 or 15413178. OLE color: 15413178.
HSL color Cylindrical-coordinate representation of color #BA2FEB: hue angle of 284.36º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2FEB is Cyan = 0.21, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 47 | 235 | - |
| CMYK | 0.21 | 0.8 | 0 | 0.08 |
| HSL | 284.36º | 0.82% | 0.55% | - |
| HSV(B) | 284.36º | 0.8% | 0.92% | - |
| XYZ | 36.26 | 18.47 | 80.25 | - |
| YUV | 109.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 235 | 0.21 | 0.8 | 0 | 0.08 | 284.36 | 0.82 | 0.55 |
| Hex | BA | 2F | EB | 15 | 50 | 0 | 8 | 11C | 52 | 37 |
| Octal | 272 | 57 | 353 | 25 | 120 | 0 | 10 | 434 | 122 | 67 |
| Binary | 10111010 | 101111 | 11101011 | 10101 | 1010000 | 0 | 1000 | 100011100 | 1010010 | 110111 |
Color Harmonies of #BA2FEB
Complementary color
Monochromatic Colors of #BA2FEB
Black with #BA2FEB
Text Example
Text Example
White with #BA2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FEB; }
p { color: rgb(186,47,235); }
H1.HeaderClassName
{
color: #BA2FEB;
}
.AnyTagClassName
{
color: #BA2FEB;
}
</style>
background-color css
<style>
a { background-color: #BA2FEB; }
a { background-color: rgb(186,47,235); }
div.DivClassName
{
background-color: #BA2FEB;
}
.BgClassName
{
background-color: #BA2FEB;
}
</style>
border-color css
<style>
span { border-color: #BA2FEB; }
span { border-color: rgb(186,47,235); }
td.TdClassName
{
border-color: #BA2FEB;
}
.TagClassName
{
border-color: #BA2FEB;
}
</style>