Shades of Medium Orchid #BA4ACC
Tints of Medium Orchid #BA4ACC
RGB
CMYK
RGB Variations
Color information
#BA4ACC (or 0xBA4ACC) is known color: Medium Orchid. HEX triplet: BA, 4A and CC. RGB value is (186,74,204). Sum of RGB (Red+Green+Blue) = 186+74+204=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ACC is #45B533. Grayscale: #797979. Windows color (decimal): -4568372 or 13388474. OLE color: 13388474.
HSL color Cylindrical-coordinate representation of color #BA4ACC: hue angle of 291.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4ACC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 74 | 204 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.2 |
| HSL | 291.69º | 0.56% | 0.55% | - |
| HSV(B) | 291.69º | 0.64% | 0.8% | - |
| XYZ | 33.6 | 19.7 | 59.16 | - |
| YUV | 122.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 204 | 0.09 | 0.64 | 0 | 0.2 | 291.69 | 0.56 | 0.55 |
| Hex | BA | 4A | CC | 9 | 40 | 0 | 14 | 124 | 38 | 37 |
| Octal | 272 | 112 | 314 | 11 | 100 | 0 | 24 | 444 | 70 | 67 |
| Binary | 10111010 | 1001010 | 11001100 | 1001 | 1000000 | 0 | 10100 | 100100100 | 111000 | 110111 |
Color Harmonies of #BA4ACC
Complementary color
Monochromatic Colors of #BA4ACC
Black with #BA4ACC
Text Example
Text Example
White with #BA4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ACC; }
p { color: rgb(186,74,204); }
H1.HeaderClassName
{
color: #BA4ACC;
}
.AnyTagClassName
{
color: #BA4ACC;
}
</style>
background-color css
<style>
a { background-color: #BA4ACC; }
a { background-color: rgb(186,74,204); }
div.DivClassName
{
background-color: #BA4ACC;
}
.BgClassName
{
background-color: #BA4ACC;
}
</style>
border-color css
<style>
span { border-color: #BA4ACC; }
span { border-color: rgb(186,74,204); }
td.TdClassName
{
border-color: #BA4ACC;
}
.TagClassName
{
border-color: #BA4ACC;
}
</style>