Shades of Medium Orchid #BC4CFF
Tints of Medium Orchid #BC4CFF
RGB
CMYK
RGB Variations
Color information
#BC4CFF (or 0xBC4CFF) is known color: Medium Orchid. HEX triplet: BC, 4C and FF. RGB value is (188,76,255). Sum of RGB (Red+Green+Blue) = 188+76+255=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CFF is #43B300. Grayscale: #818181. Windows color (decimal): -4436737 or 16731324. OLE color: 16731324.
HSL color Cylindrical-coordinate representation of color #BC4CFF: hue angle of 277.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4CFF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 76 | 255 | - |
| CMYK | 0.26 | 0.70 | 0 | 0 |
| HSL | 277.54º | 1% | 0.65% | - |
| HSV(B) | 277.54º | 0.7% | 1% | - |
| XYZ | 41.37 | 23.08 | 96.88 | - |
| YUV | 129.89 | 198.61 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 255 | 0.26 | 0.70 | 0 | 0 | 277.54 | 1 | 0.65 |
| Hex | BC | 4C | FF | 1A | 46 | 0 | 0 | 116 | 64 | 41 |
| Octal | 274 | 114 | 377 | 32 | 106 | 0 | 0 | 426 | 144 | 101 |
| Binary | 10111100 | 1001100 | 11111111 | 11010 | 1000110 | 0 | 0 | 100010110 | 1100100 | 1000001 |
Color Harmonies of #BC4CFF
Complementary color
Monochromatic Colors of #BC4CFF
Black with #BC4CFF
Text Example
Text Example
White with #BC4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CFF; }
p { color: rgb(188,76,255); }
H1.HeaderClassName
{
color: #BC4CFF;
}
.AnyTagClassName
{
color: #BC4CFF;
}
</style>
background-color css
<style>
a { background-color: #BC4CFF; }
a { background-color: rgb(188,76,255); }
div.DivClassName
{
background-color: #BC4CFF;
}
.BgClassName
{
background-color: #BC4CFF;
}
</style>
border-color css
<style>
span { border-color: #BC4CFF; }
span { border-color: rgb(188,76,255); }
td.TdClassName
{
border-color: #BC4CFF;
}
.TagClassName
{
border-color: #BC4CFF;
}
</style>