Shades of Medium Orchid #BC4ECC
Tints of Medium Orchid #BC4ECC
RGB
CMYK
RGB Variations
Color information
#BC4ECC (or 0xBC4ECC) is known color: Medium Orchid. HEX triplet: BC, 4E and CC. RGB value is (188,78,204). Sum of RGB (Red+Green+Blue) = 188+78+204=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ECC is #43B133. Grayscale: #7C7C7C. Windows color (decimal): -4436276 or 13389500. OLE color: 13389500.
HSL color Cylindrical-coordinate representation of color #BC4ECC: hue angle of 292.38º 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 #BC4ECC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 78 | 204 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.2 |
| HSL | 292.38º | 0.55% | 0.55% | - |
| HSV(B) | 292.38º | 0.62% | 0.8% | - |
| XYZ | 34.36 | 20.5 | 59.27 | - |
| YUV | 125.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 204 | 0.08 | 0.62 | 0 | 0.2 | 292.38 | 0.55 | 0.55 |
| Hex | BC | 4E | CC | 8 | 3E | 0 | 14 | 124 | 37 | 37 |
| Octal | 274 | 116 | 314 | 10 | 76 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111100 | 1001110 | 11001100 | 1000 | 111110 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #BC4ECC
Complementary color
Monochromatic Colors of #BC4ECC
Black with #BC4ECC
Text Example
Text Example
White with #BC4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4ECC; }
p { color: rgb(188,78,204); }
H1.HeaderClassName
{
color: #BC4ECC;
}
.AnyTagClassName
{
color: #BC4ECC;
}
</style>
background-color css
<style>
a { background-color: #BC4ECC; }
a { background-color: rgb(188,78,204); }
div.DivClassName
{
background-color: #BC4ECC;
}
.BgClassName
{
background-color: #BC4ECC;
}
</style>
border-color css
<style>
span { border-color: #BC4ECC; }
span { border-color: rgb(188,78,204); }
td.TdClassName
{
border-color: #BC4ECC;
}
.TagClassName
{
border-color: #BC4ECC;
}
</style>