Shades of Medium Orchid #BA4DFB
Tints of Medium Orchid #BA4DFB
RGB
CMYK
RGB Variations
Color information
#BA4DFB (or 0xBA4DFB) is known color: Medium Orchid. HEX triplet: BA, 4D and FB. RGB value is (186,77,251). Sum of RGB (Red+Green+Blue) = 186+77+251=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DFB is #45B204. Grayscale: #808080. Windows color (decimal): -4567557 or 16469434. OLE color: 16469434.
HSL color Cylindrical-coordinate representation of color #BA4DFB: hue angle of 277.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4DFB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 77 | 251 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.02 |
| HSL | 277.59º | 0.96% | 0.64% | - |
| HSV(B) | 277.59º | 0.69% | 0.98% | - |
| XYZ | 40.32 | 22.71 | 93.53 | - |
| YUV | 129.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 251 | 0.26 | 0.69 | 0 | 0.02 | 277.59 | 0.96 | 0.64 |
| Hex | BA | 4D | FB | 1A | 45 | 0 | 2 | 116 | 60 | 40 |
| Octal | 272 | 115 | 373 | 32 | 105 | 0 | 2 | 426 | 140 | 100 |
| Binary | 10111010 | 1001101 | 11111011 | 11010 | 1000101 | 0 | 10 | 100010110 | 1100000 | 1000000 |
Color Harmonies of #BA4DFB
Complementary color
Monochromatic Colors of #BA4DFB
Black with #BA4DFB
Text Example
Text Example
White with #BA4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DFB; }
p { color: rgb(186,77,251); }
H1.HeaderClassName
{
color: #BA4DFB;
}
.AnyTagClassName
{
color: #BA4DFB;
}
</style>
background-color css
<style>
a { background-color: #BA4DFB; }
a { background-color: rgb(186,77,251); }
div.DivClassName
{
background-color: #BA4DFB;
}
.BgClassName
{
background-color: #BA4DFB;
}
</style>
border-color css
<style>
span { border-color: #BA4DFB; }
span { border-color: rgb(186,77,251); }
td.TdClassName
{
border-color: #BA4DFB;
}
.TagClassName
{
border-color: #BA4DFB;
}
</style>