Shades of Medium Orchid #BC63F6
Tints of Medium Orchid #BC63F6
RGB
CMYK
RGB Variations
Color information
#BC63F6 (or 0xBC63F6) is known color: Medium Orchid. HEX triplet: BC, 63 and F6. RGB value is (188,99,246). Sum of RGB (Red+Green+Blue) = 188+99+246=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC63F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63F6 is #439C09. Grayscale: #8D8D8D. Windows color (decimal): -4430858 or 16147388. OLE color: 16147388.
HSL color Cylindrical-coordinate representation of color #BC63F6: hue angle of 276.33º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC63F6 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 99 | 246 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.04 |
| HSL | 276.33º | 0.89% | 0.68% | - |
| HSV(B) | 276.33º | 0.6% | 0.96% | - |
| XYZ | 41.84 | 26.27 | 90.05 | - |
| YUV | 142.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 246 | 0.24 | 0.60 | 0 | 0.04 | 276.33 | 0.89 | 0.68 |
| Hex | BC | 63 | F6 | 18 | 3C | 0 | 4 | 114 | 59 | 44 |
| Octal | 274 | 143 | 366 | 30 | 74 | 0 | 4 | 424 | 131 | 104 |
| Binary | 10111100 | 1100011 | 11110110 | 11000 | 111100 | 0 | 100 | 100010100 | 1011001 | 1000100 |
Color Harmonies of #BC63F6
Complementary color
Monochromatic Colors of #BC63F6
Black with #BC63F6
Text Example
Text Example
White with #BC63F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63F6; }
p { color: rgb(188,99,246); }
H1.HeaderClassName
{
color: #BC63F6;
}
.AnyTagClassName
{
color: #BC63F6;
}
</style>
background-color css
<style>
a { background-color: #BC63F6; }
a { background-color: rgb(188,99,246); }
div.DivClassName
{
background-color: #BC63F6;
}
.BgClassName
{
background-color: #BC63F6;
}
</style>
border-color css
<style>
span { border-color: #BC63F6; }
span { border-color: rgb(188,99,246); }
td.TdClassName
{
border-color: #BC63F6;
}
.TagClassName
{
border-color: #BC63F6;
}
</style>