Shades of Medium Orchid #BA3BF4
Tints of Medium Orchid #BA3BF4
RGB
CMYK
RGB Variations
Color information
#BA3BF4 (or 0xBA3BF4) is known color: Medium Orchid. HEX triplet: BA, 3B and F4. RGB value is (186,59,244). Sum of RGB (Red+Green+Blue) = 186+59+244=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA3BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BF4 is #45C40B. Grayscale: #757575. Windows color (decimal): -4572172 or 16006074. OLE color: 16006074.
HSL color Cylindrical-coordinate representation of color #BA3BF4: hue angle of 281.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3BF4 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 59 | 244 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.04 |
| HSL | 281.19º | 0.89% | 0.59% | - |
| HSV(B) | 281.19º | 0.76% | 0.96% | - |
| XYZ | 38.14 | 20.1 | 87.46 | - |
| YUV | 118.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 244 | 0.24 | 0.76 | 0 | 0.04 | 281.19 | 0.89 | 0.59 |
| Hex | BA | 3B | F4 | 18 | 4C | 0 | 4 | 119 | 59 | 3B |
| Octal | 272 | 73 | 364 | 30 | 114 | 0 | 4 | 431 | 131 | 73 |
| Binary | 10111010 | 111011 | 11110100 | 11000 | 1001100 | 0 | 100 | 100011001 | 1011001 | 111011 |
Color Harmonies of #BA3BF4
Complementary color
Monochromatic Colors of #BA3BF4
Black with #BA3BF4
Text Example
Text Example
White with #BA3BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BF4; }
p { color: rgb(186,59,244); }
H1.HeaderClassName
{
color: #BA3BF4;
}
.AnyTagClassName
{
color: #BA3BF4;
}
</style>
background-color css
<style>
a { background-color: #BA3BF4; }
a { background-color: rgb(186,59,244); }
div.DivClassName
{
background-color: #BA3BF4;
}
.BgClassName
{
background-color: #BA3BF4;
}
</style>
border-color css
<style>
span { border-color: #BA3BF4; }
span { border-color: rgb(186,59,244); }
td.TdClassName
{
border-color: #BA3BF4;
}
.TagClassName
{
border-color: #BA3BF4;
}
</style>