Shades of Medium Orchid #BC46DF
Tints of Medium Orchid #BC46DF
RGB
CMYK
RGB Variations
Color information
#BC46DF (or 0xBC46DF) is known color: Medium Orchid. HEX triplet: BC, 46 and DF. RGB value is (188,70,223). Sum of RGB (Red+Green+Blue) = 188+70+223=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46DF is #43B920. Grayscale: #7A7A7A. Windows color (decimal): -4438305 or 14632636. OLE color: 14632636.
HSL color Cylindrical-coordinate representation of color #BC46DF: hue angle of 286.27º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC46DF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 70 | 223 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.13 |
| HSL | 286.27º | 0.71% | 0.57% | - |
| HSV(B) | 286.27º | 0.69% | 0.87% | - |
| XYZ | 36.25 | 20.4 | 71.84 | - |
| YUV | 122.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 223 | 0.16 | 0.69 | 0 | 0.13 | 286.27 | 0.71 | 0.57 |
| Hex | BC | 46 | DF | 10 | 45 | 0 | D | 11E | 47 | 39 |
| Octal | 274 | 106 | 337 | 20 | 105 | 0 | 15 | 436 | 107 | 71 |
| Binary | 10111100 | 1000110 | 11011111 | 10000 | 1000101 | 0 | 1101 | 100011110 | 1000111 | 111001 |
Color Harmonies of #BC46DF
Complementary color
Monochromatic Colors of #BC46DF
Black with #BC46DF
Text Example
Text Example
White with #BC46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46DF; }
p { color: rgb(188,70,223); }
H1.HeaderClassName
{
color: #BC46DF;
}
.AnyTagClassName
{
color: #BC46DF;
}
</style>
background-color css
<style>
a { background-color: #BC46DF; }
a { background-color: rgb(188,70,223); }
div.DivClassName
{
background-color: #BC46DF;
}
.BgClassName
{
background-color: #BC46DF;
}
</style>
border-color css
<style>
span { border-color: #BC46DF; }
span { border-color: rgb(188,70,223); }
td.TdClassName
{
border-color: #BC46DF;
}
.TagClassName
{
border-color: #BC46DF;
}
</style>