Shades of Medium Orchid #BA3FE0
Tints of Medium Orchid #BA3FE0
RGB
CMYK
RGB Variations
Color information
#BA3FE0 (or 0xBA3FE0) is known color: Medium Orchid. HEX triplet: BA, 3F and E0. RGB value is (186,63,224). Sum of RGB (Red+Green+Blue) = 186+63+224=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA3FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FE0 is #45C01F. Grayscale: #757575. Windows color (decimal): -4571168 or 14696378. OLE color: 14696378.
HSL color Cylindrical-coordinate representation of color #BA3FE0: hue angle of 285.84º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3FE0 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 63 | 224 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.12 |
| HSL | 285.84º | 0.72% | 0.56% | - |
| HSV(B) | 285.84º | 0.72% | 0.88% | - |
| XYZ | 35.48 | 19.38 | 72.39 | - |
| YUV | 118.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 224 | 0.17 | 0.72 | 0 | 0.12 | 285.84 | 0.72 | 0.56 |
| Hex | BA | 3F | E0 | 11 | 48 | 0 | C | 11E | 48 | 38 |
| Octal | 272 | 77 | 340 | 21 | 110 | 0 | 14 | 436 | 110 | 70 |
| Binary | 10111010 | 111111 | 11100000 | 10001 | 1001000 | 0 | 1100 | 100011110 | 1001000 | 111000 |
Color Harmonies of #BA3FE0
Complementary color
Monochromatic Colors of #BA3FE0
Black with #BA3FE0
Text Example
Text Example
White with #BA3FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FE0; }
p { color: rgb(186,63,224); }
H1.HeaderClassName
{
color: #BA3FE0;
}
.AnyTagClassName
{
color: #BA3FE0;
}
</style>
background-color css
<style>
a { background-color: #BA3FE0; }
a { background-color: rgb(186,63,224); }
div.DivClassName
{
background-color: #BA3FE0;
}
.BgClassName
{
background-color: #BA3FE0;
}
</style>
border-color css
<style>
span { border-color: #BA3FE0; }
span { border-color: rgb(186,63,224); }
td.TdClassName
{
border-color: #BA3FE0;
}
.TagClassName
{
border-color: #BA3FE0;
}
</style>