Shades of Medium Orchid #BA3FFA
Tints of Medium Orchid #BA3FFA
RGB
CMYK
RGB Variations
Color information
#BA3FFA (or 0xBA3FFA) is known color: Medium Orchid. HEX triplet: BA, 3F and FA. RGB value is (186,63,250). Sum of RGB (Red+Green+Blue) = 186+63+250=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA3FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FFA is #45C005. Grayscale: #787878. Windows color (decimal): -4571142 or 16400314. OLE color: 16400314.
HSL color Cylindrical-coordinate representation of color #BA3FFA: hue angle of 279.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3FFA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 63 | 250 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.02 |
| HSL | 279.47º | 0.95% | 0.61% | - |
| HSV(B) | 279.47º | 0.75% | 0.98% | - |
| XYZ | 39.28 | 20.9 | 92.41 | - |
| YUV | 121.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 250 | 0.26 | 0.75 | 0 | 0.02 | 279.47 | 0.95 | 0.61 |
| Hex | BA | 3F | FA | 1A | 4B | 0 | 2 | 117 | 5F | 3D |
| Octal | 272 | 77 | 372 | 32 | 113 | 0 | 2 | 427 | 137 | 75 |
| Binary | 10111010 | 111111 | 11111010 | 11010 | 1001011 | 0 | 10 | 100010111 | 1011111 | 111101 |
Color Harmonies of #BA3FFA
Complementary color
Monochromatic Colors of #BA3FFA
Black with #BA3FFA
Text Example
Text Example
White with #BA3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FFA; }
p { color: rgb(186,63,250); }
H1.HeaderClassName
{
color: #BA3FFA;
}
.AnyTagClassName
{
color: #BA3FFA;
}
</style>
background-color css
<style>
a { background-color: #BA3FFA; }
a { background-color: rgb(186,63,250); }
div.DivClassName
{
background-color: #BA3FFA;
}
.BgClassName
{
background-color: #BA3FFA;
}
</style>
border-color css
<style>
span { border-color: #BA3FFA; }
span { border-color: rgb(186,63,250); }
td.TdClassName
{
border-color: #BA3FFA;
}
.TagClassName
{
border-color: #BA3FFA;
}
</style>