Shades of Medium Orchid #BC5CF1
Tints of Medium Orchid #BC5CF1
RGB
CMYK
RGB Variations
Color information
#BC5CF1 (or 0xBC5CF1) is known color: Medium Orchid. HEX triplet: BC, 5C and F1. RGB value is (188,92,241). Sum of RGB (Red+Green+Blue) = 188+92+241=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC5CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CF1 is #43A30E. Grayscale: #898989. Windows color (decimal): -4432655 or 15817916. OLE color: 15817916.
HSL color Cylindrical-coordinate representation of color #BC5CF1: hue angle of 278.66º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5CF1 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 92 | 241 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.05 |
| HSL | 278.66º | 0.84% | 0.65% | - |
| HSV(B) | 278.66º | 0.62% | 0.95% | - |
| XYZ | 40.44 | 24.7 | 85.85 | - |
| YUV | 137.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 241 | 0.22 | 0.62 | 0 | 0.05 | 278.66 | 0.84 | 0.65 |
| Hex | BC | 5C | F1 | 16 | 3E | 0 | 5 | 117 | 54 | 41 |
| Octal | 274 | 134 | 361 | 26 | 76 | 0 | 5 | 427 | 124 | 101 |
| Binary | 10111100 | 1011100 | 11110001 | 10110 | 111110 | 0 | 101 | 100010111 | 1010100 | 1000001 |
Color Harmonies of #BC5CF1
Complementary color
Monochromatic Colors of #BC5CF1
Black with #BC5CF1
Text Example
Text Example
White with #BC5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CF1; }
p { color: rgb(188,92,241); }
H1.HeaderClassName
{
color: #BC5CF1;
}
.AnyTagClassName
{
color: #BC5CF1;
}
</style>
background-color css
<style>
a { background-color: #BC5CF1; }
a { background-color: rgb(188,92,241); }
div.DivClassName
{
background-color: #BC5CF1;
}
.BgClassName
{
background-color: #BC5CF1;
}
</style>
border-color css
<style>
span { border-color: #BC5CF1; }
span { border-color: rgb(188,92,241); }
td.TdClassName
{
border-color: #BC5CF1;
}
.TagClassName
{
border-color: #BC5CF1;
}
</style>