Shades of Medium Orchid #BA4FCC
Tints of Medium Orchid #BA4FCC
RGB
CMYK
RGB Variations
Color information
#BA4FCC (or 0xBA4FCC) is known color: Medium Orchid. HEX triplet: BA, 4F and CC. RGB value is (186,79,204). Sum of RGB (Red+Green+Blue) = 186+79+204=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FCC is #45B033. Grayscale: #7C7C7C. Windows color (decimal): -4567092 or 13389754. OLE color: 13389754.
HSL color Cylindrical-coordinate representation of color #BA4FCC: hue angle of 291.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4FCC is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 79 | 204 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.2 |
| HSL | 291.36º | 0.55% | 0.55% | - |
| HSV(B) | 291.36º | 0.61% | 0.8% | - |
| XYZ | 33.94 | 20.39 | 59.27 | - |
| YUV | 125.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 204 | 0.09 | 0.61 | 0 | 0.2 | 291.36 | 0.55 | 0.55 |
| Hex | BA | 4F | CC | 9 | 3D | 0 | 14 | 123 | 37 | 37 |
| Octal | 272 | 117 | 314 | 11 | 75 | 0 | 24 | 443 | 67 | 67 |
| Binary | 10111010 | 1001111 | 11001100 | 1001 | 111101 | 0 | 10100 | 100100011 | 110111 | 110111 |
Color Harmonies of #BA4FCC
Complementary color
Monochromatic Colors of #BA4FCC
Black with #BA4FCC
Text Example
Text Example
White with #BA4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FCC; }
p { color: rgb(186,79,204); }
H1.HeaderClassName
{
color: #BA4FCC;
}
.AnyTagClassName
{
color: #BA4FCC;
}
</style>
background-color css
<style>
a { background-color: #BA4FCC; }
a { background-color: rgb(186,79,204); }
div.DivClassName
{
background-color: #BA4FCC;
}
.BgClassName
{
background-color: #BA4FCC;
}
</style>
border-color css
<style>
span { border-color: #BA4FCC; }
span { border-color: rgb(186,79,204); }
td.TdClassName
{
border-color: #BA4FCC;
}
.TagClassName
{
border-color: #BA4FCC;
}
</style>