Shades of Medium Orchid #BA3BF3
Tints of Medium Orchid #BA3BF3
RGB
CMYK
RGB Variations
Color information
#BA3BF3 (or 0xBA3BF3) is known color: Medium Orchid. HEX triplet: BA, 3B and F3. RGB value is (186,59,243). Sum of RGB (Red+Green+Blue) = 186+59+243=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA3BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BF3 is #45C40C. Grayscale: #757575. Windows color (decimal): -4572173 or 15940538. OLE color: 15940538.
HSL color Cylindrical-coordinate representation of color #BA3BF3: hue angle of 281.41º degrees, saturation: 0.88, 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 #BA3BF3 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 59 | 243 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.05 |
| HSL | 281.41º | 0.88% | 0.59% | - |
| HSV(B) | 281.41º | 0.76% | 0.95% | - |
| XYZ | 37.99 | 20.04 | 86.66 | - |
| YUV | 117.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 243 | 0.23 | 0.76 | 0 | 0.05 | 281.41 | 0.88 | 0.59 |
| Hex | BA | 3B | F3 | 17 | 4C | 0 | 5 | 119 | 58 | 3B |
| Octal | 272 | 73 | 363 | 27 | 114 | 0 | 5 | 431 | 130 | 73 |
| Binary | 10111010 | 111011 | 11110011 | 10111 | 1001100 | 0 | 101 | 100011001 | 1011000 | 111011 |
Color Harmonies of #BA3BF3
Complementary color
Monochromatic Colors of #BA3BF3
Black with #BA3BF3
Text Example
Text Example
White with #BA3BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BF3; }
p { color: rgb(186,59,243); }
H1.HeaderClassName
{
color: #BA3BF3;
}
.AnyTagClassName
{
color: #BA3BF3;
}
</style>
background-color css
<style>
a { background-color: #BA3BF3; }
a { background-color: rgb(186,59,243); }
div.DivClassName
{
background-color: #BA3BF3;
}
.BgClassName
{
background-color: #BA3BF3;
}
</style>
border-color css
<style>
span { border-color: #BA3BF3; }
span { border-color: rgb(186,59,243); }
td.TdClassName
{
border-color: #BA3BF3;
}
.TagClassName
{
border-color: #BA3BF3;
}
</style>