Shades of Medium Orchid #BA4FCD
Tints of Medium Orchid #BA4FCD
RGB
CMYK
RGB Variations
Color information
#BA4FCD (or 0xBA4FCD) is known color: Medium Orchid. HEX triplet: BA, 4F and CD. RGB value is (186,79,205). Sum of RGB (Red+Green+Blue) = 186+79+205=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA4FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FCD is #45B032. Grayscale: #7C7C7C. Windows color (decimal): -4567091 or 13455290. OLE color: 13455290.
HSL color Cylindrical-coordinate representation of color #BA4FCD: hue angle of 290.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4FCD is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 79 | 205 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.20 |
| HSL | 290.95º | 0.56% | 0.56% | - |
| HSV(B) | 290.95º | 0.61% | 0.8% | - |
| XYZ | 34.07 | 20.44 | 59.91 | - |
| YUV | 125.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 205 | 0.09 | 0.61 | 0 | 0.20 | 290.95 | 0.56 | 0.56 |
| Hex | BA | 4F | CD | 9 | 3D | 0 | 14 | 123 | 38 | 38 |
| Octal | 272 | 117 | 315 | 11 | 75 | 0 | 24 | 443 | 70 | 70 |
| Binary | 10111010 | 1001111 | 11001101 | 1001 | 111101 | 0 | 10100 | 100100011 | 111000 | 111000 |
Color Harmonies of #BA4FCD
Complementary color
Monochromatic Colors of #BA4FCD
Black with #BA4FCD
Text Example
Text Example
White with #BA4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FCD; }
p { color: rgb(186,79,205); }
H1.HeaderClassName
{
color: #BA4FCD;
}
.AnyTagClassName
{
color: #BA4FCD;
}
</style>
background-color css
<style>
a { background-color: #BA4FCD; }
a { background-color: rgb(186,79,205); }
div.DivClassName
{
background-color: #BA4FCD;
}
.BgClassName
{
background-color: #BA4FCD;
}
</style>
border-color css
<style>
span { border-color: #BA4FCD; }
span { border-color: rgb(186,79,205); }
td.TdClassName
{
border-color: #BA4FCD;
}
.TagClassName
{
border-color: #BA4FCD;
}
</style>