Shades of Medium Orchid #B040EC
Tints of Medium Orchid #B040EC
RGB
CMYK
RGB Variations
Color information
#B040EC (or 0xB040EC) is known color: Medium Orchid. HEX triplet: B0, 40 and EC. RGB value is (176,64,236). Sum of RGB (Red+Green+Blue) = 176+64+236=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B040EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040EC is #4FBF13. Grayscale: #747474. Windows color (decimal): -5226260 or 15483056. OLE color: 15483056.
HSL color Cylindrical-coordinate representation of color #B040EC: hue angle of 279.07º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B040EC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 64 | 236 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.07 |
| HSL | 279.07º | 0.82% | 0.59% | - |
| HSV(B) | 279.07º | 0.73% | 0.93% | - |
| XYZ | 34.88 | 18.95 | 81.18 | - |
| YUV | 117.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 236 | 0.25 | 0.73 | 0 | 0.07 | 279.07 | 0.82 | 0.59 |
| Hex | B0 | 40 | EC | 19 | 49 | 0 | 7 | 117 | 52 | 3B |
| Octal | 260 | 100 | 354 | 31 | 111 | 0 | 7 | 427 | 122 | 73 |
| Binary | 10110000 | 1000000 | 11101100 | 11001 | 1001001 | 0 | 111 | 100010111 | 1010010 | 111011 |
Color Harmonies of #B040EC
Complementary color
Monochromatic Colors of #B040EC
Black with #B040EC
Text Example
Text Example
White with #B040EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040EC; }
p { color: rgb(176,64,236); }
H1.HeaderClassName
{
color: #B040EC;
}
.AnyTagClassName
{
color: #B040EC;
}
</style>
background-color css
<style>
a { background-color: #B040EC; }
a { background-color: rgb(176,64,236); }
div.DivClassName
{
background-color: #B040EC;
}
.BgClassName
{
background-color: #B040EC;
}
</style>
border-color css
<style>
span { border-color: #B040EC; }
span { border-color: rgb(176,64,236); }
td.TdClassName
{
border-color: #B040EC;
}
.TagClassName
{
border-color: #B040EC;
}
</style>