Shades of Medium Orchid #BA3AF3
Tints of Medium Orchid #BA3AF3
RGB
CMYK
RGB Variations
Color information
#BA3AF3 (or 0xBA3AF3) is known color: Medium Orchid. HEX triplet: BA, 3A and F3. RGB value is (186,58,243). Sum of RGB (Red+Green+Blue) = 186+58+243=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA3AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AF3 is #45C50C. Grayscale: #747474. Windows color (decimal): -4572429 or 15940282. OLE color: 15940282.
HSL color Cylindrical-coordinate representation of color #BA3AF3: hue angle of 281.51º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3AF3 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 58 | 243 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.05 |
| HSL | 281.51º | 0.89% | 0.59% | - |
| HSV(B) | 281.51º | 0.76% | 0.95% | - |
| XYZ | 37.94 | 19.94 | 86.64 | - |
| YUV | 117.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 243 | 0.23 | 0.76 | 0 | 0.05 | 281.51 | 0.89 | 0.59 |
| Hex | BA | 3A | F3 | 17 | 4C | 0 | 5 | 11A | 59 | 3B |
| Octal | 272 | 72 | 363 | 27 | 114 | 0 | 5 | 432 | 131 | 73 |
| Binary | 10111010 | 111010 | 11110011 | 10111 | 1001100 | 0 | 101 | 100011010 | 1011001 | 111011 |
Color Harmonies of #BA3AF3
Complementary color
Monochromatic Colors of #BA3AF3
Black with #BA3AF3
Text Example
Text Example
White with #BA3AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AF3; }
p { color: rgb(186,58,243); }
H1.HeaderClassName
{
color: #BA3AF3;
}
.AnyTagClassName
{
color: #BA3AF3;
}
</style>
background-color css
<style>
a { background-color: #BA3AF3; }
a { background-color: rgb(186,58,243); }
div.DivClassName
{
background-color: #BA3AF3;
}
.BgClassName
{
background-color: #BA3AF3;
}
</style>
border-color css
<style>
span { border-color: #BA3AF3; }
span { border-color: rgb(186,58,243); }
td.TdClassName
{
border-color: #BA3AF3;
}
.TagClassName
{
border-color: #BA3AF3;
}
</style>