Shades of Medium Orchid #BA37FB
Tints of Medium Orchid #BA37FB
RGB
CMYK
RGB Variations
Color information
#BA37FB (or 0xBA37FB) is known color: Medium Orchid. HEX triplet: BA, 37 and FB. RGB value is (186,55,251). Sum of RGB (Red+Green+Blue) = 186+55+251=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA37FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37FB is #45C804. Grayscale: #737373. Windows color (decimal): -4573189 or 16463802. OLE color: 16463802.
HSL color Cylindrical-coordinate representation of color #BA37FB: hue angle of 280.1º degrees, saturation: 0.96, 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 #BA37FB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 55 | 251 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.02 |
| HSL | 280.1º | 0.96% | 0.6% | - |
| HSV(B) | 280.1º | 0.78% | 0.98% | - |
| XYZ | 39.03 | 20.14 | 93.1 | - |
| YUV | 116.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 251 | 0.26 | 0.78 | 0 | 0.02 | 280.1 | 0.96 | 0.6 |
| Hex | BA | 37 | FB | 1A | 4E | 0 | 2 | 118 | 60 | 3C |
| Octal | 272 | 67 | 373 | 32 | 116 | 0 | 2 | 430 | 140 | 74 |
| Binary | 10111010 | 110111 | 11111011 | 11010 | 1001110 | 0 | 10 | 100011000 | 1100000 | 111100 |
Color Harmonies of #BA37FB
Complementary color
Monochromatic Colors of #BA37FB
Black with #BA37FB
Text Example
Text Example
White with #BA37FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37FB; }
p { color: rgb(186,55,251); }
H1.HeaderClassName
{
color: #BA37FB;
}
.AnyTagClassName
{
color: #BA37FB;
}
</style>
background-color css
<style>
a { background-color: #BA37FB; }
a { background-color: rgb(186,55,251); }
div.DivClassName
{
background-color: #BA37FB;
}
.BgClassName
{
background-color: #BA37FB;
}
</style>
border-color css
<style>
span { border-color: #BA37FB; }
span { border-color: rgb(186,55,251); }
td.TdClassName
{
border-color: #BA37FB;
}
.TagClassName
{
border-color: #BA37FB;
}
</style>