Shades of Medium Orchid #BC31EF
Tints of Medium Orchid #BC31EF
RGB
CMYK
RGB Variations
Color information
#BC31EF (or 0xBC31EF) is known color: Medium Orchid. HEX triplet: BC, 31 and EF. RGB value is (188,49,239). Sum of RGB (Red+Green+Blue) = 188+49+239=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC31EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31EF is #43CE10. Grayscale: #6F6F6F. Windows color (decimal): -4443665 or 15675836. OLE color: 15675836.
HSL color Cylindrical-coordinate representation of color #BC31EF: hue angle of 283.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC31EF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 49 | 239 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.06 |
| HSL | 283.89º | 0.86% | 0.56% | - |
| HSV(B) | 283.89º | 0.79% | 0.94% | - |
| XYZ | 37.42 | 19.12 | 83.38 | - |
| YUV | 112.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 239 | 0.21 | 0.79 | 0 | 0.06 | 283.89 | 0.86 | 0.56 |
| Hex | BC | 31 | EF | 15 | 4F | 0 | 6 | 11C | 56 | 38 |
| Octal | 274 | 61 | 357 | 25 | 117 | 0 | 6 | 434 | 126 | 70 |
| Binary | 10111100 | 110001 | 11101111 | 10101 | 1001111 | 0 | 110 | 100011100 | 1010110 | 111000 |
Color Harmonies of #BC31EF
Complementary color
Monochromatic Colors of #BC31EF
Black with #BC31EF
Text Example
Text Example
White with #BC31EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31EF; }
p { color: rgb(188,49,239); }
H1.HeaderClassName
{
color: #BC31EF;
}
.AnyTagClassName
{
color: #BC31EF;
}
</style>
background-color css
<style>
a { background-color: #BC31EF; }
a { background-color: rgb(188,49,239); }
div.DivClassName
{
background-color: #BC31EF;
}
.BgClassName
{
background-color: #BC31EF;
}
</style>
border-color css
<style>
span { border-color: #BC31EF; }
span { border-color: rgb(188,49,239); }
td.TdClassName
{
border-color: #BC31EF;
}
.TagClassName
{
border-color: #BC31EF;
}
</style>