Shades of Medium Orchid #BC5DF6
Tints of Medium Orchid #BC5DF6
RGB
CMYK
RGB Variations
Color information
#BC5DF6 (or 0xBC5DF6) is known color: Medium Orchid. HEX triplet: BC, 5D and F6. RGB value is (188,93,246). Sum of RGB (Red+Green+Blue) = 188+93+246=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DF6 is #43A209. Grayscale: #8A8A8A. Windows color (decimal): -4432394 or 16145852. OLE color: 16145852.
HSL color Cylindrical-coordinate representation of color #BC5DF6: hue angle of 277.25º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5DF6 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 93 | 246 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.04 |
| HSL | 277.25º | 0.89% | 0.66% | - |
| HSV(B) | 277.25º | 0.62% | 0.96% | - |
| XYZ | 41.29 | 25.17 | 89.87 | - |
| YUV | 138.85 | 188.47 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 246 | 0.24 | 0.62 | 0 | 0.04 | 277.25 | 0.89 | 0.66 |
| Hex | BC | 5D | F6 | 18 | 3E | 0 | 4 | 115 | 59 | 42 |
| Octal | 274 | 135 | 366 | 30 | 76 | 0 | 4 | 425 | 131 | 102 |
| Binary | 10111100 | 1011101 | 11110110 | 11000 | 111110 | 0 | 100 | 100010101 | 1011001 | 1000010 |
Color Harmonies of #BC5DF6
Complementary color
Monochromatic Colors of #BC5DF6
Black with #BC5DF6
Text Example
Text Example
White with #BC5DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DF6; }
p { color: rgb(188,93,246); }
H1.HeaderClassName
{
color: #BC5DF6;
}
.AnyTagClassName
{
color: #BC5DF6;
}
</style>
background-color css
<style>
a { background-color: #BC5DF6; }
a { background-color: rgb(188,93,246); }
div.DivClassName
{
background-color: #BC5DF6;
}
.BgClassName
{
background-color: #BC5DF6;
}
</style>
border-color css
<style>
span { border-color: #BC5DF6; }
span { border-color: rgb(188,93,246); }
td.TdClassName
{
border-color: #BC5DF6;
}
.TagClassName
{
border-color: #BC5DF6;
}
</style>