Shades of Medium Orchid #BC31D6
Tints of Medium Orchid #BC31D6
RGB
CMYK
RGB Variations
Color information
#BC31D6 (or 0xBC31D6) is known color: Medium Orchid. HEX triplet: BC, 31 and D6. RGB value is (188,49,214). Sum of RGB (Red+Green+Blue) = 188+49+214=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC31D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31D6 is #43CE29. Grayscale: #6C6C6C. Windows color (decimal): -4443690 or 14037436. OLE color: 14037436.
HSL color Cylindrical-coordinate representation of color #BC31D6: hue angle of 290.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC31D6 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 49 | 214 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.16 |
| HSL | 290.55º | 0.67% | 0.52% | - |
| HSV(B) | 290.55º | 0.77% | 0.84% | - |
| XYZ | 33.97 | 17.74 | 65.25 | - |
| YUV | 109.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 214 | 0.12 | 0.77 | 0 | 0.16 | 290.55 | 0.67 | 0.52 |
| Hex | BC | 31 | D6 | C | 4D | 0 | 10 | 123 | 43 | 34 |
| Octal | 274 | 61 | 326 | 14 | 115 | 0 | 20 | 443 | 103 | 64 |
| Binary | 10111100 | 110001 | 11010110 | 1100 | 1001101 | 0 | 10000 | 100100011 | 1000011 | 110100 |
Color Harmonies of #BC31D6
Complementary color
Monochromatic Colors of #BC31D6
Black with #BC31D6
Text Example
Text Example
White with #BC31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31D6; }
p { color: rgb(188,49,214); }
H1.HeaderClassName
{
color: #BC31D6;
}
.AnyTagClassName
{
color: #BC31D6;
}
</style>
background-color css
<style>
a { background-color: #BC31D6; }
a { background-color: rgb(188,49,214); }
div.DivClassName
{
background-color: #BC31D6;
}
.BgClassName
{
background-color: #BC31D6;
}
</style>
border-color css
<style>
span { border-color: #BC31D6; }
span { border-color: rgb(188,49,214); }
td.TdClassName
{
border-color: #BC31D6;
}
.TagClassName
{
border-color: #BC31D6;
}
</style>