Shades of Medium Orchid #BA76CF
Tints of Medium Orchid #BA76CF
RGB
CMYK
RGB Variations
Color information
#BA76CF (or 0xBA76CF) is known color: Medium Orchid. HEX triplet: BA, 76 and CF. RGB value is (186,118,207). Sum of RGB (Red+Green+Blue) = 186+118+207=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76CF is #458930. Grayscale: #949494. Windows color (decimal): -4557105 or 13596346. OLE color: 13596346.
HSL color Cylindrical-coordinate representation of color #BA76CF: hue angle of 285.84º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA76CF is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 118 | 207 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.19 |
| HSL | 285.84º | 0.48% | 0.64% | - |
| HSV(B) | 285.84º | 0.43% | 0.81% | - |
| XYZ | 37.99 | 27.9 | 62.41 | - |
| YUV | 148.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 207 | 0.10 | 0.43 | 0 | 0.19 | 285.84 | 0.48 | 0.64 |
| Hex | BA | 76 | CF | A | 2B | 0 | 13 | 11E | 30 | 40 |
| Octal | 272 | 166 | 317 | 12 | 53 | 0 | 23 | 436 | 60 | 100 |
| Binary | 10111010 | 1110110 | 11001111 | 1010 | 101011 | 0 | 10011 | 100011110 | 110000 | 1000000 |
Color Harmonies of #BA76CF
Complementary color
Monochromatic Colors of #BA76CF
Black with #BA76CF
Text Example
Text Example
White with #BA76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76CF; }
p { color: rgb(186,118,207); }
H1.HeaderClassName
{
color: #BA76CF;
}
.AnyTagClassName
{
color: #BA76CF;
}
</style>
background-color css
<style>
a { background-color: #BA76CF; }
a { background-color: rgb(186,118,207); }
div.DivClassName
{
background-color: #BA76CF;
}
.BgClassName
{
background-color: #BA76CF;
}
</style>
border-color css
<style>
span { border-color: #BA76CF; }
span { border-color: rgb(186,118,207); }
td.TdClassName
{
border-color: #BA76CF;
}
.TagClassName
{
border-color: #BA76CF;
}
</style>