Shades of Medium Orchid #BC3FDE
Tints of Medium Orchid #BC3FDE
RGB
CMYK
RGB Variations
Color information
#BC3FDE (or 0xBC3FDE) is known color: Medium Orchid. HEX triplet: BC, 3F and DE. RGB value is (188,63,222). Sum of RGB (Red+Green+Blue) = 188+63+222=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC3FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FDE is #43C021. Grayscale: #757575. Windows color (decimal): -4440098 or 14565308. OLE color: 14565308.
HSL color Cylindrical-coordinate representation of color #BC3FDE: hue angle of 287.17º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3FDE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 63 | 222 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.13 |
| HSL | 287.17º | 0.71% | 0.56% | - |
| HSV(B) | 287.17º | 0.72% | 0.87% | - |
| XYZ | 35.7 | 19.52 | 70.99 | - |
| YUV | 118.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 222 | 0.15 | 0.72 | 0 | 0.13 | 287.17 | 0.71 | 0.56 |
| Hex | BC | 3F | DE | F | 48 | 0 | D | 11F | 47 | 38 |
| Octal | 274 | 77 | 336 | 17 | 110 | 0 | 15 | 437 | 107 | 70 |
| Binary | 10111100 | 111111 | 11011110 | 1111 | 1001000 | 0 | 1101 | 100011111 | 1000111 | 111000 |
Color Harmonies of #BC3FDE
Complementary color
Monochromatic Colors of #BC3FDE
Black with #BC3FDE
Text Example
Text Example
White with #BC3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FDE; }
p { color: rgb(188,63,222); }
H1.HeaderClassName
{
color: #BC3FDE;
}
.AnyTagClassName
{
color: #BC3FDE;
}
</style>
background-color css
<style>
a { background-color: #BC3FDE; }
a { background-color: rgb(188,63,222); }
div.DivClassName
{
background-color: #BC3FDE;
}
.BgClassName
{
background-color: #BC3FDE;
}
</style>
border-color css
<style>
span { border-color: #BC3FDE; }
span { border-color: rgb(188,63,222); }
td.TdClassName
{
border-color: #BC3FDE;
}
.TagClassName
{
border-color: #BC3FDE;
}
</style>