Shades of Medium Orchid #BA36FA
Tints of Medium Orchid #BA36FA
RGB
CMYK
RGB Variations
Color information
#BA36FA (or 0xBA36FA) is known color: Medium Orchid. HEX triplet: BA, 36 and FA. RGB value is (186,54,250). Sum of RGB (Red+Green+Blue) = 186+54+250=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA36FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36FA is #45C905. Grayscale: #737373. Windows color (decimal): -4573446 or 16398010. OLE color: 16398010.
HSL color Cylindrical-coordinate representation of color #BA36FA: hue angle of 280.41º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA36FA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 54 | 250 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.02 |
| HSL | 280.41º | 0.95% | 0.6% | - |
| HSV(B) | 280.41º | 0.78% | 0.98% | - |
| XYZ | 38.82 | 19.98 | 92.25 | - |
| YUV | 115.81 | 203.73 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 250 | 0.26 | 0.78 | 0 | 0.02 | 280.41 | 0.95 | 0.6 |
| Hex | BA | 36 | FA | 1A | 4E | 0 | 2 | 118 | 5F | 3C |
| Octal | 272 | 66 | 372 | 32 | 116 | 0 | 2 | 430 | 137 | 74 |
| Binary | 10111010 | 110110 | 11111010 | 11010 | 1001110 | 0 | 10 | 100011000 | 1011111 | 111100 |
Color Harmonies of #BA36FA
Complementary color
Monochromatic Colors of #BA36FA
Black with #BA36FA
Text Example
Text Example
White with #BA36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36FA; }
p { color: rgb(186,54,250); }
H1.HeaderClassName
{
color: #BA36FA;
}
.AnyTagClassName
{
color: #BA36FA;
}
</style>
background-color css
<style>
a { background-color: #BA36FA; }
a { background-color: rgb(186,54,250); }
div.DivClassName
{
background-color: #BA36FA;
}
.BgClassName
{
background-color: #BA36FA;
}
</style>
border-color css
<style>
span { border-color: #BA36FA; }
span { border-color: rgb(186,54,250); }
td.TdClassName
{
border-color: #BA36FA;
}
.TagClassName
{
border-color: #BA36FA;
}
</style>