Shades of Medium Orchid #BC3FCD
Tints of Medium Orchid #BC3FCD
RGB
CMYK
RGB Variations
Color information
#BC3FCD (or 0xBC3FCD) is known color: Medium Orchid. HEX triplet: BC, 3F and CD. RGB value is (188,63,205). Sum of RGB (Red+Green+Blue) = 188+63+205=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC3FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FCD is #43C032. Grayscale: #747474. Windows color (decimal): -4440115 or 13451196. OLE color: 13451196.
HSL color Cylindrical-coordinate representation of color #BC3FCD: hue angle of 292.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3FCD is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 63 | 205 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.20 |
| HSL | 292.82º | 0.59% | 0.53% | - |
| HSV(B) | 292.82º | 0.69% | 0.8% | - |
| XYZ | 33.54 | 18.65 | 59.59 | - |
| YUV | 116.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 205 | 0.08 | 0.69 | 0 | 0.20 | 292.82 | 0.59 | 0.53 |
| Hex | BC | 3F | CD | 8 | 45 | 0 | 14 | 125 | 3B | 35 |
| Octal | 274 | 77 | 315 | 10 | 105 | 0 | 24 | 445 | 73 | 65 |
| Binary | 10111100 | 111111 | 11001101 | 1000 | 1000101 | 0 | 10100 | 100100101 | 111011 | 110101 |
Color Harmonies of #BC3FCD
Complementary color
Monochromatic Colors of #BC3FCD
Black with #BC3FCD
Text Example
Text Example
White with #BC3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FCD; }
p { color: rgb(188,63,205); }
H1.HeaderClassName
{
color: #BC3FCD;
}
.AnyTagClassName
{
color: #BC3FCD;
}
</style>
background-color css
<style>
a { background-color: #BC3FCD; }
a { background-color: rgb(188,63,205); }
div.DivClassName
{
background-color: #BC3FCD;
}
.BgClassName
{
background-color: #BC3FCD;
}
</style>
border-color css
<style>
span { border-color: #BC3FCD; }
span { border-color: rgb(188,63,205); }
td.TdClassName
{
border-color: #BC3FCD;
}
.TagClassName
{
border-color: #BC3FCD;
}
</style>