Shades of Medium Orchid #BA3AF1
Tints of Medium Orchid #BA3AF1
RGB
CMYK
RGB Variations
Color information
#BA3AF1 (or 0xBA3AF1) is known color: Medium Orchid. HEX triplet: BA, 3A and F1. RGB value is (186,58,241). Sum of RGB (Red+Green+Blue) = 186+58+241=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA3AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AF1 is #45C50E. Grayscale: #747474. Windows color (decimal): -4572431 or 15809210. OLE color: 15809210.
HSL color Cylindrical-coordinate representation of color #BA3AF1: hue angle of 281.97º degrees, saturation: 0.87, 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 #BA3AF1 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 58 | 241 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.05 |
| HSL | 281.97º | 0.87% | 0.59% | - |
| HSV(B) | 281.97º | 0.76% | 0.95% | - |
| XYZ | 37.64 | 19.82 | 85.06 | - |
| YUV | 117.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 241 | 0.23 | 0.76 | 0 | 0.05 | 281.97 | 0.87 | 0.59 |
| Hex | BA | 3A | F1 | 17 | 4C | 0 | 5 | 11A | 57 | 3B |
| Octal | 272 | 72 | 361 | 27 | 114 | 0 | 5 | 432 | 127 | 73 |
| Binary | 10111010 | 111010 | 11110001 | 10111 | 1001100 | 0 | 101 | 100011010 | 1010111 | 111011 |
Color Harmonies of #BA3AF1
Complementary color
Monochromatic Colors of #BA3AF1
Black with #BA3AF1
Text Example
Text Example
White with #BA3AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AF1; }
p { color: rgb(186,58,241); }
H1.HeaderClassName
{
color: #BA3AF1;
}
.AnyTagClassName
{
color: #BA3AF1;
}
</style>
background-color css
<style>
a { background-color: #BA3AF1; }
a { background-color: rgb(186,58,241); }
div.DivClassName
{
background-color: #BA3AF1;
}
.BgClassName
{
background-color: #BA3AF1;
}
</style>
border-color css
<style>
span { border-color: #BA3AF1; }
span { border-color: rgb(186,58,241); }
td.TdClassName
{
border-color: #BA3AF1;
}
.TagClassName
{
border-color: #BA3AF1;
}
</style>