Shades of Medium Orchid #BC46FE
Tints of Medium Orchid #BC46FE
RGB
CMYK
RGB Variations
Color information
#BC46FE (or 0xBC46FE) is known color: Medium Orchid. HEX triplet: BC, 46 and FE. RGB value is (188,70,254). Sum of RGB (Red+Green+Blue) = 188+70+254=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46FE is #43B901. Grayscale: #7D7D7D. Windows color (decimal): -4438274 or 16664252. OLE color: 16664252.
HSL color Cylindrical-coordinate representation of color #BC46FE: hue angle of 278.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC46FE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 70 | 254 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.00 |
| HSL | 278.48º | 0.99% | 0.64% | - |
| HSV(B) | 278.48º | 0.72% | 1% | - |
| XYZ | 40.82 | 22.23 | 95.9 | - |
| YUV | 126.26 | 200.09 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 254 | 0.26 | 0.72 | 0 | 0.00 | 278.48 | 0.99 | 0.64 |
| Hex | BC | 46 | FE | 1A | 48 | 0 | 0 | 116 | 63 | 40 |
| Octal | 274 | 106 | 376 | 32 | 110 | 0 | 0 | 426 | 143 | 100 |
| Binary | 10111100 | 1000110 | 11111110 | 11010 | 1001000 | 0 | 0 | 100010110 | 1100011 | 1000000 |
Color Harmonies of #BC46FE
Complementary color
Monochromatic Colors of #BC46FE
Black with #BC46FE
Text Example
Text Example
White with #BC46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46FE; }
p { color: rgb(188,70,254); }
H1.HeaderClassName
{
color: #BC46FE;
}
.AnyTagClassName
{
color: #BC46FE;
}
</style>
background-color css
<style>
a { background-color: #BC46FE; }
a { background-color: rgb(188,70,254); }
div.DivClassName
{
background-color: #BC46FE;
}
.BgClassName
{
background-color: #BC46FE;
}
</style>
border-color css
<style>
span { border-color: #BC46FE; }
span { border-color: rgb(188,70,254); }
td.TdClassName
{
border-color: #BC46FE;
}
.TagClassName
{
border-color: #BC46FE;
}
</style>