Shades of Medium Orchid #BC50FE
Tints of Medium Orchid #BC50FE
RGB
CMYK
RGB Variations
Color information
#BC50FE (or 0xBC50FE) is known color: Medium Orchid. HEX triplet: BC, 50 and FE. RGB value is (188,80,254). Sum of RGB (Red+Green+Blue) = 188+80+254=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50FE is #43AF01. Grayscale: #838383. Windows color (decimal): -4435714 or 16666812. OLE color: 16666812.
HSL color Cylindrical-coordinate representation of color #BC50FE: hue angle of 277.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC50FE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 80 | 254 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.00 |
| HSL | 277.24º | 0.99% | 0.65% | - |
| HSV(B) | 277.24º | 0.69% | 1% | - |
| XYZ | 41.5 | 23.58 | 96.13 | - |
| YUV | 132.13 | 196.78 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 254 | 0.26 | 0.69 | 0 | 0.00 | 277.24 | 0.99 | 0.65 |
| Hex | BC | 50 | FE | 1A | 45 | 0 | 0 | 115 | 63 | 41 |
| Octal | 274 | 120 | 376 | 32 | 105 | 0 | 0 | 425 | 143 | 101 |
| Binary | 10111100 | 1010000 | 11111110 | 11010 | 1000101 | 0 | 0 | 100010101 | 1100011 | 1000001 |
Color Harmonies of #BC50FE
Complementary color
Monochromatic Colors of #BC50FE
Black with #BC50FE
Text Example
Text Example
White with #BC50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50FE; }
p { color: rgb(188,80,254); }
H1.HeaderClassName
{
color: #BC50FE;
}
.AnyTagClassName
{
color: #BC50FE;
}
</style>
background-color css
<style>
a { background-color: #BC50FE; }
a { background-color: rgb(188,80,254); }
div.DivClassName
{
background-color: #BC50FE;
}
.BgClassName
{
background-color: #BC50FE;
}
</style>
border-color css
<style>
span { border-color: #BC50FE; }
span { border-color: rgb(188,80,254); }
td.TdClassName
{
border-color: #BC50FE;
}
.TagClassName
{
border-color: #BC50FE;
}
</style>