Shades of Medium Orchid #BC3BFE
Tints of Medium Orchid #BC3BFE
RGB
CMYK
RGB Variations
Color information
#BC3BFE (or 0xBC3BFE) is known color: Medium Orchid. HEX triplet: BC, 3B and FE. RGB value is (188,59,254). Sum of RGB (Red+Green+Blue) = 188+59+254=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC3BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BFE is #43C401. Grayscale: #777777. Windows color (decimal): -4441090 or 16661436. OLE color: 16661436.
HSL color Cylindrical-coordinate representation of color #BC3BFE: hue angle of 279.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC3BFE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 59 | 254 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.00 |
| HSL | 279.69º | 0.99% | 0.61% | - |
| HSV(B) | 279.69º | 0.77% | 1% | - |
| XYZ | 40.19 | 20.98 | 95.7 | - |
| YUV | 119.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 254 | 0.26 | 0.77 | 0 | 0.00 | 279.69 | 0.99 | 0.61 |
| Hex | BC | 3B | FE | 1A | 4D | 0 | 0 | 118 | 63 | 3D |
| Octal | 274 | 73 | 376 | 32 | 115 | 0 | 0 | 430 | 143 | 75 |
| Binary | 10111100 | 111011 | 11111110 | 11010 | 1001101 | 0 | 0 | 100011000 | 1100011 | 111101 |
Color Harmonies of #BC3BFE
Complementary color
Monochromatic Colors of #BC3BFE
Black with #BC3BFE
Text Example
Text Example
White with #BC3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BFE; }
p { color: rgb(188,59,254); }
H1.HeaderClassName
{
color: #BC3BFE;
}
.AnyTagClassName
{
color: #BC3BFE;
}
</style>
background-color css
<style>
a { background-color: #BC3BFE; }
a { background-color: rgb(188,59,254); }
div.DivClassName
{
background-color: #BC3BFE;
}
.BgClassName
{
background-color: #BC3BFE;
}
</style>
border-color css
<style>
span { border-color: #BC3BFE; }
span { border-color: rgb(188,59,254); }
td.TdClassName
{
border-color: #BC3BFE;
}
.TagClassName
{
border-color: #BC3BFE;
}
</style>