Shades of Medium Orchid #BC4DFC
Tints of Medium Orchid #BC4DFC
RGB
CMYK
RGB Variations
Color information
#BC4DFC (or 0xBC4DFC) is known color: Medium Orchid. HEX triplet: BC, 4D and FC. RGB value is (188,77,252). Sum of RGB (Red+Green+Blue) = 188+77+252=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DFC is #43B203. Grayscale: #818181. Windows color (decimal): -4436484 or 16534972. OLE color: 16534972.
HSL color Cylindrical-coordinate representation of color #BC4DFC: hue angle of 278.06º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4DFC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 77 | 252 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.01 |
| HSL | 278.06º | 0.97% | 0.65% | - |
| HSV(B) | 278.06º | 0.69% | 0.99% | - |
| XYZ | 40.96 | 23.03 | 94.38 | - |
| YUV | 130.14 | 196.77 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 252 | 0.25 | 0.69 | 0 | 0.01 | 278.06 | 0.97 | 0.65 |
| Hex | BC | 4D | FC | 19 | 45 | 0 | 1 | 116 | 61 | 41 |
| Octal | 274 | 115 | 374 | 31 | 105 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111100 | 1001101 | 11111100 | 11001 | 1000101 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BC4DFC
Complementary color
Monochromatic Colors of #BC4DFC
Black with #BC4DFC
Text Example
Text Example
White with #BC4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DFC; }
p { color: rgb(188,77,252); }
H1.HeaderClassName
{
color: #BC4DFC;
}
.AnyTagClassName
{
color: #BC4DFC;
}
</style>
background-color css
<style>
a { background-color: #BC4DFC; }
a { background-color: rgb(188,77,252); }
div.DivClassName
{
background-color: #BC4DFC;
}
.BgClassName
{
background-color: #BC4DFC;
}
</style>
border-color css
<style>
span { border-color: #BC4DFC; }
span { border-color: rgb(188,77,252); }
td.TdClassName
{
border-color: #BC4DFC;
}
.TagClassName
{
border-color: #BC4DFC;
}
</style>