Shades of Medium Orchid #BC4FCC
Tints of Medium Orchid #BC4FCC
RGB
CMYK
RGB Variations
Color information
#BC4FCC (or 0xBC4FCC) is known color: Medium Orchid. HEX triplet: BC, 4F and CC. RGB value is (188,79,204). Sum of RGB (Red+Green+Blue) = 188+79+204=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FCC is #43B033. Grayscale: #7D7D7D. Windows color (decimal): -4436020 or 13389756. OLE color: 13389756.
HSL color Cylindrical-coordinate representation of color #BC4FCC: hue angle of 292.32º 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 #BC4FCC is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 79 | 204 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.2 |
| HSL | 292.32º | 0.55% | 0.55% | - |
| HSV(B) | 292.32º | 0.61% | 0.8% | - |
| XYZ | 34.43 | 20.64 | 59.3 | - |
| YUV | 125.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 204 | 0.08 | 0.61 | 0 | 0.2 | 292.32 | 0.55 | 0.55 |
| Hex | BC | 4F | CC | 8 | 3D | 0 | 14 | 124 | 37 | 37 |
| Octal | 274 | 117 | 314 | 10 | 75 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111100 | 1001111 | 11001100 | 1000 | 111101 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #BC4FCC
Complementary color
Monochromatic Colors of #BC4FCC
Black with #BC4FCC
Text Example
Text Example
White with #BC4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FCC; }
p { color: rgb(188,79,204); }
H1.HeaderClassName
{
color: #BC4FCC;
}
.AnyTagClassName
{
color: #BC4FCC;
}
</style>
background-color css
<style>
a { background-color: #BC4FCC; }
a { background-color: rgb(188,79,204); }
div.DivClassName
{
background-color: #BC4FCC;
}
.BgClassName
{
background-color: #BC4FCC;
}
</style>
border-color css
<style>
span { border-color: #BC4FCC; }
span { border-color: rgb(188,79,204); }
td.TdClassName
{
border-color: #BC4FCC;
}
.TagClassName
{
border-color: #BC4FCC;
}
</style>