Shades of Medium Orchid #BA4DCC
Tints of Medium Orchid #BA4DCC
RGB
CMYK
RGB Variations
Color information
#BA4DCC (or 0xBA4DCC) is known color: Medium Orchid. HEX triplet: BA, 4D and CC. RGB value is (186,77,204). Sum of RGB (Red+Green+Blue) = 186+77+204=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DCC is #45B233. Grayscale: #7B7B7B. Windows color (decimal): -4567604 or 13389242. OLE color: 13389242.
HSL color Cylindrical-coordinate representation of color #BA4DCC: hue angle of 291.5º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4DCC is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 77 | 204 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.2 |
| HSL | 291.5º | 0.55% | 0.55% | - |
| HSV(B) | 291.5º | 0.62% | 0.8% | - |
| XYZ | 33.8 | 20.11 | 59.23 | - |
| YUV | 124.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 204 | 0.09 | 0.62 | 0 | 0.2 | 291.5 | 0.55 | 0.55 |
| Hex | BA | 4D | CC | 9 | 3E | 0 | 14 | 123 | 37 | 37 |
| Octal | 272 | 115 | 314 | 11 | 76 | 0 | 24 | 443 | 67 | 67 |
| Binary | 10111010 | 1001101 | 11001100 | 1001 | 111110 | 0 | 10100 | 100100011 | 110111 | 110111 |
Color Harmonies of #BA4DCC
Complementary color
Monochromatic Colors of #BA4DCC
Black with #BA4DCC
Text Example
Text Example
White with #BA4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DCC; }
p { color: rgb(186,77,204); }
H1.HeaderClassName
{
color: #BA4DCC;
}
.AnyTagClassName
{
color: #BA4DCC;
}
</style>
background-color css
<style>
a { background-color: #BA4DCC; }
a { background-color: rgb(186,77,204); }
div.DivClassName
{
background-color: #BA4DCC;
}
.BgClassName
{
background-color: #BA4DCC;
}
</style>
border-color css
<style>
span { border-color: #BA4DCC; }
span { border-color: rgb(186,77,204); }
td.TdClassName
{
border-color: #BA4DCC;
}
.TagClassName
{
border-color: #BA4DCC;
}
</style>