Shades of Medium Orchid #BA33EC
Tints of Medium Orchid #BA33EC
RGB
CMYK
RGB Variations
Color information
#BA33EC (or 0xBA33EC) is known color: Medium Orchid. HEX triplet: BA, 33 and EC. RGB value is (186,51,236). Sum of RGB (Red+Green+Blue) = 186+51+236=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA33EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33EC is #45CC13. Grayscale: #6F6F6F. Windows color (decimal): -4574228 or 15479738. OLE color: 15479738.
HSL color Cylindrical-coordinate representation of color #BA33EC: hue angle of 283.78º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA33EC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 51 | 236 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.07 |
| HSL | 283.78º | 0.83% | 0.56% | - |
| HSV(B) | 283.78º | 0.78% | 0.93% | - |
| XYZ | 36.57 | 18.86 | 81.07 | - |
| YUV | 112.46 | 197.73 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 236 | 0.21 | 0.78 | 0 | 0.07 | 283.78 | 0.83 | 0.56 |
| Hex | BA | 33 | EC | 15 | 4E | 0 | 7 | 11C | 53 | 38 |
| Octal | 272 | 63 | 354 | 25 | 116 | 0 | 7 | 434 | 123 | 70 |
| Binary | 10111010 | 110011 | 11101100 | 10101 | 1001110 | 0 | 111 | 100011100 | 1010011 | 111000 |
Color Harmonies of #BA33EC
Complementary color
Monochromatic Colors of #BA33EC
Black with #BA33EC
Text Example
Text Example
White with #BA33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33EC; }
p { color: rgb(186,51,236); }
H1.HeaderClassName
{
color: #BA33EC;
}
.AnyTagClassName
{
color: #BA33EC;
}
</style>
background-color css
<style>
a { background-color: #BA33EC; }
a { background-color: rgb(186,51,236); }
div.DivClassName
{
background-color: #BA33EC;
}
.BgClassName
{
background-color: #BA33EC;
}
</style>
border-color css
<style>
span { border-color: #BA33EC; }
span { border-color: rgb(186,51,236); }
td.TdClassName
{
border-color: #BA33EC;
}
.TagClassName
{
border-color: #BA33EC;
}
</style>