Shades of Medium Orchid #BA4CCA
Tints of Medium Orchid #BA4CCA
RGB
CMYK
RGB Variations
Color information
#BA4CCA (or 0xBA4CCA) is known color: Medium Orchid. HEX triplet: BA, 4C and CA. RGB value is (186,76,202). Sum of RGB (Red+Green+Blue) = 186+76+202=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA4CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CCA is #45B335. Grayscale: #7A7A7A. Windows color (decimal): -4567862 or 13257914. OLE color: 13257914.
HSL color Cylindrical-coordinate representation of color #BA4CCA: hue angle of 292.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4CCA is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 76 | 202 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.21 |
| HSL | 292.38º | 0.54% | 0.55% | - |
| HSV(B) | 292.38º | 0.62% | 0.79% | - |
| XYZ | 33.49 | 19.87 | 57.95 | - |
| YUV | 123.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 202 | 0.08 | 0.62 | 0 | 0.21 | 292.38 | 0.54 | 0.55 |
| Hex | BA | 4C | CA | 8 | 3E | 0 | 15 | 124 | 36 | 37 |
| Octal | 272 | 114 | 312 | 10 | 76 | 0 | 25 | 444 | 66 | 67 |
| Binary | 10111010 | 1001100 | 11001010 | 1000 | 111110 | 0 | 10101 | 100100100 | 110110 | 110111 |
Color Harmonies of #BA4CCA
Complementary color
Monochromatic Colors of #BA4CCA
Black with #BA4CCA
Text Example
Text Example
White with #BA4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CCA; }
p { color: rgb(186,76,202); }
H1.HeaderClassName
{
color: #BA4CCA;
}
.AnyTagClassName
{
color: #BA4CCA;
}
</style>
background-color css
<style>
a { background-color: #BA4CCA; }
a { background-color: rgb(186,76,202); }
div.DivClassName
{
background-color: #BA4CCA;
}
.BgClassName
{
background-color: #BA4CCA;
}
</style>
border-color css
<style>
span { border-color: #BA4CCA; }
span { border-color: rgb(186,76,202); }
td.TdClassName
{
border-color: #BA4CCA;
}
.TagClassName
{
border-color: #BA4CCA;
}
</style>