Shades of Medium Orchid #BA3FE3
Tints of Medium Orchid #BA3FE3
RGB
CMYK
RGB Variations
Color information
#BA3FE3 (or 0xBA3FE3) is known color: Medium Orchid. HEX triplet: BA, 3F and E3. RGB value is (186,63,227). Sum of RGB (Red+Green+Blue) = 186+63+227=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA3FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FE3 is #45C01C. Grayscale: #757575. Windows color (decimal): -4571165 or 14892986. OLE color: 14892986.
HSL color Cylindrical-coordinate representation of color #BA3FE3: hue angle of 285º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3FE3 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 63 | 227 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.11 |
| HSL | 285º | 0.75% | 0.57% | - |
| HSV(B) | 285º | 0.72% | 0.89% | - |
| XYZ | 35.89 | 19.54 | 74.55 | - |
| YUV | 118.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 227 | 0.18 | 0.72 | 0 | 0.11 | 285 | 0.75 | 0.57 |
| Hex | BA | 3F | E3 | 12 | 48 | 0 | B | 11D | 4B | 39 |
| Octal | 272 | 77 | 343 | 22 | 110 | 0 | 13 | 435 | 113 | 71 |
| Binary | 10111010 | 111111 | 11100011 | 10010 | 1001000 | 0 | 1011 | 100011101 | 1001011 | 111001 |
Color Harmonies of #BA3FE3
Complementary color
Monochromatic Colors of #BA3FE3
Black with #BA3FE3
Text Example
Text Example
White with #BA3FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FE3; }
p { color: rgb(186,63,227); }
H1.HeaderClassName
{
color: #BA3FE3;
}
.AnyTagClassName
{
color: #BA3FE3;
}
</style>
background-color css
<style>
a { background-color: #BA3FE3; }
a { background-color: rgb(186,63,227); }
div.DivClassName
{
background-color: #BA3FE3;
}
.BgClassName
{
background-color: #BA3FE3;
}
</style>
border-color css
<style>
span { border-color: #BA3FE3; }
span { border-color: rgb(186,63,227); }
td.TdClassName
{
border-color: #BA3FE3;
}
.TagClassName
{
border-color: #BA3FE3;
}
</style>