Shades of Medium Orchid #BA4AFD
Tints of Medium Orchid #BA4AFD
RGB
CMYK
RGB Variations
Color information
#BA4AFD (or 0xBA4AFD) is known color: Medium Orchid. HEX triplet: BA, 4A and FD. RGB value is (186,74,253). Sum of RGB (Red+Green+Blue) = 186+74+253=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AFD is #45B502. Grayscale: #7F7F7F. Windows color (decimal): -4568323 or 16599738. OLE color: 16599738.
HSL color Cylindrical-coordinate representation of color #BA4AFD: hue angle of 277.54º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA4AFD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 74 | 253 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.01 |
| HSL | 277.54º | 0.98% | 0.64% | - |
| HSV(B) | 277.54º | 0.71% | 0.99% | - |
| XYZ | 40.43 | 22.43 | 95.13 | - |
| YUV | 127.89 | 198.61 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 253 | 0.26 | 0.71 | 0 | 0.01 | 277.54 | 0.98 | 0.64 |
| Hex | BA | 4A | FD | 1A | 47 | 0 | 1 | 116 | 62 | 40 |
| Octal | 272 | 112 | 375 | 32 | 107 | 0 | 1 | 426 | 142 | 100 |
| Binary | 10111010 | 1001010 | 11111101 | 11010 | 1000111 | 0 | 1 | 100010110 | 1100010 | 1000000 |
Color Harmonies of #BA4AFD
Complementary color
Monochromatic Colors of #BA4AFD
Black with #BA4AFD
Text Example
Text Example
White with #BA4AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AFD; }
p { color: rgb(186,74,253); }
H1.HeaderClassName
{
color: #BA4AFD;
}
.AnyTagClassName
{
color: #BA4AFD;
}
</style>
background-color css
<style>
a { background-color: #BA4AFD; }
a { background-color: rgb(186,74,253); }
div.DivClassName
{
background-color: #BA4AFD;
}
.BgClassName
{
background-color: #BA4AFD;
}
</style>
border-color css
<style>
span { border-color: #BA4AFD; }
span { border-color: rgb(186,74,253); }
td.TdClassName
{
border-color: #BA4AFD;
}
.TagClassName
{
border-color: #BA4AFD;
}
</style>