Shades of Medium Orchid #BC3FDB
Tints of Medium Orchid #BC3FDB
RGB
CMYK
RGB Variations
Color information
#BC3FDB (or 0xBC3FDB) is known color: Medium Orchid. HEX triplet: BC, 3F and DB. RGB value is (188,63,219). Sum of RGB (Red+Green+Blue) = 188+63+219=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FDB is #43C024. Grayscale: #757575. Windows color (decimal): -4440101 or 14368700. OLE color: 14368700.
HSL color Cylindrical-coordinate representation of color #BC3FDB: hue angle of 288.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3FDB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 63 | 219 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.14 |
| HSL | 288.08º | 0.68% | 0.55% | - |
| HSV(B) | 288.08º | 0.71% | 0.86% | - |
| XYZ | 35.3 | 19.36 | 68.89 | - |
| YUV | 118.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 219 | 0.14 | 0.71 | 0 | 0.14 | 288.08 | 0.68 | 0.55 |
| Hex | BC | 3F | DB | E | 47 | 0 | E | 120 | 44 | 37 |
| Octal | 274 | 77 | 333 | 16 | 107 | 0 | 16 | 440 | 104 | 67 |
| Binary | 10111100 | 111111 | 11011011 | 1110 | 1000111 | 0 | 1110 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BC3FDB
Complementary color
Monochromatic Colors of #BC3FDB
Black with #BC3FDB
Text Example
Text Example
White with #BC3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FDB; }
p { color: rgb(188,63,219); }
H1.HeaderClassName
{
color: #BC3FDB;
}
.AnyTagClassName
{
color: #BC3FDB;
}
</style>
background-color css
<style>
a { background-color: #BC3FDB; }
a { background-color: rgb(188,63,219); }
div.DivClassName
{
background-color: #BC3FDB;
}
.BgClassName
{
background-color: #BC3FDB;
}
</style>
border-color css
<style>
span { border-color: #BC3FDB; }
span { border-color: rgb(188,63,219); }
td.TdClassName
{
border-color: #BC3FDB;
}
.TagClassName
{
border-color: #BC3FDB;
}
</style>