Shades of Medium Orchid #BA4AFB
Tints of Medium Orchid #BA4AFB
RGB
CMYK
RGB Variations
Color information
#BA4AFB (or 0xBA4AFB) is known color: Medium Orchid. HEX triplet: BA, 4A and FB. RGB value is (186,74,251). Sum of RGB (Red+Green+Blue) = 186+74+251=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AFB is #45B504. Grayscale: #7F7F7F. Windows color (decimal): -4568325 or 16468666. OLE color: 16468666.
HSL color Cylindrical-coordinate representation of color #BA4AFB: hue angle of 277.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA4AFB is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 74 | 251 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.02 |
| HSL | 277.97º | 0.96% | 0.64% | - |
| HSV(B) | 277.97º | 0.71% | 0.98% | - |
| XYZ | 40.11 | 22.3 | 93.46 | - |
| YUV | 127.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 251 | 0.26 | 0.71 | 0 | 0.02 | 277.97 | 0.96 | 0.64 |
| Hex | BA | 4A | FB | 1A | 47 | 0 | 2 | 116 | 60 | 40 |
| Octal | 272 | 112 | 373 | 32 | 107 | 0 | 2 | 426 | 140 | 100 |
| Binary | 10111010 | 1001010 | 11111011 | 11010 | 1000111 | 0 | 10 | 100010110 | 1100000 | 1000000 |
Color Harmonies of #BA4AFB
Complementary color
Monochromatic Colors of #BA4AFB
Black with #BA4AFB
Text Example
Text Example
White with #BA4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AFB; }
p { color: rgb(186,74,251); }
H1.HeaderClassName
{
color: #BA4AFB;
}
.AnyTagClassName
{
color: #BA4AFB;
}
</style>
background-color css
<style>
a { background-color: #BA4AFB; }
a { background-color: rgb(186,74,251); }
div.DivClassName
{
background-color: #BA4AFB;
}
.BgClassName
{
background-color: #BA4AFB;
}
</style>
border-color css
<style>
span { border-color: #BA4AFB; }
span { border-color: rgb(186,74,251); }
td.TdClassName
{
border-color: #BA4AFB;
}
.TagClassName
{
border-color: #BA4AFB;
}
</style>