Shades of Medium Orchid #BC50F9
Tints of Medium Orchid #BC50F9
RGB
CMYK
RGB Variations
Color information
#BC50F9 (or 0xBC50F9) is known color: Medium Orchid. HEX triplet: BC, 50 and F9. RGB value is (188,80,249). Sum of RGB (Red+Green+Blue) = 188+80+249=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC50F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50F9 is #43AF06. Grayscale: #828282. Windows color (decimal): -4435719 or 16339132. OLE color: 16339132.
HSL color Cylindrical-coordinate representation of color #BC50F9: hue angle of 278.34º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC50F9 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 80 | 249 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.02 |
| HSL | 278.34º | 0.93% | 0.65% | - |
| HSV(B) | 278.34º | 0.68% | 0.98% | - |
| XYZ | 40.71 | 23.27 | 91.97 | - |
| YUV | 131.56 | 194.28 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 249 | 0.24 | 0.68 | 0 | 0.02 | 278.34 | 0.93 | 0.65 |
| Hex | BC | 50 | F9 | 18 | 44 | 0 | 2 | 116 | 5D | 41 |
| Octal | 274 | 120 | 371 | 30 | 104 | 0 | 2 | 426 | 135 | 101 |
| Binary | 10111100 | 1010000 | 11111001 | 11000 | 1000100 | 0 | 10 | 100010110 | 1011101 | 1000001 |
Color Harmonies of #BC50F9
Complementary color
Monochromatic Colors of #BC50F9
Black with #BC50F9
Text Example
Text Example
White with #BC50F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50F9; }
p { color: rgb(188,80,249); }
H1.HeaderClassName
{
color: #BC50F9;
}
.AnyTagClassName
{
color: #BC50F9;
}
</style>
background-color css
<style>
a { background-color: #BC50F9; }
a { background-color: rgb(188,80,249); }
div.DivClassName
{
background-color: #BC50F9;
}
.BgClassName
{
background-color: #BC50F9;
}
</style>
border-color css
<style>
span { border-color: #BC50F9; }
span { border-color: rgb(188,80,249); }
td.TdClassName
{
border-color: #BC50F9;
}
.TagClassName
{
border-color: #BC50F9;
}
</style>