Shades of Medium Orchid #BA4BFA
Tints of Medium Orchid #BA4BFA
RGB
CMYK
RGB Variations
Color information
#BA4BFA (or 0xBA4BFA) is known color: Medium Orchid. HEX triplet: BA, 4B and FA. RGB value is (186,75,250). Sum of RGB (Red+Green+Blue) = 186+75+250=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BFA is #45B405. Grayscale: #7F7F7F. Windows color (decimal): -4568070 or 16403386. OLE color: 16403386.
HSL color Cylindrical-coordinate representation of color #BA4BFA: hue angle of 278.06º degrees, saturation: 0.95, 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 #BA4BFA is Cyan = 0.26, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 75 | 250 | - |
| CMYK | 0.26 | 0.7 | 0 | 0.02 |
| HSL | 278.06º | 0.95% | 0.64% | - |
| HSV(B) | 278.06º | 0.7% | 0.98% | - |
| XYZ | 40.02 | 22.37 | 92.65 | - |
| YUV | 128.14 | 196.77 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 250 | 0.26 | 0.7 | 0 | 0.02 | 278.06 | 0.95 | 0.64 |
| Hex | BA | 4B | FA | 1A | 46 | 0 | 2 | 116 | 5F | 40 |
| Octal | 272 | 113 | 372 | 32 | 106 | 0 | 2 | 426 | 137 | 100 |
| Binary | 10111010 | 1001011 | 11111010 | 11010 | 1000110 | 0 | 10 | 100010110 | 1011111 | 1000000 |
Color Harmonies of #BA4BFA
Complementary color
Monochromatic Colors of #BA4BFA
Black with #BA4BFA
Text Example
Text Example
White with #BA4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BFA; }
p { color: rgb(186,75,250); }
H1.HeaderClassName
{
color: #BA4BFA;
}
.AnyTagClassName
{
color: #BA4BFA;
}
</style>
background-color css
<style>
a { background-color: #BA4BFA; }
a { background-color: rgb(186,75,250); }
div.DivClassName
{
background-color: #BA4BFA;
}
.BgClassName
{
background-color: #BA4BFA;
}
</style>
border-color css
<style>
span { border-color: #BA4BFA; }
span { border-color: rgb(186,75,250); }
td.TdClassName
{
border-color: #BA4BFA;
}
.TagClassName
{
border-color: #BA4BFA;
}
</style>