Shades of Medium Orchid #BC50F6
Tints of Medium Orchid #BC50F6
RGB
CMYK
RGB Variations
Color information
#BC50F6 (or 0xBC50F6) is known color: Medium Orchid. HEX triplet: BC, 50 and F6. RGB value is (188,80,246). Sum of RGB (Red+Green+Blue) = 188+80+246=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC50F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50F6 is #43AF09. Grayscale: #828282. Windows color (decimal): -4435722 or 16142524. OLE color: 16142524.
HSL color Cylindrical-coordinate representation of color #BC50F6: hue angle of 279.04º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC50F6 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 80 | 246 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.04 |
| HSL | 279.04º | 0.9% | 0.64% | - |
| HSV(B) | 279.04º | 0.67% | 0.96% | - |
| XYZ | 40.24 | 23.08 | 89.52 | - |
| YUV | 131.22 | 192.78 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 246 | 0.24 | 0.67 | 0 | 0.04 | 279.04 | 0.9 | 0.64 |
| Hex | BC | 50 | F6 | 18 | 43 | 0 | 4 | 117 | 5A | 40 |
| Octal | 274 | 120 | 366 | 30 | 103 | 0 | 4 | 427 | 132 | 100 |
| Binary | 10111100 | 1010000 | 11110110 | 11000 | 1000011 | 0 | 100 | 100010111 | 1011010 | 1000000 |
Color Harmonies of #BC50F6
Complementary color
Monochromatic Colors of #BC50F6
Black with #BC50F6
Text Example
Text Example
White with #BC50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50F6; }
p { color: rgb(188,80,246); }
H1.HeaderClassName
{
color: #BC50F6;
}
.AnyTagClassName
{
color: #BC50F6;
}
</style>
background-color css
<style>
a { background-color: #BC50F6; }
a { background-color: rgb(188,80,246); }
div.DivClassName
{
background-color: #BC50F6;
}
.BgClassName
{
background-color: #BC50F6;
}
</style>
border-color css
<style>
span { border-color: #BC50F6; }
span { border-color: rgb(188,80,246); }
td.TdClassName
{
border-color: #BC50F6;
}
.TagClassName
{
border-color: #BC50F6;
}
</style>