Shades of Medium Orchid #BA37FA
Tints of Medium Orchid #BA37FA
RGB
CMYK
RGB Variations
Color information
#BA37FA (or 0xBA37FA) is known color: Medium Orchid. HEX triplet: BA, 37 and FA. RGB value is (186,55,250). Sum of RGB (Red+Green+Blue) = 186+55+250=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37FA is #45C805. Grayscale: #737373. Windows color (decimal): -4573190 or 16398266. OLE color: 16398266.
HSL color Cylindrical-coordinate representation of color #BA37FA: hue angle of 280.31º 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 #BA37FA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 55 | 250 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.02 |
| HSL | 280.31º | 0.95% | 0.6% | - |
| HSV(B) | 280.31º | 0.78% | 0.98% | - |
| XYZ | 38.87 | 20.07 | 92.27 | - |
| YUV | 116.4 | 203.4 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 250 | 0.26 | 0.78 | 0 | 0.02 | 280.31 | 0.95 | 0.6 |
| Hex | BA | 37 | FA | 1A | 4E | 0 | 2 | 118 | 5F | 3C |
| Octal | 272 | 67 | 372 | 32 | 116 | 0 | 2 | 430 | 137 | 74 |
| Binary | 10111010 | 110111 | 11111010 | 11010 | 1001110 | 0 | 10 | 100011000 | 1011111 | 111100 |
Color Harmonies of #BA37FA
Complementary color
Monochromatic Colors of #BA37FA
Black with #BA37FA
Text Example
Text Example
White with #BA37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37FA; }
p { color: rgb(186,55,250); }
H1.HeaderClassName
{
color: #BA37FA;
}
.AnyTagClassName
{
color: #BA37FA;
}
</style>
background-color css
<style>
a { background-color: #BA37FA; }
a { background-color: rgb(186,55,250); }
div.DivClassName
{
background-color: #BA37FA;
}
.BgClassName
{
background-color: #BA37FA;
}
</style>
border-color css
<style>
span { border-color: #BA37FA; }
span { border-color: rgb(186,55,250); }
td.TdClassName
{
border-color: #BA37FA;
}
.TagClassName
{
border-color: #BA37FA;
}
</style>