Shades of Medium Orchid #BC50F0
Tints of Medium Orchid #BC50F0
RGB
CMYK
RGB Variations
Color information
#BC50F0 (or 0xBC50F0) is known color: Medium Orchid. HEX triplet: BC, 50 and F0. RGB value is (188,80,240). Sum of RGB (Red+Green+Blue) = 188+80+240=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC50F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50F0 is #43AF0F. Grayscale: #828282. Windows color (decimal): -4435728 or 15749308. OLE color: 15749308.
HSL color Cylindrical-coordinate representation of color #BC50F0: hue angle of 280.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC50F0 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 80 | 240 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.06 |
| HSL | 280.5º | 0.84% | 0.63% | - |
| HSV(B) | 280.5º | 0.67% | 0.94% | - |
| XYZ | 39.34 | 22.72 | 84.75 | - |
| YUV | 130.53 | 189.78 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 240 | 0.22 | 0.67 | 0 | 0.06 | 280.5 | 0.84 | 0.63 |
| Hex | BC | 50 | F0 | 16 | 43 | 0 | 6 | 118 | 54 | 3F |
| Octal | 274 | 120 | 360 | 26 | 103 | 0 | 6 | 430 | 124 | 77 |
| Binary | 10111100 | 1010000 | 11110000 | 10110 | 1000011 | 0 | 110 | 100011000 | 1010100 | 111111 |
Color Harmonies of #BC50F0
Complementary color
Monochromatic Colors of #BC50F0
Black with #BC50F0
Text Example
Text Example
White with #BC50F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50F0; }
p { color: rgb(188,80,240); }
H1.HeaderClassName
{
color: #BC50F0;
}
.AnyTagClassName
{
color: #BC50F0;
}
</style>
background-color css
<style>
a { background-color: #BC50F0; }
a { background-color: rgb(188,80,240); }
div.DivClassName
{
background-color: #BC50F0;
}
.BgClassName
{
background-color: #BC50F0;
}
</style>
border-color css
<style>
span { border-color: #BC50F0; }
span { border-color: rgb(188,80,240); }
td.TdClassName
{
border-color: #BC50F0;
}
.TagClassName
{
border-color: #BC50F0;
}
</style>