Shades of Medium Orchid #BE42EC
Tints of Medium Orchid #BE42EC
RGB
CMYK
RGB Variations
Color information
#BE42EC (or 0xBE42EC) is known color: Medium Orchid. HEX triplet: BE, 42 and EC. RGB value is (190,66,236). Sum of RGB (Red+Green+Blue) = 190+66+236=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE42EC is #41BD13. Grayscale: #797979. Windows color (decimal): -4308244 or 15483582. OLE color: 15483582.
HSL color Cylindrical-coordinate representation of color #BE42EC: hue angle of 283.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE42EC is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 66 | 236 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.07 |
| HSL | 283.76º | 0.82% | 0.59% | - |
| HSV(B) | 283.76º | 0.72% | 0.93% | - |
| XYZ | 38.32 | 20.9 | 81.37 | - |
| YUV | 122.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 236 | 0.19 | 0.72 | 0 | 0.07 | 283.76 | 0.82 | 0.59 |
| Hex | BE | 42 | EC | 13 | 48 | 0 | 7 | 11C | 52 | 3B |
| Octal | 276 | 102 | 354 | 23 | 110 | 0 | 7 | 434 | 122 | 73 |
| Binary | 10111110 | 1000010 | 11101100 | 10011 | 1001000 | 0 | 111 | 100011100 | 1010010 | 111011 |
Color Harmonies of #BE42EC
Complementary color
Monochromatic Colors of #BE42EC
Black with #BE42EC
Text Example
Text Example
White with #BE42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42EC; }
p { color: rgb(190,66,236); }
H1.HeaderClassName
{
color: #BE42EC;
}
.AnyTagClassName
{
color: #BE42EC;
}
</style>
background-color css
<style>
a { background-color: #BE42EC; }
a { background-color: rgb(190,66,236); }
div.DivClassName
{
background-color: #BE42EC;
}
.BgClassName
{
background-color: #BE42EC;
}
</style>
border-color css
<style>
span { border-color: #BE42EC; }
span { border-color: rgb(190,66,236); }
td.TdClassName
{
border-color: #BE42EC;
}
.TagClassName
{
border-color: #BE42EC;
}
</style>