Shades of Medium Orchid #BC4DCC
Tints of Medium Orchid #BC4DCC
RGB
CMYK
RGB Variations
Color information
#BC4DCC (or 0xBC4DCC) is known color: Medium Orchid. HEX triplet: BC, 4D and CC. RGB value is (188,77,204). Sum of RGB (Red+Green+Blue) = 188+77+204=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 77 (30.47% from 255 or 16.42% 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 #BC4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DCC is #43B233. Grayscale: #7C7C7C. Windows color (decimal): -4436532 or 13389244. OLE color: 13389244.
HSL color Cylindrical-coordinate representation of color #BC4DCC: hue angle of 292.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4DCC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 77 | 204 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.2 |
| HSL | 292.44º | 0.55% | 0.55% | - |
| HSV(B) | 292.44º | 0.62% | 0.8% | - |
| XYZ | 34.29 | 20.36 | 59.25 | - |
| YUV | 124.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 204 | 0.08 | 0.62 | 0 | 0.2 | 292.44 | 0.55 | 0.55 |
| Hex | BC | 4D | CC | 8 | 3E | 0 | 14 | 124 | 37 | 37 |
| Octal | 274 | 115 | 314 | 10 | 76 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111100 | 1001101 | 11001100 | 1000 | 111110 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #BC4DCC
Complementary color
Monochromatic Colors of #BC4DCC
Black with #BC4DCC
Text Example
Text Example
White with #BC4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DCC; }
p { color: rgb(188,77,204); }
H1.HeaderClassName
{
color: #BC4DCC;
}
.AnyTagClassName
{
color: #BC4DCC;
}
</style>
background-color css
<style>
a { background-color: #BC4DCC; }
a { background-color: rgb(188,77,204); }
div.DivClassName
{
background-color: #BC4DCC;
}
.BgClassName
{
background-color: #BC4DCC;
}
</style>
border-color css
<style>
span { border-color: #BC4DCC; }
span { border-color: rgb(188,77,204); }
td.TdClassName
{
border-color: #BC4DCC;
}
.TagClassName
{
border-color: #BC4DCC;
}
</style>