Shades of Medium Orchid #BA3CFA
Tints of Medium Orchid #BA3CFA
RGB
CMYK
RGB Variations
Color information
#BA3CFA (or 0xBA3CFA) is known color: Medium Orchid. HEX triplet: BA, 3C and FA. RGB value is (186,60,250). Sum of RGB (Red+Green+Blue) = 186+60+250=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA3CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CFA is #45C305. Grayscale: #767676. Windows color (decimal): -4571910 or 16399546. OLE color: 16399546.
HSL color Cylindrical-coordinate representation of color #BA3CFA: hue angle of 279.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3CFA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 60 | 250 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.02 |
| HSL | 279.79º | 0.95% | 0.61% | - |
| HSV(B) | 279.79º | 0.76% | 0.98% | - |
| XYZ | 39.12 | 20.57 | 92.35 | - |
| YUV | 119.33 | 201.74 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 250 | 0.26 | 0.76 | 0 | 0.02 | 279.79 | 0.95 | 0.61 |
| Hex | BA | 3C | FA | 1A | 4C | 0 | 2 | 118 | 5F | 3D |
| Octal | 272 | 74 | 372 | 32 | 114 | 0 | 2 | 430 | 137 | 75 |
| Binary | 10111010 | 111100 | 11111010 | 11010 | 1001100 | 0 | 10 | 100011000 | 1011111 | 111101 |
Color Harmonies of #BA3CFA
Complementary color
Monochromatic Colors of #BA3CFA
Black with #BA3CFA
Text Example
Text Example
White with #BA3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CFA; }
p { color: rgb(186,60,250); }
H1.HeaderClassName
{
color: #BA3CFA;
}
.AnyTagClassName
{
color: #BA3CFA;
}
</style>
background-color css
<style>
a { background-color: #BA3CFA; }
a { background-color: rgb(186,60,250); }
div.DivClassName
{
background-color: #BA3CFA;
}
.BgClassName
{
background-color: #BA3CFA;
}
</style>
border-color css
<style>
span { border-color: #BA3CFA; }
span { border-color: rgb(186,60,250); }
td.TdClassName
{
border-color: #BA3CFA;
}
.TagClassName
{
border-color: #BA3CFA;
}
</style>