Shades of Medium Orchid #BA3FFF
Tints of Medium Orchid #BA3FFF
RGB
CMYK
RGB Variations
Color information
#BA3FFF (or 0xBA3FFF) is known color: Medium Orchid. HEX triplet: BA, 3F and FF. RGB value is (186,63,255). Sum of RGB (Red+Green+Blue) = 186+63+255=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FFF is #45C000. Grayscale: #797979. Windows color (decimal): -4571137 or 16727994. OLE color: 16727994.
HSL color Cylindrical-coordinate representation of color #BA3FFF: hue angle of 278.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3FFF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 63 | 255 | - |
| CMYK | 0.27 | 0.75 | 0 | 0 |
| HSL | 278.44º | 1% | 0.62% | - |
| HSV(B) | 278.44º | 0.75% | 1% | - |
| XYZ | 40.08 | 21.21 | 96.59 | - |
| YUV | 121.67 | 203.25 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 255 | 0.27 | 0.75 | 0 | 0 | 278.44 | 1 | 0.62 |
| Hex | BA | 3F | FF | 1B | 4B | 0 | 0 | 116 | 64 | 3E |
| Octal | 272 | 77 | 377 | 33 | 113 | 0 | 0 | 426 | 144 | 76 |
| Binary | 10111010 | 111111 | 11111111 | 11011 | 1001011 | 0 | 0 | 100010110 | 1100100 | 111110 |
Color Harmonies of #BA3FFF
Complementary color
Monochromatic Colors of #BA3FFF
Black with #BA3FFF
Text Example
Text Example
White with #BA3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FFF; }
p { color: rgb(186,63,255); }
H1.HeaderClassName
{
color: #BA3FFF;
}
.AnyTagClassName
{
color: #BA3FFF;
}
</style>
background-color css
<style>
a { background-color: #BA3FFF; }
a { background-color: rgb(186,63,255); }
div.DivClassName
{
background-color: #BA3FFF;
}
.BgClassName
{
background-color: #BA3FFF;
}
</style>
border-color css
<style>
span { border-color: #BA3FFF; }
span { border-color: rgb(186,63,255); }
td.TdClassName
{
border-color: #BA3FFF;
}
.TagClassName
{
border-color: #BA3FFF;
}
</style>