Shades of Medium Orchid #BC31DD
Tints of Medium Orchid #BC31DD
RGB
CMYK
RGB Variations
Color information
#BC31DD (or 0xBC31DD) is known color: Medium Orchid. HEX triplet: BC, 31 and DD. RGB value is (188,49,221). Sum of RGB (Red+Green+Blue) = 188+49+221=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31DD is #43CE22. Grayscale: #6D6D6D. Windows color (decimal): -4443683 or 14496188. OLE color: 14496188.
HSL color Cylindrical-coordinate representation of color #BC31DD: hue angle of 288.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC31DD is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 49 | 221 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.13 |
| HSL | 288.49º | 0.72% | 0.53% | - |
| HSV(B) | 288.49º | 0.78% | 0.87% | - |
| XYZ | 34.89 | 18.11 | 70.06 | - |
| YUV | 110.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 221 | 0.15 | 0.78 | 0 | 0.13 | 288.49 | 0.72 | 0.53 |
| Hex | BC | 31 | DD | F | 4E | 0 | D | 120 | 48 | 35 |
| Octal | 274 | 61 | 335 | 17 | 116 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111100 | 110001 | 11011101 | 1111 | 1001110 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #BC31DD
Complementary color
Monochromatic Colors of #BC31DD
Black with #BC31DD
Text Example
Text Example
White with #BC31DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31DD; }
p { color: rgb(188,49,221); }
H1.HeaderClassName
{
color: #BC31DD;
}
.AnyTagClassName
{
color: #BC31DD;
}
</style>
background-color css
<style>
a { background-color: #BC31DD; }
a { background-color: rgb(188,49,221); }
div.DivClassName
{
background-color: #BC31DD;
}
.BgClassName
{
background-color: #BC31DD;
}
</style>
border-color css
<style>
span { border-color: #BC31DD; }
span { border-color: rgb(188,49,221); }
td.TdClassName
{
border-color: #BC31DD;
}
.TagClassName
{
border-color: #BC31DD;
}
</style>