Shades of Medium Orchid #BA4DFC
Tints of Medium Orchid #BA4DFC
RGB
CMYK
RGB Variations
Color information
#BA4DFC (or 0xBA4DFC) is known color: Medium Orchid. HEX triplet: BA, 4D and FC. RGB value is (186,77,252). Sum of RGB (Red+Green+Blue) = 186+77+252=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DFC is #45B203. Grayscale: #808080. Windows color (decimal): -4567556 or 16534970. OLE color: 16534970.
HSL color Cylindrical-coordinate representation of color #BA4DFC: hue angle of 277.37º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4DFC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 77 | 252 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.01 |
| HSL | 277.37º | 0.97% | 0.65% | - |
| HSV(B) | 277.37º | 0.69% | 0.99% | - |
| XYZ | 40.47 | 22.78 | 94.36 | - |
| YUV | 129.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 252 | 0.26 | 0.69 | 0 | 0.01 | 277.37 | 0.97 | 0.65 |
| Hex | BA | 4D | FC | 1A | 45 | 0 | 1 | 115 | 61 | 41 |
| Octal | 272 | 115 | 374 | 32 | 105 | 0 | 1 | 425 | 141 | 101 |
| Binary | 10111010 | 1001101 | 11111100 | 11010 | 1000101 | 0 | 1 | 100010101 | 1100001 | 1000001 |
Color Harmonies of #BA4DFC
Complementary color
Monochromatic Colors of #BA4DFC
Black with #BA4DFC
Text Example
Text Example
White with #BA4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DFC; }
p { color: rgb(186,77,252); }
H1.HeaderClassName
{
color: #BA4DFC;
}
.AnyTagClassName
{
color: #BA4DFC;
}
</style>
background-color css
<style>
a { background-color: #BA4DFC; }
a { background-color: rgb(186,77,252); }
div.DivClassName
{
background-color: #BA4DFC;
}
.BgClassName
{
background-color: #BA4DFC;
}
</style>
border-color css
<style>
span { border-color: #BA4DFC; }
span { border-color: rgb(186,77,252); }
td.TdClassName
{
border-color: #BA4DFC;
}
.TagClassName
{
border-color: #BA4DFC;
}
</style>