Shades of Medium Orchid #BC50F7
Tints of Medium Orchid #BC50F7
RGB
CMYK
RGB Variations
Color information
#BC50F7 (or 0xBC50F7) is known color: Medium Orchid. HEX triplet: BC, 50 and F7. RGB value is (188,80,247). Sum of RGB (Red+Green+Blue) = 188+80+247=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC50F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50F7 is #43AF08. Grayscale: #828282. Windows color (decimal): -4435721 or 16208060. OLE color: 16208060.
HSL color Cylindrical-coordinate representation of color #BC50F7: hue angle of 278.8º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC50F7 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 80 | 247 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.03 |
| HSL | 278.8º | 0.91% | 0.64% | - |
| HSV(B) | 278.8º | 0.68% | 0.97% | - |
| XYZ | 40.4 | 23.14 | 90.33 | - |
| YUV | 131.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 247 | 0.24 | 0.68 | 0 | 0.03 | 278.8 | 0.91 | 0.64 |
| Hex | BC | 50 | F7 | 18 | 44 | 0 | 3 | 117 | 5B | 40 |
| Octal | 274 | 120 | 367 | 30 | 104 | 0 | 3 | 427 | 133 | 100 |
| Binary | 10111100 | 1010000 | 11110111 | 11000 | 1000100 | 0 | 11 | 100010111 | 1011011 | 1000000 |
Color Harmonies of #BC50F7
Complementary color
Monochromatic Colors of #BC50F7
Black with #BC50F7
Text Example
Text Example
White with #BC50F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50F7; }
p { color: rgb(188,80,247); }
H1.HeaderClassName
{
color: #BC50F7;
}
.AnyTagClassName
{
color: #BC50F7;
}
</style>
background-color css
<style>
a { background-color: #BC50F7; }
a { background-color: rgb(188,80,247); }
div.DivClassName
{
background-color: #BC50F7;
}
.BgClassName
{
background-color: #BC50F7;
}
</style>
border-color css
<style>
span { border-color: #BC50F7; }
span { border-color: rgb(188,80,247); }
td.TdClassName
{
border-color: #BC50F7;
}
.TagClassName
{
border-color: #BC50F7;
}
</style>