Shades of Medium Orchid #BA43DF
Tints of Medium Orchid #BA43DF
RGB
CMYK
RGB Variations
Color information
#BA43DF (or 0xBA43DF) is known color: Medium Orchid. HEX triplet: BA, 43 and DF. RGB value is (186,67,223). Sum of RGB (Red+Green+Blue) = 186+67+223=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA43DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43DF is #45BC20. Grayscale: #777777. Windows color (decimal): -4570145 or 14631866. OLE color: 14631866.
HSL color Cylindrical-coordinate representation of color #BA43DF: hue angle of 285.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA43DF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 67 | 223 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.13 |
| HSL | 285.77º | 0.71% | 0.57% | - |
| HSV(B) | 285.77º | 0.7% | 0.87% | - |
| XYZ | 35.58 | 19.78 | 71.76 | - |
| YUV | 120.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 223 | 0.17 | 0.70 | 0 | 0.13 | 285.77 | 0.71 | 0.57 |
| Hex | BA | 43 | DF | 11 | 46 | 0 | D | 11E | 47 | 39 |
| Octal | 272 | 103 | 337 | 21 | 106 | 0 | 15 | 436 | 107 | 71 |
| Binary | 10111010 | 1000011 | 11011111 | 10001 | 1000110 | 0 | 1101 | 100011110 | 1000111 | 111001 |
Color Harmonies of #BA43DF
Complementary color
Monochromatic Colors of #BA43DF
Black with #BA43DF
Text Example
Text Example
White with #BA43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43DF; }
p { color: rgb(186,67,223); }
H1.HeaderClassName
{
color: #BA43DF;
}
.AnyTagClassName
{
color: #BA43DF;
}
</style>
background-color css
<style>
a { background-color: #BA43DF; }
a { background-color: rgb(186,67,223); }
div.DivClassName
{
background-color: #BA43DF;
}
.BgClassName
{
background-color: #BA43DF;
}
</style>
border-color css
<style>
span { border-color: #BA43DF; }
span { border-color: rgb(186,67,223); }
td.TdClassName
{
border-color: #BA43DF;
}
.TagClassName
{
border-color: #BA43DF;
}
</style>