Shades of Medium Orchid #BC31F1
Tints of Medium Orchid #BC31F1
RGB
CMYK
RGB Variations
Color information
#BC31F1 (or 0xBC31F1) is known color: Medium Orchid. HEX triplet: BC, 31 and F1. RGB value is (188,49,241). Sum of RGB (Red+Green+Blue) = 188+49+241=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC31F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31F1 is #43CE0E. Grayscale: #6F6F6F. Windows color (decimal): -4443663 or 15806908. OLE color: 15806908.
HSL color Cylindrical-coordinate representation of color #BC31F1: hue angle of 283.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC31F1 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 49 | 241 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.05 |
| HSL | 283.44º | 0.87% | 0.57% | - |
| HSV(B) | 283.44º | 0.8% | 0.95% | - |
| XYZ | 37.71 | 19.24 | 84.94 | - |
| YUV | 112.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 241 | 0.22 | 0.80 | 0 | 0.05 | 283.44 | 0.87 | 0.57 |
| Hex | BC | 31 | F1 | 16 | 50 | 0 | 5 | 11B | 57 | 39 |
| Octal | 274 | 61 | 361 | 26 | 120 | 0 | 5 | 433 | 127 | 71 |
| Binary | 10111100 | 110001 | 11110001 | 10110 | 1010000 | 0 | 101 | 100011011 | 1010111 | 111001 |
Color Harmonies of #BC31F1
Complementary color
Monochromatic Colors of #BC31F1
Black with #BC31F1
Text Example
Text Example
White with #BC31F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31F1; }
p { color: rgb(188,49,241); }
H1.HeaderClassName
{
color: #BC31F1;
}
.AnyTagClassName
{
color: #BC31F1;
}
</style>
background-color css
<style>
a { background-color: #BC31F1; }
a { background-color: rgb(188,49,241); }
div.DivClassName
{
background-color: #BC31F1;
}
.BgClassName
{
background-color: #BC31F1;
}
</style>
border-color css
<style>
span { border-color: #BC31F1; }
span { border-color: rgb(188,49,241); }
td.TdClassName
{
border-color: #BC31F1;
}
.TagClassName
{
border-color: #BC31F1;
}
</style>