Shades of Medium Orchid #BA3BDF
Tints of Medium Orchid #BA3BDF
RGB
CMYK
RGB Variations
Color information
#BA3BDF (or 0xBA3BDF) is known color: Medium Orchid. HEX triplet: BA, 3B and DF. RGB value is (186,59,223). Sum of RGB (Red+Green+Blue) = 186+59+223=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA3BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BDF is #45C420. Grayscale: #737373. Windows color (decimal): -4572193 or 14629818. OLE color: 14629818.
HSL color Cylindrical-coordinate representation of color #BA3BDF: hue angle of 286.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3BDF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 59 | 223 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.13 |
| HSL | 286.46º | 0.72% | 0.55% | - |
| HSV(B) | 286.46º | 0.74% | 0.87% | - |
| XYZ | 35.13 | 18.89 | 71.61 | - |
| YUV | 115.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 223 | 0.17 | 0.74 | 0 | 0.13 | 286.46 | 0.72 | 0.55 |
| Hex | BA | 3B | DF | 11 | 4A | 0 | D | 11E | 48 | 37 |
| Octal | 272 | 73 | 337 | 21 | 112 | 0 | 15 | 436 | 110 | 67 |
| Binary | 10111010 | 111011 | 11011111 | 10001 | 1001010 | 0 | 1101 | 100011110 | 1001000 | 110111 |
Color Harmonies of #BA3BDF
Complementary color
Monochromatic Colors of #BA3BDF
Black with #BA3BDF
Text Example
Text Example
White with #BA3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BDF; }
p { color: rgb(186,59,223); }
H1.HeaderClassName
{
color: #BA3BDF;
}
.AnyTagClassName
{
color: #BA3BDF;
}
</style>
background-color css
<style>
a { background-color: #BA3BDF; }
a { background-color: rgb(186,59,223); }
div.DivClassName
{
background-color: #BA3BDF;
}
.BgClassName
{
background-color: #BA3BDF;
}
</style>
border-color css
<style>
span { border-color: #BA3BDF; }
span { border-color: rgb(186,59,223); }
td.TdClassName
{
border-color: #BA3BDF;
}
.TagClassName
{
border-color: #BA3BDF;
}
</style>