Shades of Medium Orchid #BC3FCF
Tints of Medium Orchid #BC3FCF
RGB
CMYK
RGB Variations
Color information
#BC3FCF (or 0xBC3FCF) is known color: Medium Orchid. HEX triplet: BC, 3F and CF. RGB value is (188,63,207). Sum of RGB (Red+Green+Blue) = 188+63+207=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC3FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FCF is #43C030. Grayscale: #747474. Windows color (decimal): -4440113 or 13582268. OLE color: 13582268.
HSL color Cylindrical-coordinate representation of color #BC3FCF: hue angle of 292.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3FCF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 63 | 207 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.19 |
| HSL | 292.08º | 0.6% | 0.53% | - |
| HSV(B) | 292.08º | 0.7% | 0.81% | - |
| XYZ | 33.78 | 18.75 | 60.87 | - |
| YUV | 116.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 207 | 0.09 | 0.70 | 0 | 0.19 | 292.08 | 0.6 | 0.53 |
| Hex | BC | 3F | CF | 9 | 46 | 0 | 13 | 124 | 3C | 35 |
| Octal | 274 | 77 | 317 | 11 | 106 | 0 | 23 | 444 | 74 | 65 |
| Binary | 10111100 | 111111 | 11001111 | 1001 | 1000110 | 0 | 10011 | 100100100 | 111100 | 110101 |
Color Harmonies of #BC3FCF
Complementary color
Monochromatic Colors of #BC3FCF
Black with #BC3FCF
Text Example
Text Example
White with #BC3FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FCF; }
p { color: rgb(188,63,207); }
H1.HeaderClassName
{
color: #BC3FCF;
}
.AnyTagClassName
{
color: #BC3FCF;
}
</style>
background-color css
<style>
a { background-color: #BC3FCF; }
a { background-color: rgb(188,63,207); }
div.DivClassName
{
background-color: #BC3FCF;
}
.BgClassName
{
background-color: #BC3FCF;
}
</style>
border-color css
<style>
span { border-color: #BC3FCF; }
span { border-color: rgb(188,63,207); }
td.TdClassName
{
border-color: #BC3FCF;
}
.TagClassName
{
border-color: #BC3FCF;
}
</style>