Shades of Medium Orchid #BA46FB
Tints of Medium Orchid #BA46FB
RGB
CMYK
RGB Variations
Color information
#BA46FB (or 0xBA46FB) is known color: Medium Orchid. HEX triplet: BA, 46 and FB. RGB value is (186,70,251). Sum of RGB (Red+Green+Blue) = 186+70+251=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46FB is #45B904. Grayscale: #7C7C7C. Windows color (decimal): -4569349 or 16467642. OLE color: 16467642.
HSL color Cylindrical-coordinate representation of color #BA46FB: hue angle of 278.45º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA46FB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 70 | 251 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.02 |
| HSL | 278.45º | 0.96% | 0.63% | - |
| HSV(B) | 278.45º | 0.72% | 0.98% | - |
| XYZ | 39.85 | 21.78 | 93.37 | - |
| YUV | 125.32 | 198.93 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 251 | 0.26 | 0.72 | 0 | 0.02 | 278.45 | 0.96 | 0.63 |
| Hex | BA | 46 | FB | 1A | 48 | 0 | 2 | 116 | 60 | 3F |
| Octal | 272 | 106 | 373 | 32 | 110 | 0 | 2 | 426 | 140 | 77 |
| Binary | 10111010 | 1000110 | 11111011 | 11010 | 1001000 | 0 | 10 | 100010110 | 1100000 | 111111 |
Color Harmonies of #BA46FB
Complementary color
Monochromatic Colors of #BA46FB
Black with #BA46FB
Text Example
Text Example
White with #BA46FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46FB; }
p { color: rgb(186,70,251); }
H1.HeaderClassName
{
color: #BA46FB;
}
.AnyTagClassName
{
color: #BA46FB;
}
</style>
background-color css
<style>
a { background-color: #BA46FB; }
a { background-color: rgb(186,70,251); }
div.DivClassName
{
background-color: #BA46FB;
}
.BgClassName
{
background-color: #BA46FB;
}
</style>
border-color css
<style>
span { border-color: #BA46FB; }
span { border-color: rgb(186,70,251); }
td.TdClassName
{
border-color: #BA46FB;
}
.TagClassName
{
border-color: #BA46FB;
}
</style>