Shades of Medium Orchid #BA4CFB
Tints of Medium Orchid #BA4CFB
RGB
CMYK
RGB Variations
Color information
#BA4CFB (or 0xBA4CFB) is known color: Medium Orchid. HEX triplet: BA, 4C and FB. RGB value is (186,76,251). Sum of RGB (Red+Green+Blue) = 186+76+251=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CFB is #45B304. Grayscale: #808080. Windows color (decimal): -4567813 or 16469178. OLE color: 16469178.
HSL color Cylindrical-coordinate representation of color #BA4CFB: hue angle of 277.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4CFB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 76 | 251 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.02 |
| HSL | 277.71º | 0.96% | 0.64% | - |
| HSV(B) | 277.71º | 0.7% | 0.98% | - |
| XYZ | 40.25 | 22.57 | 93.5 | - |
| YUV | 128.84 | 196.94 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 251 | 0.26 | 0.70 | 0 | 0.02 | 277.71 | 0.96 | 0.64 |
| Hex | BA | 4C | FB | 1A | 46 | 0 | 2 | 116 | 60 | 40 |
| Octal | 272 | 114 | 373 | 32 | 106 | 0 | 2 | 426 | 140 | 100 |
| Binary | 10111010 | 1001100 | 11111011 | 11010 | 1000110 | 0 | 10 | 100010110 | 1100000 | 1000000 |
Color Harmonies of #BA4CFB
Complementary color
Monochromatic Colors of #BA4CFB
Black with #BA4CFB
Text Example
Text Example
White with #BA4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CFB; }
p { color: rgb(186,76,251); }
H1.HeaderClassName
{
color: #BA4CFB;
}
.AnyTagClassName
{
color: #BA4CFB;
}
</style>
background-color css
<style>
a { background-color: #BA4CFB; }
a { background-color: rgb(186,76,251); }
div.DivClassName
{
background-color: #BA4CFB;
}
.BgClassName
{
background-color: #BA4CFB;
}
</style>
border-color css
<style>
span { border-color: #BA4CFB; }
span { border-color: rgb(186,76,251); }
td.TdClassName
{
border-color: #BA4CFB;
}
.TagClassName
{
border-color: #BA4CFB;
}
</style>