Shades of Medium Orchid #BA3FED
Tints of Medium Orchid #BA3FED
RGB
CMYK
RGB Variations
Color information
#BA3FED (or 0xBA3FED) is known color: Medium Orchid. HEX triplet: BA, 3F and ED. RGB value is (186,63,237). Sum of RGB (Red+Green+Blue) = 186+63+237=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA3FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FED is #45C012. Grayscale: #777777. Windows color (decimal): -4571155 or 15548346. OLE color: 15548346.
HSL color Cylindrical-coordinate representation of color #BA3FED: hue angle of 282.41º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3FED is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 63 | 237 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.07 |
| HSL | 282.41º | 0.83% | 0.59% | - |
| HSV(B) | 282.41º | 0.73% | 0.93% | - |
| XYZ | 37.31 | 20.11 | 82.04 | - |
| YUV | 119.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 237 | 0.22 | 0.73 | 0 | 0.07 | 282.41 | 0.83 | 0.59 |
| Hex | BA | 3F | ED | 16 | 49 | 0 | 7 | 11A | 53 | 3B |
| Octal | 272 | 77 | 355 | 26 | 111 | 0 | 7 | 432 | 123 | 73 |
| Binary | 10111010 | 111111 | 11101101 | 10110 | 1001001 | 0 | 111 | 100011010 | 1010011 | 111011 |
Color Harmonies of #BA3FED
Complementary color
Monochromatic Colors of #BA3FED
Black with #BA3FED
Text Example
Text Example
White with #BA3FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FED; }
p { color: rgb(186,63,237); }
H1.HeaderClassName
{
color: #BA3FED;
}
.AnyTagClassName
{
color: #BA3FED;
}
</style>
background-color css
<style>
a { background-color: #BA3FED; }
a { background-color: rgb(186,63,237); }
div.DivClassName
{
background-color: #BA3FED;
}
.BgClassName
{
background-color: #BA3FED;
}
</style>
border-color css
<style>
span { border-color: #BA3FED; }
span { border-color: rgb(186,63,237); }
td.TdClassName
{
border-color: #BA3FED;
}
.TagClassName
{
border-color: #BA3FED;
}
</style>