Shades of Medium Orchid #BA4CC9
Tints of Medium Orchid #BA4CC9
RGB
CMYK
RGB Variations
Color information
#BA4CC9 (or 0xBA4CC9) is known color: Medium Orchid. HEX triplet: BA, 4C and C9. RGB value is (186,76,201). Sum of RGB (Red+Green+Blue) = 186+76+201=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA4CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CC9 is #45B336. Grayscale: #7A7A7A. Windows color (decimal): -4567863 or 13192378. OLE color: 13192378.
HSL color Cylindrical-coordinate representation of color #BA4CC9: hue angle of 292.8º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4CC9 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 76 | 201 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.21 |
| HSL | 292.8º | 0.54% | 0.54% | - |
| HSV(B) | 292.8º | 0.62% | 0.79% | - |
| XYZ | 33.38 | 19.83 | 57.33 | - |
| YUV | 123.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 201 | 0.07 | 0.62 | 0 | 0.21 | 292.8 | 0.54 | 0.54 |
| Hex | BA | 4C | C9 | 7 | 3E | 0 | 15 | 125 | 36 | 36 |
| Octal | 272 | 114 | 311 | 7 | 76 | 0 | 25 | 445 | 66 | 66 |
| Binary | 10111010 | 1001100 | 11001001 | 111 | 111110 | 0 | 10101 | 100100101 | 110110 | 110110 |
Color Harmonies of #BA4CC9
Complementary color
Monochromatic Colors of #BA4CC9
Black with #BA4CC9
Text Example
Text Example
White with #BA4CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CC9; }
p { color: rgb(186,76,201); }
H1.HeaderClassName
{
color: #BA4CC9;
}
.AnyTagClassName
{
color: #BA4CC9;
}
</style>
background-color css
<style>
a { background-color: #BA4CC9; }
a { background-color: rgb(186,76,201); }
div.DivClassName
{
background-color: #BA4CC9;
}
.BgClassName
{
background-color: #BA4CC9;
}
</style>
border-color css
<style>
span { border-color: #BA4CC9; }
span { border-color: rgb(186,76,201); }
td.TdClassName
{
border-color: #BA4CC9;
}
.TagClassName
{
border-color: #BA4CC9;
}
</style>