Shades of Medium Orchid #BA4DFD
Tints of Medium Orchid #BA4DFD
RGB
CMYK
RGB Variations
Color information
#BA4DFD (or 0xBA4DFD) is known color: Medium Orchid. HEX triplet: BA, 4D and FD. RGB value is (186,77,253). Sum of RGB (Red+Green+Blue) = 186+77+253=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA4DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DFD is #45B202. Grayscale: #818181. Windows color (decimal): -4567555 or 16600506. OLE color: 16600506.
HSL color Cylindrical-coordinate representation of color #BA4DFD: hue angle of 277.16º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4DFD is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 77 | 253 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.01 |
| HSL | 277.16º | 0.98% | 0.65% | - |
| HSV(B) | 277.16º | 0.7% | 0.99% | - |
| XYZ | 40.63 | 22.84 | 95.2 | - |
| YUV | 129.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 253 | 0.26 | 0.70 | 0 | 0.01 | 277.16 | 0.98 | 0.65 |
| Hex | BA | 4D | FD | 1A | 46 | 0 | 1 | 115 | 62 | 41 |
| Octal | 272 | 115 | 375 | 32 | 106 | 0 | 1 | 425 | 142 | 101 |
| Binary | 10111010 | 1001101 | 11111101 | 11010 | 1000110 | 0 | 1 | 100010101 | 1100010 | 1000001 |
Color Harmonies of #BA4DFD
Complementary color
Monochromatic Colors of #BA4DFD
Black with #BA4DFD
Text Example
Text Example
White with #BA4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DFD; }
p { color: rgb(186,77,253); }
H1.HeaderClassName
{
color: #BA4DFD;
}
.AnyTagClassName
{
color: #BA4DFD;
}
</style>
background-color css
<style>
a { background-color: #BA4DFD; }
a { background-color: rgb(186,77,253); }
div.DivClassName
{
background-color: #BA4DFD;
}
.BgClassName
{
background-color: #BA4DFD;
}
</style>
border-color css
<style>
span { border-color: #BA4DFD; }
span { border-color: rgb(186,77,253); }
td.TdClassName
{
border-color: #BA4DFD;
}
.TagClassName
{
border-color: #BA4DFD;
}
</style>