Shades of Medium Orchid #BC31D0
Tints of Medium Orchid #BC31D0
RGB
CMYK
RGB Variations
Color information
#BC31D0 (or 0xBC31D0) is known color: Medium Orchid. HEX triplet: BC, 31 and D0. RGB value is (188,49,208). Sum of RGB (Red+Green+Blue) = 188+49+208=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC31D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31D0 is #43CE2F. Grayscale: #6C6C6C. Windows color (decimal): -4443696 or 13644220. OLE color: 13644220.
HSL color Cylindrical-coordinate representation of color #BC31D0: hue angle of 292.45º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC31D0 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 49 | 208 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.18 |
| HSL | 292.45º | 0.63% | 0.5% | - |
| HSV(B) | 292.45º | 0.76% | 0.82% | - |
| XYZ | 33.22 | 17.44 | 61.29 | - |
| YUV | 108.69 | 184.05 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 208 | 0.10 | 0.76 | 0 | 0.18 | 292.45 | 0.63 | 0.5 |
| Hex | BC | 31 | D0 | A | 4C | 0 | 12 | 124 | 3F | 32 |
| Octal | 274 | 61 | 320 | 12 | 114 | 0 | 22 | 444 | 77 | 62 |
| Binary | 10111100 | 110001 | 11010000 | 1010 | 1001100 | 0 | 10010 | 100100100 | 111111 | 110010 |
Color Harmonies of #BC31D0
Complementary color
Monochromatic Colors of #BC31D0
Black with #BC31D0
Text Example
Text Example
White with #BC31D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31D0; }
p { color: rgb(188,49,208); }
H1.HeaderClassName
{
color: #BC31D0;
}
.AnyTagClassName
{
color: #BC31D0;
}
</style>
background-color css
<style>
a { background-color: #BC31D0; }
a { background-color: rgb(188,49,208); }
div.DivClassName
{
background-color: #BC31D0;
}
.BgClassName
{
background-color: #BC31D0;
}
</style>
border-color css
<style>
span { border-color: #BC31D0; }
span { border-color: rgb(188,49,208); }
td.TdClassName
{
border-color: #BC31D0;
}
.TagClassName
{
border-color: #BC31D0;
}
</style>