Shades of Medium Orchid #BC63F1
Tints of Medium Orchid #BC63F1
RGB
CMYK
RGB Variations
Color information
#BC63F1 (or 0xBC63F1) is known color: Medium Orchid. HEX triplet: BC, 63 and F1. RGB value is (188,99,241). Sum of RGB (Red+Green+Blue) = 188+99+241=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC63F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63F1 is #439C0E. Grayscale: #8D8D8D. Windows color (decimal): -4430863 or 15819708. OLE color: 15819708.
HSL color Cylindrical-coordinate representation of color #BC63F1: hue angle of 277.61º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC63F1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 99 | 241 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.05 |
| HSL | 277.61º | 0.84% | 0.67% | - |
| HSV(B) | 277.61º | 0.59% | 0.95% | - |
| XYZ | 41.08 | 25.97 | 86.07 | - |
| YUV | 141.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 241 | 0.22 | 0.59 | 0 | 0.05 | 277.61 | 0.84 | 0.67 |
| Hex | BC | 63 | F1 | 16 | 3B | 0 | 5 | 116 | 54 | 43 |
| Octal | 274 | 143 | 361 | 26 | 73 | 0 | 5 | 426 | 124 | 103 |
| Binary | 10111100 | 1100011 | 11110001 | 10110 | 111011 | 0 | 101 | 100010110 | 1010100 | 1000011 |
Color Harmonies of #BC63F1
Complementary color
Monochromatic Colors of #BC63F1
Black with #BC63F1
Text Example
Text Example
White with #BC63F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63F1; }
p { color: rgb(188,99,241); }
H1.HeaderClassName
{
color: #BC63F1;
}
.AnyTagClassName
{
color: #BC63F1;
}
</style>
background-color css
<style>
a { background-color: #BC63F1; }
a { background-color: rgb(188,99,241); }
div.DivClassName
{
background-color: #BC63F1;
}
.BgClassName
{
background-color: #BC63F1;
}
</style>
border-color css
<style>
span { border-color: #BC63F1; }
span { border-color: rgb(188,99,241); }
td.TdClassName
{
border-color: #BC63F1;
}
.TagClassName
{
border-color: #BC63F1;
}
</style>