Shades of Medium Orchid #BA3FE9
Tints of Medium Orchid #BA3FE9
RGB
CMYK
RGB Variations
Color information
#BA3FE9 (or 0xBA3FE9) is known color: Medium Orchid. HEX triplet: BA, 3F and E9. RGB value is (186,63,233). Sum of RGB (Red+Green+Blue) = 186+63+233=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA3FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FE9 is #45C016. Grayscale: #767676. Windows color (decimal): -4571159 or 15286202. OLE color: 15286202.
HSL color Cylindrical-coordinate representation of color #BA3FE9: hue angle of 283.41º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3FE9 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 63 | 233 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.09 |
| HSL | 283.41º | 0.79% | 0.58% | - |
| HSV(B) | 283.41º | 0.73% | 0.91% | - |
| XYZ | 36.74 | 19.88 | 78.99 | - |
| YUV | 119.16 | 192.25 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 233 | 0.20 | 0.73 | 0 | 0.09 | 283.41 | 0.79 | 0.58 |
| Hex | BA | 3F | E9 | 14 | 49 | 0 | 9 | 11B | 4F | 3A |
| Octal | 272 | 77 | 351 | 24 | 111 | 0 | 11 | 433 | 117 | 72 |
| Binary | 10111010 | 111111 | 11101001 | 10100 | 1001001 | 0 | 1001 | 100011011 | 1001111 | 111010 |
Color Harmonies of #BA3FE9
Complementary color
Monochromatic Colors of #BA3FE9
Black with #BA3FE9
Text Example
Text Example
White with #BA3FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FE9; }
p { color: rgb(186,63,233); }
H1.HeaderClassName
{
color: #BA3FE9;
}
.AnyTagClassName
{
color: #BA3FE9;
}
</style>
background-color css
<style>
a { background-color: #BA3FE9; }
a { background-color: rgb(186,63,233); }
div.DivClassName
{
background-color: #BA3FE9;
}
.BgClassName
{
background-color: #BA3FE9;
}
</style>
border-color css
<style>
span { border-color: #BA3FE9; }
span { border-color: rgb(186,63,233); }
td.TdClassName
{
border-color: #BA3FE9;
}
.TagClassName
{
border-color: #BA3FE9;
}
</style>