Shades of Medium Orchid #BC4CFC
Tints of Medium Orchid #BC4CFC
RGB
CMYK
RGB Variations
Color information
#BC4CFC (or 0xBC4CFC) is known color: Medium Orchid. HEX triplet: BC, 4C and FC. RGB value is (188,76,252). Sum of RGB (Red+Green+Blue) = 188+76+252=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CFC is #43B303. Grayscale: #808080. Windows color (decimal): -4436740 or 16534716. OLE color: 16534716.
HSL color Cylindrical-coordinate representation of color #BC4CFC: hue angle of 278.18º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4CFC is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 76 | 252 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.01 |
| HSL | 278.18º | 0.97% | 0.64% | - |
| HSV(B) | 278.18º | 0.7% | 0.99% | - |
| XYZ | 40.89 | 22.89 | 94.36 | - |
| YUV | 129.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 252 | 0.25 | 0.70 | 0 | 0.01 | 278.18 | 0.97 | 0.64 |
| Hex | BC | 4C | FC | 19 | 46 | 0 | 1 | 116 | 61 | 40 |
| Octal | 274 | 114 | 374 | 31 | 106 | 0 | 1 | 426 | 141 | 100 |
| Binary | 10111100 | 1001100 | 11111100 | 11001 | 1000110 | 0 | 1 | 100010110 | 1100001 | 1000000 |
Color Harmonies of #BC4CFC
Complementary color
Monochromatic Colors of #BC4CFC
Black with #BC4CFC
Text Example
Text Example
White with #BC4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CFC; }
p { color: rgb(188,76,252); }
H1.HeaderClassName
{
color: #BC4CFC;
}
.AnyTagClassName
{
color: #BC4CFC;
}
</style>
background-color css
<style>
a { background-color: #BC4CFC; }
a { background-color: rgb(188,76,252); }
div.DivClassName
{
background-color: #BC4CFC;
}
.BgClassName
{
background-color: #BC4CFC;
}
</style>
border-color css
<style>
span { border-color: #BC4CFC; }
span { border-color: rgb(188,76,252); }
td.TdClassName
{
border-color: #BC4CFC;
}
.TagClassName
{
border-color: #BC4CFC;
}
</style>