Shades of Medium Orchid #BA3FEA
Tints of Medium Orchid #BA3FEA
RGB
CMYK
RGB Variations
Color information
#BA3FEA (or 0xBA3FEA) is known color: Medium Orchid. HEX triplet: BA, 3F and EA. RGB value is (186,63,234). Sum of RGB (Red+Green+Blue) = 186+63+234=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA3FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FEA is #45C015. Grayscale: #767676. Windows color (decimal): -4571158 or 15351738. OLE color: 15351738.
HSL color Cylindrical-coordinate representation of color #BA3FEA: hue angle of 283.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3FEA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 63 | 234 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.08 |
| HSL | 283.16º | 0.8% | 0.58% | - |
| HSV(B) | 283.16º | 0.73% | 0.92% | - |
| XYZ | 36.88 | 19.93 | 79.75 | - |
| YUV | 119.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 234 | 0.21 | 0.73 | 0 | 0.08 | 283.16 | 0.8 | 0.58 |
| Hex | BA | 3F | EA | 15 | 49 | 0 | 8 | 11B | 50 | 3A |
| Octal | 272 | 77 | 352 | 25 | 111 | 0 | 10 | 433 | 120 | 72 |
| Binary | 10111010 | 111111 | 11101010 | 10101 | 1001001 | 0 | 1000 | 100011011 | 1010000 | 111010 |
Color Harmonies of #BA3FEA
Complementary color
Monochromatic Colors of #BA3FEA
Black with #BA3FEA
Text Example
Text Example
White with #BA3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FEA; }
p { color: rgb(186,63,234); }
H1.HeaderClassName
{
color: #BA3FEA;
}
.AnyTagClassName
{
color: #BA3FEA;
}
</style>
background-color css
<style>
a { background-color: #BA3FEA; }
a { background-color: rgb(186,63,234); }
div.DivClassName
{
background-color: #BA3FEA;
}
.BgClassName
{
background-color: #BA3FEA;
}
</style>
border-color css
<style>
span { border-color: #BA3FEA; }
span { border-color: rgb(186,63,234); }
td.TdClassName
{
border-color: #BA3FEA;
}
.TagClassName
{
border-color: #BA3FEA;
}
</style>