Shades of Medium Orchid #BA71DC
Tints of Medium Orchid #BA71DC
RGB
CMYK
RGB Variations
Color information
#BA71DC (or 0xBA71DC) is known color: Medium Orchid. HEX triplet: BA, 71 and DC. RGB value is (186,113,220). Sum of RGB (Red+Green+Blue) = 186+113+220=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71DC is #458E23. Grayscale: #929292. Windows color (decimal): -4558372 or 14447034. OLE color: 14447034.
HSL color Cylindrical-coordinate representation of color #BA71DC: hue angle of 280.93º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA71DC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 113 | 220 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.14 |
| HSL | 280.93º | 0.6% | 0.65% | - |
| HSV(B) | 280.93º | 0.49% | 0.86% | - |
| XYZ | 39.07 | 27.42 | 70.94 | - |
| YUV | 147.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 220 | 0.15 | 0.49 | 0 | 0.14 | 280.93 | 0.6 | 0.65 |
| Hex | BA | 71 | DC | F | 31 | 0 | E | 119 | 3C | 41 |
| Octal | 272 | 161 | 334 | 17 | 61 | 0 | 16 | 431 | 74 | 101 |
| Binary | 10111010 | 1110001 | 11011100 | 1111 | 110001 | 0 | 1110 | 100011001 | 111100 | 1000001 |
Color Harmonies of #BA71DC
Complementary color
Monochromatic Colors of #BA71DC
Black with #BA71DC
Text Example
Text Example
White with #BA71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71DC; }
p { color: rgb(186,113,220); }
H1.HeaderClassName
{
color: #BA71DC;
}
.AnyTagClassName
{
color: #BA71DC;
}
</style>
background-color css
<style>
a { background-color: #BA71DC; }
a { background-color: rgb(186,113,220); }
div.DivClassName
{
background-color: #BA71DC;
}
.BgClassName
{
background-color: #BA71DC;
}
</style>
border-color css
<style>
span { border-color: #BA71DC; }
span { border-color: rgb(186,113,220); }
td.TdClassName
{
border-color: #BA71DC;
}
.TagClassName
{
border-color: #BA71DC;
}
</style>