Shades of Medium Orchid #BC31DB
Tints of Medium Orchid #BC31DB
RGB
CMYK
RGB Variations
Color information
#BC31DB (or 0xBC31DB) is known color: Medium Orchid. HEX triplet: BC, 31 and DB. RGB value is (188,49,219). Sum of RGB (Red+Green+Blue) = 188+49+219=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31DB is #43CE24. Grayscale: #6D6D6D. Windows color (decimal): -4443685 or 14365116. OLE color: 14365116.
HSL color Cylindrical-coordinate representation of color #BC31DB: hue angle of 289.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC31DB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 49 | 219 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.14 |
| HSL | 289.06º | 0.7% | 0.53% | - |
| HSV(B) | 289.06º | 0.78% | 0.86% | - |
| XYZ | 34.62 | 18 | 68.67 | - |
| YUV | 109.94 | 189.55 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 219 | 0.14 | 0.78 | 0 | 0.14 | 289.06 | 0.7 | 0.53 |
| Hex | BC | 31 | DB | E | 4E | 0 | E | 121 | 46 | 35 |
| Octal | 274 | 61 | 333 | 16 | 116 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111100 | 110001 | 11011011 | 1110 | 1001110 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BC31DB
Complementary color
Monochromatic Colors of #BC31DB
Black with #BC31DB
Text Example
Text Example
White with #BC31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31DB; }
p { color: rgb(188,49,219); }
H1.HeaderClassName
{
color: #BC31DB;
}
.AnyTagClassName
{
color: #BC31DB;
}
</style>
background-color css
<style>
a { background-color: #BC31DB; }
a { background-color: rgb(188,49,219); }
div.DivClassName
{
background-color: #BC31DB;
}
.BgClassName
{
background-color: #BC31DB;
}
</style>
border-color css
<style>
span { border-color: #BC31DB; }
span { border-color: rgb(188,49,219); }
td.TdClassName
{
border-color: #BC31DB;
}
.TagClassName
{
border-color: #BC31DB;
}
</style>