Shades of Medium Orchid #BA36FD
Tints of Medium Orchid #BA36FD
RGB
CMYK
RGB Variations
Color information
#BA36FD (or 0xBA36FD) is known color: Medium Orchid. HEX triplet: BA, 36 and FD. RGB value is (186,54,253). Sum of RGB (Red+Green+Blue) = 186+54+253=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA36FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36FD is #45C902. Grayscale: #737373. Windows color (decimal): -4573443 or 16594618. OLE color: 16594618.
HSL color Cylindrical-coordinate representation of color #BA36FD: hue angle of 279.8º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA36FD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 54 | 253 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.01 |
| HSL | 279.8º | 0.98% | 0.6% | - |
| HSV(B) | 279.8º | 0.79% | 0.99% | - |
| XYZ | 39.3 | 20.17 | 94.75 | - |
| YUV | 116.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 253 | 0.26 | 0.79 | 0 | 0.01 | 279.8 | 0.98 | 0.6 |
| Hex | BA | 36 | FD | 1A | 4F | 0 | 1 | 118 | 62 | 3C |
| Octal | 272 | 66 | 375 | 32 | 117 | 0 | 1 | 430 | 142 | 74 |
| Binary | 10111010 | 110110 | 11111101 | 11010 | 1001111 | 0 | 1 | 100011000 | 1100010 | 111100 |
Color Harmonies of #BA36FD
Complementary color
Monochromatic Colors of #BA36FD
Black with #BA36FD
Text Example
Text Example
White with #BA36FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36FD; }
p { color: rgb(186,54,253); }
H1.HeaderClassName
{
color: #BA36FD;
}
.AnyTagClassName
{
color: #BA36FD;
}
</style>
background-color css
<style>
a { background-color: #BA36FD; }
a { background-color: rgb(186,54,253); }
div.DivClassName
{
background-color: #BA36FD;
}
.BgClassName
{
background-color: #BA36FD;
}
</style>
border-color css
<style>
span { border-color: #BA36FD; }
span { border-color: rgb(186,54,253); }
td.TdClassName
{
border-color: #BA36FD;
}
.TagClassName
{
border-color: #BA36FD;
}
</style>