Shades of Medium Orchid #BC40F4
Tints of Medium Orchid #BC40F4
RGB
CMYK
RGB Variations
Color information
#BC40F4 (or 0xBC40F4) is known color: Medium Orchid. HEX triplet: BC, 40 and F4. RGB value is (188,64,244). Sum of RGB (Red+Green+Blue) = 188+64+244=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC40F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40F4 is #43BF0B. Grayscale: #797979. Windows color (decimal): -4439820 or 16007356. OLE color: 16007356.
HSL color Cylindrical-coordinate representation of color #BC40F4: hue angle of 281.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC40F4 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 64 | 244 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.04 |
| HSL | 281.33º | 0.89% | 0.6% | - |
| HSV(B) | 281.33º | 0.74% | 0.96% | - |
| XYZ | 38.9 | 20.89 | 87.57 | - |
| YUV | 121.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 244 | 0.23 | 0.74 | 0 | 0.04 | 281.33 | 0.89 | 0.6 |
| Hex | BC | 40 | F4 | 17 | 4A | 0 | 4 | 119 | 59 | 3C |
| Octal | 274 | 100 | 364 | 27 | 112 | 0 | 4 | 431 | 131 | 74 |
| Binary | 10111100 | 1000000 | 11110100 | 10111 | 1001010 | 0 | 100 | 100011001 | 1011001 | 111100 |
Color Harmonies of #BC40F4
Complementary color
Monochromatic Colors of #BC40F4
Black with #BC40F4
Text Example
Text Example
White with #BC40F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40F4; }
p { color: rgb(188,64,244); }
H1.HeaderClassName
{
color: #BC40F4;
}
.AnyTagClassName
{
color: #BC40F4;
}
</style>
background-color css
<style>
a { background-color: #BC40F4; }
a { background-color: rgb(188,64,244); }
div.DivClassName
{
background-color: #BC40F4;
}
.BgClassName
{
background-color: #BC40F4;
}
</style>
border-color css
<style>
span { border-color: #BC40F4; }
span { border-color: rgb(188,64,244); }
td.TdClassName
{
border-color: #BC40F4;
}
.TagClassName
{
border-color: #BC40F4;
}
</style>