Shades of Medium Orchid #BC40F9
Tints of Medium Orchid #BC40F9
RGB
CMYK
RGB Variations
Color information
#BC40F9 (or 0xBC40F9) is known color: Medium Orchid. HEX triplet: BC, 40 and F9. RGB value is (188,64,249). Sum of RGB (Red+Green+Blue) = 188+64+249=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC40F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40F9 is #43BF06. Grayscale: #797979. Windows color (decimal): -4439815 or 16335036. OLE color: 16335036.
HSL color Cylindrical-coordinate representation of color #BC40F9: hue angle of 280.22º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC40F9 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 64 | 249 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.02 |
| HSL | 280.22º | 0.94% | 0.61% | - |
| HSV(B) | 280.22º | 0.74% | 0.98% | - |
| XYZ | 39.67 | 21.2 | 91.62 | - |
| YUV | 122.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 249 | 0.24 | 0.74 | 0 | 0.02 | 280.22 | 0.94 | 0.61 |
| Hex | BC | 40 | F9 | 18 | 4A | 0 | 2 | 118 | 5E | 3D |
| Octal | 274 | 100 | 371 | 30 | 112 | 0 | 2 | 430 | 136 | 75 |
| Binary | 10111100 | 1000000 | 11111001 | 11000 | 1001010 | 0 | 10 | 100011000 | 1011110 | 111101 |
Color Harmonies of #BC40F9
Complementary color
Monochromatic Colors of #BC40F9
Black with #BC40F9
Text Example
Text Example
White with #BC40F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40F9; }
p { color: rgb(188,64,249); }
H1.HeaderClassName
{
color: #BC40F9;
}
.AnyTagClassName
{
color: #BC40F9;
}
</style>
background-color css
<style>
a { background-color: #BC40F9; }
a { background-color: rgb(188,64,249); }
div.DivClassName
{
background-color: #BC40F9;
}
.BgClassName
{
background-color: #BC40F9;
}
</style>
border-color css
<style>
span { border-color: #BC40F9; }
span { border-color: rgb(188,64,249); }
td.TdClassName
{
border-color: #BC40F9;
}
.TagClassName
{
border-color: #BC40F9;
}
</style>