Shades of Medium Orchid #BC31E5
Tints of Medium Orchid #BC31E5
RGB
CMYK
RGB Variations
Color information
#BC31E5 (or 0xBC31E5) is known color: Medium Orchid. HEX triplet: BC, 31 and E5. RGB value is (188,49,229). Sum of RGB (Red+Green+Blue) = 188+49+229=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31E5 is #43CE1A. Grayscale: #6E6E6E. Windows color (decimal): -4443675 or 15020476. OLE color: 15020476.
HSL color Cylindrical-coordinate representation of color #BC31E5: hue angle of 286.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC31E5 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 49 | 229 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.10 |
| HSL | 286.33º | 0.78% | 0.55% | - |
| HSV(B) | 286.33º | 0.79% | 0.9% | - |
| XYZ | 35.98 | 18.55 | 75.81 | - |
| YUV | 111.08 | 194.55 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 229 | 0.18 | 0.79 | 0 | 0.10 | 286.33 | 0.78 | 0.55 |
| Hex | BC | 31 | E5 | 12 | 4F | 0 | A | 11E | 4E | 37 |
| Octal | 274 | 61 | 345 | 22 | 117 | 0 | 12 | 436 | 116 | 67 |
| Binary | 10111100 | 110001 | 11100101 | 10010 | 1001111 | 0 | 1010 | 100011110 | 1001110 | 110111 |
Color Harmonies of #BC31E5
Complementary color
Monochromatic Colors of #BC31E5
Black with #BC31E5
Text Example
Text Example
White with #BC31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31E5; }
p { color: rgb(188,49,229); }
H1.HeaderClassName
{
color: #BC31E5;
}
.AnyTagClassName
{
color: #BC31E5;
}
</style>
background-color css
<style>
a { background-color: #BC31E5; }
a { background-color: rgb(188,49,229); }
div.DivClassName
{
background-color: #BC31E5;
}
.BgClassName
{
background-color: #BC31E5;
}
</style>
border-color css
<style>
span { border-color: #BC31E5; }
span { border-color: rgb(188,49,229); }
td.TdClassName
{
border-color: #BC31E5;
}
.TagClassName
{
border-color: #BC31E5;
}
</style>