Shades of Medium Orchid #BA35EF
Tints of Medium Orchid #BA35EF
RGB
CMYK
RGB Variations
Color information
#BA35EF (or 0xBA35EF) is known color: Medium Orchid. HEX triplet: BA, 35 and EF. RGB value is (186,53,239). Sum of RGB (Red+Green+Blue) = 186+53+239=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA35EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35EF is #45CA10. Grayscale: #717171. Windows color (decimal): -4573713 or 15676858. OLE color: 15676858.
HSL color Cylindrical-coordinate representation of color #BA35EF: hue angle of 282.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA35EF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 53 | 239 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.06 |
| HSL | 282.9º | 0.85% | 0.57% | - |
| HSV(B) | 282.9º | 0.78% | 0.94% | - |
| XYZ | 37.1 | 19.22 | 83.42 | - |
| YUV | 113.97 | 198.56 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 239 | 0.22 | 0.78 | 0 | 0.06 | 282.9 | 0.85 | 0.57 |
| Hex | BA | 35 | EF | 16 | 4E | 0 | 6 | 11B | 55 | 39 |
| Octal | 272 | 65 | 357 | 26 | 116 | 0 | 6 | 433 | 125 | 71 |
| Binary | 10111010 | 110101 | 11101111 | 10110 | 1001110 | 0 | 110 | 100011011 | 1010101 | 111001 |
Color Harmonies of #BA35EF
Complementary color
Monochromatic Colors of #BA35EF
Black with #BA35EF
Text Example
Text Example
White with #BA35EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35EF; }
p { color: rgb(186,53,239); }
H1.HeaderClassName
{
color: #BA35EF;
}
.AnyTagClassName
{
color: #BA35EF;
}
</style>
background-color css
<style>
a { background-color: #BA35EF; }
a { background-color: rgb(186,53,239); }
div.DivClassName
{
background-color: #BA35EF;
}
.BgClassName
{
background-color: #BA35EF;
}
</style>
border-color css
<style>
span { border-color: #BA35EF; }
span { border-color: rgb(186,53,239); }
td.TdClassName
{
border-color: #BA35EF;
}
.TagClassName
{
border-color: #BA35EF;
}
</style>