Shades of Medium Orchid #BC3DFE
Tints of Medium Orchid #BC3DFE
RGB
CMYK
RGB Variations
Color information
#BC3DFE (or 0xBC3DFE) is known color: Medium Orchid. HEX triplet: BC, 3D and FE. RGB value is (188,61,254). Sum of RGB (Red+Green+Blue) = 188+61+254=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC3DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DFE is #43C201. Grayscale: #787878. Windows color (decimal): -4440578 or 16661948. OLE color: 16661948.
HSL color Cylindrical-coordinate representation of color #BC3DFE: hue angle of 279.48º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3DFE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 61 | 254 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.00 |
| HSL | 279.48º | 0.99% | 0.62% | - |
| HSV(B) | 279.48º | 0.76% | 1% | - |
| XYZ | 40.3 | 21.18 | 95.73 | - |
| YUV | 120.98 | 203.08 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 254 | 0.26 | 0.76 | 0 | 0.00 | 279.48 | 0.99 | 0.62 |
| Hex | BC | 3D | FE | 1A | 4C | 0 | 0 | 117 | 63 | 3E |
| Octal | 274 | 75 | 376 | 32 | 114 | 0 | 0 | 427 | 143 | 76 |
| Binary | 10111100 | 111101 | 11111110 | 11010 | 1001100 | 0 | 0 | 100010111 | 1100011 | 111110 |
Color Harmonies of #BC3DFE
Complementary color
Monochromatic Colors of #BC3DFE
Black with #BC3DFE
Text Example
Text Example
White with #BC3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DFE; }
p { color: rgb(188,61,254); }
H1.HeaderClassName
{
color: #BC3DFE;
}
.AnyTagClassName
{
color: #BC3DFE;
}
</style>
background-color css
<style>
a { background-color: #BC3DFE; }
a { background-color: rgb(188,61,254); }
div.DivClassName
{
background-color: #BC3DFE;
}
.BgClassName
{
background-color: #BC3DFE;
}
</style>
border-color css
<style>
span { border-color: #BC3DFE; }
span { border-color: rgb(188,61,254); }
td.TdClassName
{
border-color: #BC3DFE;
}
.TagClassName
{
border-color: #BC3DFE;
}
</style>