Shades of Medium Orchid #BA4CCD
Tints of Medium Orchid #BA4CCD
RGB
CMYK
RGB Variations
Color information
#BA4CCD (or 0xBA4CCD) is known color: Medium Orchid. HEX triplet: BA, 4C and CD. RGB value is (186,76,205). Sum of RGB (Red+Green+Blue) = 186+76+205=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA4CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CCD is #45B332. Grayscale: #7B7B7B. Windows color (decimal): -4567859 or 13454522. OLE color: 13454522.
HSL color Cylindrical-coordinate representation of color #BA4CCD: hue angle of 291.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4CCD is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 76 | 205 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.20 |
| HSL | 291.16º | 0.56% | 0.55% | - |
| HSV(B) | 291.16º | 0.63% | 0.8% | - |
| XYZ | 33.85 | 20.02 | 59.84 | - |
| YUV | 123.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 205 | 0.09 | 0.63 | 0 | 0.20 | 291.16 | 0.56 | 0.55 |
| Hex | BA | 4C | CD | 9 | 3F | 0 | 14 | 123 | 38 | 37 |
| Octal | 272 | 114 | 315 | 11 | 77 | 0 | 24 | 443 | 70 | 67 |
| Binary | 10111010 | 1001100 | 11001101 | 1001 | 111111 | 0 | 10100 | 100100011 | 111000 | 110111 |
Color Harmonies of #BA4CCD
Complementary color
Monochromatic Colors of #BA4CCD
Black with #BA4CCD
Text Example
Text Example
White with #BA4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CCD; }
p { color: rgb(186,76,205); }
H1.HeaderClassName
{
color: #BA4CCD;
}
.AnyTagClassName
{
color: #BA4CCD;
}
</style>
background-color css
<style>
a { background-color: #BA4CCD; }
a { background-color: rgb(186,76,205); }
div.DivClassName
{
background-color: #BA4CCD;
}
.BgClassName
{
background-color: #BA4CCD;
}
</style>
border-color css
<style>
span { border-color: #BA4CCD; }
span { border-color: rgb(186,76,205); }
td.TdClassName
{
border-color: #BA4CCD;
}
.TagClassName
{
border-color: #BA4CCD;
}
</style>