Shades of Medium Orchid #BA3DFA
Tints of Medium Orchid #BA3DFA
RGB
CMYK
RGB Variations
Color information
#BA3DFA (or 0xBA3DFA) is known color: Medium Orchid. HEX triplet: BA, 3D and FA. RGB value is (186,61,250). Sum of RGB (Red+Green+Blue) = 186+61+250=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA3DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DFA is #45C205. Grayscale: #777777. Windows color (decimal): -4571654 or 16399802. OLE color: 16399802.
HSL color Cylindrical-coordinate representation of color #BA3DFA: hue angle of 279.68º 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 #BA3DFA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 61 | 250 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.02 |
| HSL | 279.68º | 0.95% | 0.61% | - |
| HSV(B) | 279.68º | 0.76% | 0.98% | - |
| XYZ | 39.17 | 20.68 | 92.37 | - |
| YUV | 119.92 | 201.41 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 250 | 0.26 | 0.76 | 0 | 0.02 | 279.68 | 0.95 | 0.61 |
| Hex | BA | 3D | FA | 1A | 4C | 0 | 2 | 118 | 5F | 3D |
| Octal | 272 | 75 | 372 | 32 | 114 | 0 | 2 | 430 | 137 | 75 |
| Binary | 10111010 | 111101 | 11111010 | 11010 | 1001100 | 0 | 10 | 100011000 | 1011111 | 111101 |
Color Harmonies of #BA3DFA
Complementary color
Monochromatic Colors of #BA3DFA
Black with #BA3DFA
Text Example
Text Example
White with #BA3DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DFA; }
p { color: rgb(186,61,250); }
H1.HeaderClassName
{
color: #BA3DFA;
}
.AnyTagClassName
{
color: #BA3DFA;
}
</style>
background-color css
<style>
a { background-color: #BA3DFA; }
a { background-color: rgb(186,61,250); }
div.DivClassName
{
background-color: #BA3DFA;
}
.BgClassName
{
background-color: #BA3DFA;
}
</style>
border-color css
<style>
span { border-color: #BA3DFA; }
span { border-color: rgb(186,61,250); }
td.TdClassName
{
border-color: #BA3DFA;
}
.TagClassName
{
border-color: #BA3DFA;
}
</style>