Shades of Medium Orchid #BC55F1
Tints of Medium Orchid #BC55F1
RGB
CMYK
RGB Variations
Color information
#BC55F1 (or 0xBC55F1) is known color: Medium Orchid. HEX triplet: BC, 55 and F1. RGB value is (188,85,241). Sum of RGB (Red+Green+Blue) = 188+85+241=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC55F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55F1 is #43AA0E. Grayscale: #858585. Windows color (decimal): -4434447 or 15816124. OLE color: 15816124.
HSL color Cylindrical-coordinate representation of color #BC55F1: hue angle of 279.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC55F1 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 85 | 241 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.05 |
| HSL | 279.62º | 0.85% | 0.64% | - |
| HSV(B) | 279.62º | 0.65% | 0.95% | - |
| XYZ | 39.86 | 23.54 | 85.66 | - |
| YUV | 133.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 241 | 0.22 | 0.65 | 0 | 0.05 | 279.62 | 0.85 | 0.64 |
| Hex | BC | 55 | F1 | 16 | 41 | 0 | 5 | 118 | 55 | 40 |
| Octal | 274 | 125 | 361 | 26 | 101 | 0 | 5 | 430 | 125 | 100 |
| Binary | 10111100 | 1010101 | 11110001 | 10110 | 1000001 | 0 | 101 | 100011000 | 1010101 | 1000000 |
Color Harmonies of #BC55F1
Complementary color
Monochromatic Colors of #BC55F1
Black with #BC55F1
Text Example
Text Example
White with #BC55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55F1; }
p { color: rgb(188,85,241); }
H1.HeaderClassName
{
color: #BC55F1;
}
.AnyTagClassName
{
color: #BC55F1;
}
</style>
background-color css
<style>
a { background-color: #BC55F1; }
a { background-color: rgb(188,85,241); }
div.DivClassName
{
background-color: #BC55F1;
}
.BgClassName
{
background-color: #BC55F1;
}
</style>
border-color css
<style>
span { border-color: #BC55F1; }
span { border-color: rgb(188,85,241); }
td.TdClassName
{
border-color: #BC55F1;
}
.TagClassName
{
border-color: #BC55F1;
}
</style>