Shades of Medium Orchid #BC50F1
Tints of Medium Orchid #BC50F1
RGB
CMYK
RGB Variations
Color information
#BC50F1 (or 0xBC50F1) is known color: Medium Orchid. HEX triplet: BC, 50 and F1. RGB value is (188,80,241). Sum of RGB (Red+Green+Blue) = 188+80+241=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC50F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50F1 is #43AF0E. Grayscale: #828282. Windows color (decimal): -4435727 or 15814844. OLE color: 15814844.
HSL color Cylindrical-coordinate representation of color #BC50F1: hue angle of 280.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC50F1 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 80 | 241 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.05 |
| HSL | 280.25º | 0.85% | 0.63% | - |
| HSV(B) | 280.25º | 0.67% | 0.95% | - |
| XYZ | 39.48 | 22.78 | 85.53 | - |
| YUV | 130.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 241 | 0.22 | 0.67 | 0 | 0.05 | 280.25 | 0.85 | 0.63 |
| Hex | BC | 50 | F1 | 16 | 43 | 0 | 5 | 118 | 55 | 3F |
| Octal | 274 | 120 | 361 | 26 | 103 | 0 | 5 | 430 | 125 | 77 |
| Binary | 10111100 | 1010000 | 11110001 | 10110 | 1000011 | 0 | 101 | 100011000 | 1010101 | 111111 |
Color Harmonies of #BC50F1
Complementary color
Monochromatic Colors of #BC50F1
Black with #BC50F1
Text Example
Text Example
White with #BC50F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50F1; }
p { color: rgb(188,80,241); }
H1.HeaderClassName
{
color: #BC50F1;
}
.AnyTagClassName
{
color: #BC50F1;
}
</style>
background-color css
<style>
a { background-color: #BC50F1; }
a { background-color: rgb(188,80,241); }
div.DivClassName
{
background-color: #BC50F1;
}
.BgClassName
{
background-color: #BC50F1;
}
</style>
border-color css
<style>
span { border-color: #BC50F1; }
span { border-color: rgb(188,80,241); }
td.TdClassName
{
border-color: #BC50F1;
}
.TagClassName
{
border-color: #BC50F1;
}
</style>