Shades of Medium Orchid #BC40FC
Tints of Medium Orchid #BC40FC
RGB
CMYK
RGB Variations
Color information
#BC40FC (or 0xBC40FC) is known color: Medium Orchid. HEX triplet: BC, 40 and FC. RGB value is (188,64,252). Sum of RGB (Red+Green+Blue) = 188+64+252=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC40FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40FC is #43BF03. Grayscale: #797979. Windows color (decimal): -4439812 or 16531644. OLE color: 16531644.
HSL color Cylindrical-coordinate representation of color #BC40FC: hue angle of 279.57º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC40FC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 64 | 252 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.01 |
| HSL | 279.57º | 0.97% | 0.62% | - |
| HSV(B) | 279.57º | 0.75% | 0.99% | - |
| XYZ | 40.14 | 21.39 | 94.11 | - |
| YUV | 122.51 | 201.08 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 252 | 0.25 | 0.75 | 0 | 0.01 | 279.57 | 0.97 | 0.62 |
| Hex | BC | 40 | FC | 19 | 4B | 0 | 1 | 118 | 61 | 3E |
| Octal | 274 | 100 | 374 | 31 | 113 | 0 | 1 | 430 | 141 | 76 |
| Binary | 10111100 | 1000000 | 11111100 | 11001 | 1001011 | 0 | 1 | 100011000 | 1100001 | 111110 |
Color Harmonies of #BC40FC
Complementary color
Monochromatic Colors of #BC40FC
Black with #BC40FC
Text Example
Text Example
White with #BC40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40FC; }
p { color: rgb(188,64,252); }
H1.HeaderClassName
{
color: #BC40FC;
}
.AnyTagClassName
{
color: #BC40FC;
}
</style>
background-color css
<style>
a { background-color: #BC40FC; }
a { background-color: rgb(188,64,252); }
div.DivClassName
{
background-color: #BC40FC;
}
.BgClassName
{
background-color: #BC40FC;
}
</style>
border-color css
<style>
span { border-color: #BC40FC; }
span { border-color: rgb(188,64,252); }
td.TdClassName
{
border-color: #BC40FC;
}
.TagClassName
{
border-color: #BC40FC;
}
</style>