Shades of Medium Orchid #BC46F0
Tints of Medium Orchid #BC46F0
RGB
CMYK
RGB Variations
Color information
#BC46F0 (or 0xBC46F0) is known color: Medium Orchid. HEX triplet: BC, 46 and F0. RGB value is (188,70,240). Sum of RGB (Red+Green+Blue) = 188+70+240=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC46F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46F0 is #43B90F. Grayscale: #7C7C7C. Windows color (decimal): -4438288 or 15746748. OLE color: 15746748.
HSL color Cylindrical-coordinate representation of color #BC46F0: hue angle of 281.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC46F0 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 70 | 240 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.06 |
| HSL | 281.65º | 0.85% | 0.61% | - |
| HSV(B) | 281.65º | 0.71% | 0.94% | - |
| XYZ | 38.66 | 21.36 | 84.52 | - |
| YUV | 124.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 240 | 0.22 | 0.71 | 0 | 0.06 | 281.65 | 0.85 | 0.61 |
| Hex | BC | 46 | F0 | 16 | 47 | 0 | 6 | 11A | 55 | 3D |
| Octal | 274 | 106 | 360 | 26 | 107 | 0 | 6 | 432 | 125 | 75 |
| Binary | 10111100 | 1000110 | 11110000 | 10110 | 1000111 | 0 | 110 | 100011010 | 1010101 | 111101 |
Color Harmonies of #BC46F0
Complementary color
Monochromatic Colors of #BC46F0
Black with #BC46F0
Text Example
Text Example
White with #BC46F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46F0; }
p { color: rgb(188,70,240); }
H1.HeaderClassName
{
color: #BC46F0;
}
.AnyTagClassName
{
color: #BC46F0;
}
</style>
background-color css
<style>
a { background-color: #BC46F0; }
a { background-color: rgb(188,70,240); }
div.DivClassName
{
background-color: #BC46F0;
}
.BgClassName
{
background-color: #BC46F0;
}
</style>
border-color css
<style>
span { border-color: #BC46F0; }
span { border-color: rgb(188,70,240); }
td.TdClassName
{
border-color: #BC46F0;
}
.TagClassName
{
border-color: #BC46F0;
}
</style>