Shades of Medium Orchid #BA3FDE
Tints of Medium Orchid #BA3FDE
RGB
CMYK
RGB Variations
Color information
#BA3FDE (or 0xBA3FDE) is known color: Medium Orchid. HEX triplet: BA, 3F and DE. RGB value is (186,63,222). Sum of RGB (Red+Green+Blue) = 186+63+222=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA3FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FDE is #45C021. Grayscale: #757575. Windows color (decimal): -4571170 or 14565306. OLE color: 14565306.
HSL color Cylindrical-coordinate representation of color #BA3FDE: hue angle of 286.42º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3FDE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 63 | 222 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.13 |
| HSL | 286.42º | 0.71% | 0.56% | - |
| HSV(B) | 286.42º | 0.72% | 0.87% | - |
| XYZ | 35.21 | 19.27 | 70.97 | - |
| YUV | 117.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 222 | 0.16 | 0.72 | 0 | 0.13 | 286.42 | 0.71 | 0.56 |
| Hex | BA | 3F | DE | 10 | 48 | 0 | D | 11E | 47 | 38 |
| Octal | 272 | 77 | 336 | 20 | 110 | 0 | 15 | 436 | 107 | 70 |
| Binary | 10111010 | 111111 | 11011110 | 10000 | 1001000 | 0 | 1101 | 100011110 | 1000111 | 111000 |
Color Harmonies of #BA3FDE
Complementary color
Monochromatic Colors of #BA3FDE
Black with #BA3FDE
Text Example
Text Example
White with #BA3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FDE; }
p { color: rgb(186,63,222); }
H1.HeaderClassName
{
color: #BA3FDE;
}
.AnyTagClassName
{
color: #BA3FDE;
}
</style>
background-color css
<style>
a { background-color: #BA3FDE; }
a { background-color: rgb(186,63,222); }
div.DivClassName
{
background-color: #BA3FDE;
}
.BgClassName
{
background-color: #BA3FDE;
}
</style>
border-color css
<style>
span { border-color: #BA3FDE; }
span { border-color: rgb(186,63,222); }
td.TdClassName
{
border-color: #BA3FDE;
}
.TagClassName
{
border-color: #BA3FDE;
}
</style>