Shades of Medium Orchid #BA4CD1
Tints of Medium Orchid #BA4CD1
RGB
CMYK
RGB Variations
Color information
#BA4CD1 (or 0xBA4CD1) is known color: Medium Orchid. HEX triplet: BA, 4C and D1. RGB value is (186,76,209). Sum of RGB (Red+Green+Blue) = 186+76+209=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA4CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CD1 is #45B32E. Grayscale: #7B7B7B. Windows color (decimal): -4567855 or 13716666. OLE color: 13716666.
HSL color Cylindrical-coordinate representation of color #BA4CD1: hue angle of 289.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4CD1 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 76 | 209 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.18 |
| HSL | 289.62º | 0.59% | 0.56% | - |
| HSV(B) | 289.62º | 0.64% | 0.82% | - |
| XYZ | 34.34 | 20.21 | 62.41 | - |
| YUV | 124.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 209 | 0.11 | 0.64 | 0 | 0.18 | 289.62 | 0.59 | 0.56 |
| Hex | BA | 4C | D1 | B | 40 | 0 | 12 | 122 | 3B | 38 |
| Octal | 272 | 114 | 321 | 13 | 100 | 0 | 22 | 442 | 73 | 70 |
| Binary | 10111010 | 1001100 | 11010001 | 1011 | 1000000 | 0 | 10010 | 100100010 | 111011 | 111000 |
Color Harmonies of #BA4CD1
Complementary color
Monochromatic Colors of #BA4CD1
Black with #BA4CD1
Text Example
Text Example
White with #BA4CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CD1; }
p { color: rgb(186,76,209); }
H1.HeaderClassName
{
color: #BA4CD1;
}
.AnyTagClassName
{
color: #BA4CD1;
}
</style>
background-color css
<style>
a { background-color: #BA4CD1; }
a { background-color: rgb(186,76,209); }
div.DivClassName
{
background-color: #BA4CD1;
}
.BgClassName
{
background-color: #BA4CD1;
}
</style>
border-color css
<style>
span { border-color: #BA4CD1; }
span { border-color: rgb(186,76,209); }
td.TdClassName
{
border-color: #BA4CD1;
}
.TagClassName
{
border-color: #BA4CD1;
}
</style>