Shades of Medium Orchid #BC40FE
Tints of Medium Orchid #BC40FE
RGB
CMYK
RGB Variations
Color information
#BC40FE (or 0xBC40FE) is known color: Medium Orchid. HEX triplet: BC, 40 and FE. RGB value is (188,64,254). Sum of RGB (Red+Green+Blue) = 188+64+254=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40FE is #43BF01. Grayscale: #7A7A7A. Windows color (decimal): -4439810 or 16662716. OLE color: 16662716.
HSL color Cylindrical-coordinate representation of color #BC40FE: hue angle of 279.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC40FE is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 64 | 254 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.00 |
| HSL | 279.16º | 0.99% | 0.62% | - |
| HSV(B) | 279.16º | 0.75% | 1% | - |
| XYZ | 40.46 | 21.51 | 95.79 | - |
| YUV | 122.74 | 202.08 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 254 | 0.26 | 0.75 | 0 | 0.00 | 279.16 | 0.99 | 0.62 |
| Hex | BC | 40 | FE | 1A | 4B | 0 | 0 | 117 | 63 | 3E |
| Octal | 274 | 100 | 376 | 32 | 113 | 0 | 0 | 427 | 143 | 76 |
| Binary | 10111100 | 1000000 | 11111110 | 11010 | 1001011 | 0 | 0 | 100010111 | 1100011 | 111110 |
Color Harmonies of #BC40FE
Complementary color
Monochromatic Colors of #BC40FE
Black with #BC40FE
Text Example
Text Example
White with #BC40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40FE; }
p { color: rgb(188,64,254); }
H1.HeaderClassName
{
color: #BC40FE;
}
.AnyTagClassName
{
color: #BC40FE;
}
</style>
background-color css
<style>
a { background-color: #BC40FE; }
a { background-color: rgb(188,64,254); }
div.DivClassName
{
background-color: #BC40FE;
}
.BgClassName
{
background-color: #BC40FE;
}
</style>
border-color css
<style>
span { border-color: #BC40FE; }
span { border-color: rgb(188,64,254); }
td.TdClassName
{
border-color: #BC40FE;
}
.TagClassName
{
border-color: #BC40FE;
}
</style>