Shades of Medium Orchid #BA4ACB
Tints of Medium Orchid #BA4ACB
RGB
CMYK
RGB Variations
Color information
#BA4ACB (or 0xBA4ACB) is known color: Medium Orchid. HEX triplet: BA, 4A and CB. RGB value is (186,74,203). Sum of RGB (Red+Green+Blue) = 186+74+203=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA4ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ACB is #45B534. Grayscale: #797979. Windows color (decimal): -4568373 or 13322938. OLE color: 13322938.
HSL color Cylindrical-coordinate representation of color #BA4ACB: hue angle of 292.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4ACB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 74 | 203 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.20 |
| HSL | 292.09º | 0.55% | 0.54% | - |
| HSV(B) | 292.09º | 0.64% | 0.8% | - |
| XYZ | 33.48 | 19.65 | 58.53 | - |
| YUV | 122.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 203 | 0.08 | 0.64 | 0 | 0.20 | 292.09 | 0.55 | 0.54 |
| Hex | BA | 4A | CB | 8 | 40 | 0 | 14 | 124 | 37 | 36 |
| Octal | 272 | 112 | 313 | 10 | 100 | 0 | 24 | 444 | 67 | 66 |
| Binary | 10111010 | 1001010 | 11001011 | 1000 | 1000000 | 0 | 10100 | 100100100 | 110111 | 110110 |
Color Harmonies of #BA4ACB
Complementary color
Monochromatic Colors of #BA4ACB
Black with #BA4ACB
Text Example
Text Example
White with #BA4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ACB; }
p { color: rgb(186,74,203); }
H1.HeaderClassName
{
color: #BA4ACB;
}
.AnyTagClassName
{
color: #BA4ACB;
}
</style>
background-color css
<style>
a { background-color: #BA4ACB; }
a { background-color: rgb(186,74,203); }
div.DivClassName
{
background-color: #BA4ACB;
}
.BgClassName
{
background-color: #BA4ACB;
}
</style>
border-color css
<style>
span { border-color: #BA4ACB; }
span { border-color: rgb(186,74,203); }
td.TdClassName
{
border-color: #BA4ACB;
}
.TagClassName
{
border-color: #BA4ACB;
}
</style>