Shades of Medium Orchid #BA3CFE
Tints of Medium Orchid #BA3CFE
RGB
CMYK
RGB Variations
Color information
#BA3CFE (or 0xBA3CFE) is known color: Medium Orchid. HEX triplet: BA, 3C and FE. RGB value is (186,60,254). Sum of RGB (Red+Green+Blue) = 186+60+254=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CFE is #45C301. Grayscale: #777777. Windows color (decimal): -4571906 or 16661690. OLE color: 16661690.
HSL color Cylindrical-coordinate representation of color #BA3CFE: hue angle of 278.97º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3CFE is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 60 | 254 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.00 |
| HSL | 278.97º | 0.99% | 0.62% | - |
| HSV(B) | 278.97º | 0.76% | 1% | - |
| XYZ | 39.75 | 20.83 | 95.69 | - |
| YUV | 119.79 | 203.74 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 254 | 0.27 | 0.76 | 0 | 0.00 | 278.97 | 0.99 | 0.62 |
| Hex | BA | 3C | FE | 1B | 4C | 0 | 0 | 117 | 63 | 3E |
| Octal | 272 | 74 | 376 | 33 | 114 | 0 | 0 | 427 | 143 | 76 |
| Binary | 10111010 | 111100 | 11111110 | 11011 | 1001100 | 0 | 0 | 100010111 | 1100011 | 111110 |
Color Harmonies of #BA3CFE
Complementary color
Monochromatic Colors of #BA3CFE
Black with #BA3CFE
Text Example
Text Example
White with #BA3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CFE; }
p { color: rgb(186,60,254); }
H1.HeaderClassName
{
color: #BA3CFE;
}
.AnyTagClassName
{
color: #BA3CFE;
}
</style>
background-color css
<style>
a { background-color: #BA3CFE; }
a { background-color: rgb(186,60,254); }
div.DivClassName
{
background-color: #BA3CFE;
}
.BgClassName
{
background-color: #BA3CFE;
}
</style>
border-color css
<style>
span { border-color: #BA3CFE; }
span { border-color: rgb(186,60,254); }
td.TdClassName
{
border-color: #BA3CFE;
}
.TagClassName
{
border-color: #BA3CFE;
}
</style>