Shades of Medium Orchid #BA37FD
Tints of Medium Orchid #BA37FD
RGB
CMYK
RGB Variations
Color information
#BA37FD (or 0xBA37FD) is known color: Medium Orchid. HEX triplet: BA, 37 and FD. RGB value is (186,55,253). Sum of RGB (Red+Green+Blue) = 186+55+253=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37FD is #45C802. Grayscale: #747474. Windows color (decimal): -4573187 or 16594874. OLE color: 16594874.
HSL color Cylindrical-coordinate representation of color #BA37FD: hue angle of 279.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA37FD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 55 | 253 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.01 |
| HSL | 279.7º | 0.98% | 0.6% | - |
| HSV(B) | 279.7º | 0.78% | 0.99% | - |
| XYZ | 39.35 | 20.26 | 94.77 | - |
| YUV | 116.74 | 204.9 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 253 | 0.26 | 0.78 | 0 | 0.01 | 279.7 | 0.98 | 0.6 |
| Hex | BA | 37 | FD | 1A | 4E | 0 | 1 | 118 | 62 | 3C |
| Octal | 272 | 67 | 375 | 32 | 116 | 0 | 1 | 430 | 142 | 74 |
| Binary | 10111010 | 110111 | 11111101 | 11010 | 1001110 | 0 | 1 | 100011000 | 1100010 | 111100 |
Color Harmonies of #BA37FD
Complementary color
Monochromatic Colors of #BA37FD
Black with #BA37FD
Text Example
Text Example
White with #BA37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37FD; }
p { color: rgb(186,55,253); }
H1.HeaderClassName
{
color: #BA37FD;
}
.AnyTagClassName
{
color: #BA37FD;
}
</style>
background-color css
<style>
a { background-color: #BA37FD; }
a { background-color: rgb(186,55,253); }
div.DivClassName
{
background-color: #BA37FD;
}
.BgClassName
{
background-color: #BA37FD;
}
</style>
border-color css
<style>
span { border-color: #BA37FD; }
span { border-color: rgb(186,55,253); }
td.TdClassName
{
border-color: #BA37FD;
}
.TagClassName
{
border-color: #BA37FD;
}
</style>