Shades of Medium Orchid #BC31CE
Tints of Medium Orchid #BC31CE
RGB
CMYK
RGB Variations
Color information
#BC31CE (or 0xBC31CE) is known color: Medium Orchid. HEX triplet: BC, 31 and CE. RGB value is (188,49,206). Sum of RGB (Red+Green+Blue) = 188+49+206=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC31CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31CE is #43CE31. Grayscale: #6B6B6B. Windows color (decimal): -4443698 or 13513148. OLE color: 13513148.
HSL color Cylindrical-coordinate representation of color #BC31CE: hue angle of 293.12º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC31CE is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 49 | 206 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.19 |
| HSL | 293.12º | 0.62% | 0.5% | - |
| HSV(B) | 293.12º | 0.76% | 0.81% | - |
| XYZ | 32.98 | 17.34 | 60 | - |
| YUV | 108.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 206 | 0.09 | 0.76 | 0 | 0.19 | 293.12 | 0.62 | 0.5 |
| Hex | BC | 31 | CE | 9 | 4C | 0 | 13 | 125 | 3E | 32 |
| Octal | 274 | 61 | 316 | 11 | 114 | 0 | 23 | 445 | 76 | 62 |
| Binary | 10111100 | 110001 | 11001110 | 1001 | 1001100 | 0 | 10011 | 100100101 | 111110 | 110010 |
Color Harmonies of #BC31CE
Complementary color
Monochromatic Colors of #BC31CE
Black with #BC31CE
Text Example
Text Example
White with #BC31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31CE; }
p { color: rgb(188,49,206); }
H1.HeaderClassName
{
color: #BC31CE;
}
.AnyTagClassName
{
color: #BC31CE;
}
</style>
background-color css
<style>
a { background-color: #BC31CE; }
a { background-color: rgb(188,49,206); }
div.DivClassName
{
background-color: #BC31CE;
}
.BgClassName
{
background-color: #BC31CE;
}
</style>
border-color css
<style>
span { border-color: #BC31CE; }
span { border-color: rgb(188,49,206); }
td.TdClassName
{
border-color: #BC31CE;
}
.TagClassName
{
border-color: #BC31CE;
}
</style>