Shades of Medium Orchid #BC40F7
Tints of Medium Orchid #BC40F7
RGB
CMYK
RGB Variations
Color information
#BC40F7 (or 0xBC40F7) is known color: Medium Orchid. HEX triplet: BC, 40 and F7. RGB value is (188,64,247). Sum of RGB (Red+Green+Blue) = 188+64+247=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC40F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40F7 is #43BF08. Grayscale: #797979. Windows color (decimal): -4439817 or 16203964. OLE color: 16203964.
HSL color Cylindrical-coordinate representation of color #BC40F7: hue angle of 280.66º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC40F7 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 64 | 247 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.03 |
| HSL | 280.66º | 0.92% | 0.61% | - |
| HSV(B) | 280.66º | 0.74% | 0.97% | - |
| XYZ | 39.36 | 21.07 | 89.99 | - |
| YUV | 121.94 | 198.58 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 247 | 0.24 | 0.74 | 0 | 0.03 | 280.66 | 0.92 | 0.61 |
| Hex | BC | 40 | F7 | 18 | 4A | 0 | 3 | 119 | 5C | 3D |
| Octal | 274 | 100 | 367 | 30 | 112 | 0 | 3 | 431 | 134 | 75 |
| Binary | 10111100 | 1000000 | 11110111 | 11000 | 1001010 | 0 | 11 | 100011001 | 1011100 | 111101 |
Color Harmonies of #BC40F7
Complementary color
Monochromatic Colors of #BC40F7
Black with #BC40F7
Text Example
Text Example
White with #BC40F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40F7; }
p { color: rgb(188,64,247); }
H1.HeaderClassName
{
color: #BC40F7;
}
.AnyTagClassName
{
color: #BC40F7;
}
</style>
background-color css
<style>
a { background-color: #BC40F7; }
a { background-color: rgb(188,64,247); }
div.DivClassName
{
background-color: #BC40F7;
}
.BgClassName
{
background-color: #BC40F7;
}
</style>
border-color css
<style>
span { border-color: #BC40F7; }
span { border-color: rgb(188,64,247); }
td.TdClassName
{
border-color: #BC40F7;
}
.TagClassName
{
border-color: #BC40F7;
}
</style>