Shades of Medium Orchid #BA4DC8
Tints of Medium Orchid #BA4DC8
RGB
CMYK
RGB Variations
Color information
#BA4DC8 (or 0xBA4DC8) is known color: Medium Orchid. HEX triplet: BA, 4D and C8. RGB value is (186,77,200). Sum of RGB (Red+Green+Blue) = 186+77+200=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA4DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DC8 is #45B237. Grayscale: #7B7B7B. Windows color (decimal): -4567608 or 13127098. OLE color: 13127098.
HSL color Cylindrical-coordinate representation of color #BA4DC8: hue angle of 293.17º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4DC8 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 77 | 200 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.22 |
| HSL | 293.17º | 0.53% | 0.54% | - |
| HSV(B) | 293.17º | 0.62% | 0.78% | - |
| XYZ | 33.33 | 19.92 | 56.73 | - |
| YUV | 123.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 200 | 0.07 | 0.62 | 0 | 0.22 | 293.17 | 0.53 | 0.54 |
| Hex | BA | 4D | C8 | 7 | 3E | 0 | 16 | 125 | 35 | 36 |
| Octal | 272 | 115 | 310 | 7 | 76 | 0 | 26 | 445 | 65 | 66 |
| Binary | 10111010 | 1001101 | 11001000 | 111 | 111110 | 0 | 10110 | 100100101 | 110101 | 110110 |
Color Harmonies of #BA4DC8
Complementary color
Monochromatic Colors of #BA4DC8
Black with #BA4DC8
Text Example
Text Example
White with #BA4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DC8; }
p { color: rgb(186,77,200); }
H1.HeaderClassName
{
color: #BA4DC8;
}
.AnyTagClassName
{
color: #BA4DC8;
}
</style>
background-color css
<style>
a { background-color: #BA4DC8; }
a { background-color: rgb(186,77,200); }
div.DivClassName
{
background-color: #BA4DC8;
}
.BgClassName
{
background-color: #BA4DC8;
}
</style>
border-color css
<style>
span { border-color: #BA4DC8; }
span { border-color: rgb(186,77,200); }
td.TdClassName
{
border-color: #BA4DC8;
}
.TagClassName
{
border-color: #BA4DC8;
}
</style>