Shades of Medium Orchid #BA4CDC
Tints of Medium Orchid #BA4CDC
RGB
CMYK
RGB Variations
Color information
#BA4CDC (or 0xBA4CDC) is known color: Medium Orchid. HEX triplet: BA, 4C and DC. RGB value is (186,76,220). Sum of RGB (Red+Green+Blue) = 186+76+220=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA4CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CDC is #45B323. Grayscale: #7C7C7C. Windows color (decimal): -4567844 or 14437562. OLE color: 14437562.
HSL color Cylindrical-coordinate representation of color #BA4CDC: hue angle of 285.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4CDC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 76 | 220 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.14 |
| HSL | 285.83º | 0.67% | 0.58% | - |
| HSV(B) | 285.83º | 0.65% | 0.86% | - |
| XYZ | 35.75 | 20.78 | 69.84 | - |
| YUV | 125.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 220 | 0.15 | 0.65 | 0 | 0.14 | 285.83 | 0.67 | 0.58 |
| Hex | BA | 4C | DC | F | 41 | 0 | E | 11E | 43 | 3A |
| Octal | 272 | 114 | 334 | 17 | 101 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111010 | 1001100 | 11011100 | 1111 | 1000001 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #BA4CDC
Complementary color
Monochromatic Colors of #BA4CDC
Black with #BA4CDC
Text Example
Text Example
White with #BA4CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CDC; }
p { color: rgb(186,76,220); }
H1.HeaderClassName
{
color: #BA4CDC;
}
.AnyTagClassName
{
color: #BA4CDC;
}
</style>
background-color css
<style>
a { background-color: #BA4CDC; }
a { background-color: rgb(186,76,220); }
div.DivClassName
{
background-color: #BA4CDC;
}
.BgClassName
{
background-color: #BA4CDC;
}
</style>
border-color css
<style>
span { border-color: #BA4CDC; }
span { border-color: rgb(186,76,220); }
td.TdClassName
{
border-color: #BA4CDC;
}
.TagClassName
{
border-color: #BA4CDC;
}
</style>