Shades of Medium Orchid #BA30EF
Tints of Medium Orchid #BA30EF
RGB
CMYK
RGB Variations
Color information
#BA30EF (or 0xBA30EF) is known color: Medium Orchid. HEX triplet: BA, 30 and EF. RGB value is (186,48,239). Sum of RGB (Red+Green+Blue) = 186+48+239=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30EF is #45CF10. Grayscale: #6E6E6E. Windows color (decimal): -4574993 or 15675578. OLE color: 15675578.
HSL color Cylindrical-coordinate representation of color #BA30EF: hue angle of 283.35º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA30EF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 48 | 239 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.06 |
| HSL | 283.35º | 0.86% | 0.56% | - |
| HSV(B) | 283.35º | 0.8% | 0.94% | - |
| XYZ | 36.89 | 18.79 | 83.34 | - |
| YUV | 111.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 239 | 0.22 | 0.80 | 0 | 0.06 | 283.35 | 0.86 | 0.56 |
| Hex | BA | 30 | EF | 16 | 50 | 0 | 6 | 11B | 56 | 38 |
| Octal | 272 | 60 | 357 | 26 | 120 | 0 | 6 | 433 | 126 | 70 |
| Binary | 10111010 | 110000 | 11101111 | 10110 | 1010000 | 0 | 110 | 100011011 | 1010110 | 111000 |
Color Harmonies of #BA30EF
Complementary color
Monochromatic Colors of #BA30EF
Black with #BA30EF
Text Example
Text Example
White with #BA30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30EF; }
p { color: rgb(186,48,239); }
H1.HeaderClassName
{
color: #BA30EF;
}
.AnyTagClassName
{
color: #BA30EF;
}
</style>
background-color css
<style>
a { background-color: #BA30EF; }
a { background-color: rgb(186,48,239); }
div.DivClassName
{
background-color: #BA30EF;
}
.BgClassName
{
background-color: #BA30EF;
}
</style>
border-color css
<style>
span { border-color: #BA30EF; }
span { border-color: rgb(186,48,239); }
td.TdClassName
{
border-color: #BA30EF;
}
.TagClassName
{
border-color: #BA30EF;
}
</style>