Shades of Medium Orchid #BC46D0
Tints of Medium Orchid #BC46D0
RGB
CMYK
RGB Variations
Color information
#BC46D0 (or 0xBC46D0) is known color: Medium Orchid. HEX triplet: BC, 46 and D0. RGB value is (188,70,208). Sum of RGB (Red+Green+Blue) = 188+70+208=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46D0 is #43B92F. Grayscale: #787878. Windows color (decimal): -4438320 or 13649596. OLE color: 13649596.
HSL color Cylindrical-coordinate representation of color #BC46D0: hue angle of 291.3º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC46D0 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 70 | 208 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.18 |
| HSL | 291.3º | 0.59% | 0.55% | - |
| HSV(B) | 291.3º | 0.66% | 0.82% | - |
| XYZ | 34.31 | 19.63 | 61.65 | - |
| YUV | 121.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 208 | 0.10 | 0.66 | 0 | 0.18 | 291.3 | 0.59 | 0.55 |
| Hex | BC | 46 | D0 | A | 42 | 0 | 12 | 123 | 3B | 37 |
| Octal | 274 | 106 | 320 | 12 | 102 | 0 | 22 | 443 | 73 | 67 |
| Binary | 10111100 | 1000110 | 11010000 | 1010 | 1000010 | 0 | 10010 | 100100011 | 111011 | 110111 |
Color Harmonies of #BC46D0
Complementary color
Monochromatic Colors of #BC46D0
Black with #BC46D0
Text Example
Text Example
White with #BC46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46D0; }
p { color: rgb(188,70,208); }
H1.HeaderClassName
{
color: #BC46D0;
}
.AnyTagClassName
{
color: #BC46D0;
}
</style>
background-color css
<style>
a { background-color: #BC46D0; }
a { background-color: rgb(188,70,208); }
div.DivClassName
{
background-color: #BC46D0;
}
.BgClassName
{
background-color: #BC46D0;
}
</style>
border-color css
<style>
span { border-color: #BC46D0; }
span { border-color: rgb(188,70,208); }
td.TdClassName
{
border-color: #BC46D0;
}
.TagClassName
{
border-color: #BC46D0;
}
</style>