Shades of Medium Orchid #BC40F8
Tints of Medium Orchid #BC40F8
RGB
CMYK
RGB Variations
Color information
#BC40F8 (or 0xBC40F8) is known color: Medium Orchid. HEX triplet: BC, 40 and F8. RGB value is (188,64,248). Sum of RGB (Red+Green+Blue) = 188+64+248=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC40F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40F8 is #43BF07. Grayscale: #797979. Windows color (decimal): -4439816 or 16269500. OLE color: 16269500.
HSL color Cylindrical-coordinate representation of color #BC40F8: hue angle of 280.43º degrees, saturation: 0.93, 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 #BC40F8 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 64 | 248 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.03 |
| HSL | 280.43º | 0.93% | 0.61% | - |
| HSV(B) | 280.43º | 0.74% | 0.97% | - |
| XYZ | 39.52 | 21.14 | 90.8 | - |
| YUV | 122.05 | 199.08 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 248 | 0.24 | 0.74 | 0 | 0.03 | 280.43 | 0.93 | 0.61 |
| Hex | BC | 40 | F8 | 18 | 4A | 0 | 3 | 118 | 5D | 3D |
| Octal | 274 | 100 | 370 | 30 | 112 | 0 | 3 | 430 | 135 | 75 |
| Binary | 10111100 | 1000000 | 11111000 | 11000 | 1001010 | 0 | 11 | 100011000 | 1011101 | 111101 |
Color Harmonies of #BC40F8
Complementary color
Monochromatic Colors of #BC40F8
Black with #BC40F8
Text Example
Text Example
White with #BC40F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40F8; }
p { color: rgb(188,64,248); }
H1.HeaderClassName
{
color: #BC40F8;
}
.AnyTagClassName
{
color: #BC40F8;
}
</style>
background-color css
<style>
a { background-color: #BC40F8; }
a { background-color: rgb(188,64,248); }
div.DivClassName
{
background-color: #BC40F8;
}
.BgClassName
{
background-color: #BC40F8;
}
</style>
border-color css
<style>
span { border-color: #BC40F8; }
span { border-color: rgb(188,64,248); }
td.TdClassName
{
border-color: #BC40F8;
}
.TagClassName
{
border-color: #BC40F8;
}
</style>