Shades of Medium Orchid #BC31ED
Tints of Medium Orchid #BC31ED
RGB
CMYK
RGB Variations
Color information
#BC31ED (or 0xBC31ED) is known color: Medium Orchid. HEX triplet: BC, 31 and ED. RGB value is (188,49,237). Sum of RGB (Red+Green+Blue) = 188+49+237=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31ED is #43CE12. Grayscale: #6F6F6F. Windows color (decimal): -4443667 or 15544764. OLE color: 15544764.
HSL color Cylindrical-coordinate representation of color #BC31ED: hue angle of 284.36º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC31ED is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 49 | 237 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.07 |
| HSL | 284.36º | 0.84% | 0.56% | - |
| HSV(B) | 284.36º | 0.79% | 0.93% | - |
| XYZ | 37.12 | 19 | 81.83 | - |
| YUV | 111.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 237 | 0.21 | 0.79 | 0 | 0.07 | 284.36 | 0.84 | 0.56 |
| Hex | BC | 31 | ED | 15 | 4F | 0 | 7 | 11C | 54 | 38 |
| Octal | 274 | 61 | 355 | 25 | 117 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111100 | 110001 | 11101101 | 10101 | 1001111 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BC31ED
Complementary color
Monochromatic Colors of #BC31ED
Black with #BC31ED
Text Example
Text Example
White with #BC31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31ED; }
p { color: rgb(188,49,237); }
H1.HeaderClassName
{
color: #BC31ED;
}
.AnyTagClassName
{
color: #BC31ED;
}
</style>
background-color css
<style>
a { background-color: #BC31ED; }
a { background-color: rgb(188,49,237); }
div.DivClassName
{
background-color: #BC31ED;
}
.BgClassName
{
background-color: #BC31ED;
}
</style>
border-color css
<style>
span { border-color: #BC31ED; }
span { border-color: rgb(188,49,237); }
td.TdClassName
{
border-color: #BC31ED;
}
.TagClassName
{
border-color: #BC31ED;
}
</style>