Shades of Medium Orchid #B240EC
Tints of Medium Orchid #B240EC
RGB
CMYK
RGB Variations
Color information
#B240EC (or 0xB240EC) is known color: Medium Orchid. HEX triplet: B2, 40 and EC. RGB value is (178,64,236). Sum of RGB (Red+Green+Blue) = 178+64+236=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #B240EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B240EC is #4DBF13. Grayscale: #757575. Windows color (decimal): -5095188 or 15483058. OLE color: 15483058.
HSL color Cylindrical-coordinate representation of color #B240EC: hue angle of 279.77º 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 #B240EC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 64 | 236 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.07 |
| HSL | 279.77º | 0.82% | 0.59% | - |
| HSV(B) | 279.77º | 0.73% | 0.93% | - |
| XYZ | 35.33 | 19.19 | 81.2 | - |
| YUV | 117.69 | 194.77 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 236 | 0.25 | 0.73 | 0 | 0.07 | 279.77 | 0.82 | 0.59 |
| Hex | B2 | 40 | EC | 19 | 49 | 0 | 7 | 118 | 52 | 3B |
| Octal | 262 | 100 | 354 | 31 | 111 | 0 | 7 | 430 | 122 | 73 |
| Binary | 10110010 | 1000000 | 11101100 | 11001 | 1001001 | 0 | 111 | 100011000 | 1010010 | 111011 |
Color Harmonies of #B240EC
Complementary color
Monochromatic Colors of #B240EC
Black with #B240EC
Text Example
Text Example
White with #B240EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240EC; }
p { color: rgb(178,64,236); }
H1.HeaderClassName
{
color: #B240EC;
}
.AnyTagClassName
{
color: #B240EC;
}
</style>
background-color css
<style>
a { background-color: #B240EC; }
a { background-color: rgb(178,64,236); }
div.DivClassName
{
background-color: #B240EC;
}
.BgClassName
{
background-color: #B240EC;
}
</style>
border-color css
<style>
span { border-color: #B240EC; }
span { border-color: rgb(178,64,236); }
td.TdClassName
{
border-color: #B240EC;
}
.TagClassName
{
border-color: #B240EC;
}
</style>