Shades of Medium Orchid #BA71DF
Tints of Medium Orchid #BA71DF
RGB
CMYK
RGB Variations
Color information
#BA71DF (or 0xBA71DF) is known color: Medium Orchid. HEX triplet: BA, 71 and DF. RGB value is (186,113,223). Sum of RGB (Red+Green+Blue) = 186+113+223=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71DF is #458E20. Grayscale: #939393. Windows color (decimal): -4558369 or 14643642. OLE color: 14643642.
HSL color Cylindrical-coordinate representation of color #BA71DF: hue angle of 279.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA71DF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 113 | 223 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.13 |
| HSL | 279.82º | 0.63% | 0.66% | - |
| HSV(B) | 279.82º | 0.49% | 0.87% | - |
| XYZ | 39.47 | 27.58 | 73.05 | - |
| YUV | 147.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 223 | 0.17 | 0.49 | 0 | 0.13 | 279.82 | 0.63 | 0.66 |
| Hex | BA | 71 | DF | 11 | 31 | 0 | D | 118 | 3F | 42 |
| Octal | 272 | 161 | 337 | 21 | 61 | 0 | 15 | 430 | 77 | 102 |
| Binary | 10111010 | 1110001 | 11011111 | 10001 | 110001 | 0 | 1101 | 100011000 | 111111 | 1000010 |
Color Harmonies of #BA71DF
Complementary color
Monochromatic Colors of #BA71DF
Black with #BA71DF
Text Example
Text Example
White with #BA71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71DF; }
p { color: rgb(186,113,223); }
H1.HeaderClassName
{
color: #BA71DF;
}
.AnyTagClassName
{
color: #BA71DF;
}
</style>
background-color css
<style>
a { background-color: #BA71DF; }
a { background-color: rgb(186,113,223); }
div.DivClassName
{
background-color: #BA71DF;
}
.BgClassName
{
background-color: #BA71DF;
}
</style>
border-color css
<style>
span { border-color: #BA71DF; }
span { border-color: rgb(186,113,223); }
td.TdClassName
{
border-color: #BA71DF;
}
.TagClassName
{
border-color: #BA71DF;
}
</style>