Shades of Medium Orchid #BA4BFB
Tints of Medium Orchid #BA4BFB
RGB
CMYK
RGB Variations
Color information
#BA4BFB (or 0xBA4BFB) is known color: Medium Orchid. HEX triplet: BA, 4B and FB. RGB value is (186,75,251). Sum of RGB (Red+Green+Blue) = 186+75+251=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA4BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BFB is #45B404. Grayscale: #7F7F7F. Windows color (decimal): -4568069 or 16468922. OLE color: 16468922.
HSL color Cylindrical-coordinate representation of color #BA4BFB: hue angle of 277.84º 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 #BA4BFB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 75 | 251 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.02 |
| HSL | 277.84º | 0.96% | 0.64% | - |
| HSV(B) | 277.84º | 0.7% | 0.98% | - |
| XYZ | 40.18 | 22.44 | 93.48 | - |
| YUV | 128.25 | 197.27 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 251 | 0.26 | 0.70 | 0 | 0.02 | 277.84 | 0.96 | 0.64 |
| Hex | BA | 4B | FB | 1A | 46 | 0 | 2 | 116 | 60 | 40 |
| Octal | 272 | 113 | 373 | 32 | 106 | 0 | 2 | 426 | 140 | 100 |
| Binary | 10111010 | 1001011 | 11111011 | 11010 | 1000110 | 0 | 10 | 100010110 | 1100000 | 1000000 |
Color Harmonies of #BA4BFB
Complementary color
Monochromatic Colors of #BA4BFB
Black with #BA4BFB
Text Example
Text Example
White with #BA4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BFB; }
p { color: rgb(186,75,251); }
H1.HeaderClassName
{
color: #BA4BFB;
}
.AnyTagClassName
{
color: #BA4BFB;
}
</style>
background-color css
<style>
a { background-color: #BA4BFB; }
a { background-color: rgb(186,75,251); }
div.DivClassName
{
background-color: #BA4BFB;
}
.BgClassName
{
background-color: #BA4BFB;
}
</style>
border-color css
<style>
span { border-color: #BA4BFB; }
span { border-color: rgb(186,75,251); }
td.TdClassName
{
border-color: #BA4BFB;
}
.TagClassName
{
border-color: #BA4BFB;
}
</style>