Shades of Medium Orchid #BA76DC
Tints of Medium Orchid #BA76DC
RGB
CMYK
RGB Variations
Color information
#BA76DC (or 0xBA76DC) is known color: Medium Orchid. HEX triplet: BA, 76 and DC. RGB value is (186,118,220). Sum of RGB (Red+Green+Blue) = 186+118+220=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76DC is #458923. Grayscale: #959595. Windows color (decimal): -4557092 or 14448314. OLE color: 14448314.
HSL color Cylindrical-coordinate representation of color #BA76DC: hue angle of 280º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA76DC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 118 | 220 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.14 |
| HSL | 280º | 0.59% | 0.66% | - |
| HSV(B) | 280º | 0.46% | 0.86% | - |
| XYZ | 39.65 | 28.56 | 71.13 | - |
| YUV | 149.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 220 | 0.15 | 0.46 | 0 | 0.14 | 280 | 0.59 | 0.66 |
| Hex | BA | 76 | DC | F | 2E | 0 | E | 118 | 3B | 42 |
| Octal | 272 | 166 | 334 | 17 | 56 | 0 | 16 | 430 | 73 | 102 |
| Binary | 10111010 | 1110110 | 11011100 | 1111 | 101110 | 0 | 1110 | 100011000 | 111011 | 1000010 |
Color Harmonies of #BA76DC
Complementary color
Monochromatic Colors of #BA76DC
Black with #BA76DC
Text Example
Text Example
White with #BA76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76DC; }
p { color: rgb(186,118,220); }
H1.HeaderClassName
{
color: #BA76DC;
}
.AnyTagClassName
{
color: #BA76DC;
}
</style>
background-color css
<style>
a { background-color: #BA76DC; }
a { background-color: rgb(186,118,220); }
div.DivClassName
{
background-color: #BA76DC;
}
.BgClassName
{
background-color: #BA76DC;
}
</style>
border-color css
<style>
span { border-color: #BA76DC; }
span { border-color: rgb(186,118,220); }
td.TdClassName
{
border-color: #BA76DC;
}
.TagClassName
{
border-color: #BA76DC;
}
</style>