Shades of Medium Orchid #BC3CFC
Tints of Medium Orchid #BC3CFC
RGB
CMYK
RGB Variations
Color information
#BC3CFC (or 0xBC3CFC) is known color: Medium Orchid. HEX triplet: BC, 3C and FC. RGB value is (188,60,252). Sum of RGB (Red+Green+Blue) = 188+60+252=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC3CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CFC is #43C303. Grayscale: #777777. Windows color (decimal): -4440836 or 16530620. OLE color: 16530620.
HSL color Cylindrical-coordinate representation of color #BC3CFC: hue angle of 280º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3CFC is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 60 | 252 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.01 |
| HSL | 280º | 0.97% | 0.61% | - |
| HSV(B) | 280º | 0.76% | 0.99% | - |
| XYZ | 39.93 | 20.95 | 94.04 | - |
| YUV | 120.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 252 | 0.25 | 0.76 | 0 | 0.01 | 280 | 0.97 | 0.61 |
| Hex | BC | 3C | FC | 19 | 4C | 0 | 1 | 118 | 61 | 3D |
| Octal | 274 | 74 | 374 | 31 | 114 | 0 | 1 | 430 | 141 | 75 |
| Binary | 10111100 | 111100 | 11111100 | 11001 | 1001100 | 0 | 1 | 100011000 | 1100001 | 111101 |
Color Harmonies of #BC3CFC
Complementary color
Monochromatic Colors of #BC3CFC
Black with #BC3CFC
Text Example
Text Example
White with #BC3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CFC; }
p { color: rgb(188,60,252); }
H1.HeaderClassName
{
color: #BC3CFC;
}
.AnyTagClassName
{
color: #BC3CFC;
}
</style>
background-color css
<style>
a { background-color: #BC3CFC; }
a { background-color: rgb(188,60,252); }
div.DivClassName
{
background-color: #BC3CFC;
}
.BgClassName
{
background-color: #BC3CFC;
}
</style>
border-color css
<style>
span { border-color: #BC3CFC; }
span { border-color: rgb(188,60,252); }
td.TdClassName
{
border-color: #BC3CFC;
}
.TagClassName
{
border-color: #BC3CFC;
}
</style>