Shades of Medium Orchid #BA3BFF
Tints of Medium Orchid #BA3BFF
RGB
CMYK
RGB Variations
Color information
#BA3BFF (or 0xBA3BFF) is known color: Medium Orchid. HEX triplet: BA, 3B and FF. RGB value is (186,59,255). Sum of RGB (Red+Green+Blue) = 186+59+255=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA3BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BFF is #45C400. Grayscale: #767676. Windows color (decimal): -4572161 or 16726970. OLE color: 16726970.
HSL color Cylindrical-coordinate representation of color #BA3BFF: hue angle of 278.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA3BFF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 59 | 255 | - |
| CMYK | 0.27 | 0.77 | 0 | 0 |
| HSL | 278.88º | 1% | 0.62% | - |
| HSV(B) | 278.88º | 0.77% | 1% | - |
| XYZ | 39.86 | 20.79 | 96.52 | - |
| YUV | 119.32 | 204.58 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 255 | 0.27 | 0.77 | 0 | 0 | 278.88 | 1 | 0.62 |
| Hex | BA | 3B | FF | 1B | 4D | 0 | 0 | 117 | 64 | 3E |
| Octal | 272 | 73 | 377 | 33 | 115 | 0 | 0 | 427 | 144 | 76 |
| Binary | 10111010 | 111011 | 11111111 | 11011 | 1001101 | 0 | 0 | 100010111 | 1100100 | 111110 |
Color Harmonies of #BA3BFF
Complementary color
Monochromatic Colors of #BA3BFF
Black with #BA3BFF
Text Example
Text Example
White with #BA3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BFF; }
p { color: rgb(186,59,255); }
H1.HeaderClassName
{
color: #BA3BFF;
}
.AnyTagClassName
{
color: #BA3BFF;
}
</style>
background-color css
<style>
a { background-color: #BA3BFF; }
a { background-color: rgb(186,59,255); }
div.DivClassName
{
background-color: #BA3BFF;
}
.BgClassName
{
background-color: #BA3BFF;
}
</style>
border-color css
<style>
span { border-color: #BA3BFF; }
span { border-color: rgb(186,59,255); }
td.TdClassName
{
border-color: #BA3BFF;
}
.TagClassName
{
border-color: #BA3BFF;
}
</style>