Shades of Medium Orchid #BC3FCC
Tints of Medium Orchid #BC3FCC
RGB
CMYK
RGB Variations
Color information
#BC3FCC (or 0xBC3FCC) is known color: Medium Orchid. HEX triplet: BC, 3F and CC. RGB value is (188,63,204). Sum of RGB (Red+Green+Blue) = 188+63+204=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FCC is #43C033. Grayscale: #747474. Windows color (decimal): -4440116 or 13385660. OLE color: 13385660.
HSL color Cylindrical-coordinate representation of color #BC3FCC: hue angle of 293.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3FCC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 63 | 204 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.2 |
| HSL | 293.19º | 0.58% | 0.52% | - |
| HSV(B) | 293.19º | 0.69% | 0.8% | - |
| XYZ | 33.42 | 18.61 | 58.96 | - |
| YUV | 116.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 204 | 0.08 | 0.69 | 0 | 0.2 | 293.19 | 0.58 | 0.52 |
| Hex | BC | 3F | CC | 8 | 45 | 0 | 14 | 125 | 3A | 34 |
| Octal | 274 | 77 | 314 | 10 | 105 | 0 | 24 | 445 | 72 | 64 |
| Binary | 10111100 | 111111 | 11001100 | 1000 | 1000101 | 0 | 10100 | 100100101 | 111010 | 110100 |
Color Harmonies of #BC3FCC
Complementary color
Monochromatic Colors of #BC3FCC
Black with #BC3FCC
Text Example
Text Example
White with #BC3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FCC; }
p { color: rgb(188,63,204); }
H1.HeaderClassName
{
color: #BC3FCC;
}
.AnyTagClassName
{
color: #BC3FCC;
}
</style>
background-color css
<style>
a { background-color: #BC3FCC; }
a { background-color: rgb(188,63,204); }
div.DivClassName
{
background-color: #BC3FCC;
}
.BgClassName
{
background-color: #BC3FCC;
}
</style>
border-color css
<style>
span { border-color: #BC3FCC; }
span { border-color: rgb(188,63,204); }
td.TdClassName
{
border-color: #BC3FCC;
}
.TagClassName
{
border-color: #BC3FCC;
}
</style>