Shades of Medium Orchid #BE32EC
Tints of Medium Orchid #BE32EC
RGB
CMYK
RGB Variations
Color information
#BE32EC (or 0xBE32EC) is known color: Medium Orchid. HEX triplet: BE, 32 and EC. RGB value is (190,50,236). Sum of RGB (Red+Green+Blue) = 190+50+236=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 50 (19.92% from 255 or 10.50% 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 #BE32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32EC is #41CD13. Grayscale: #707070. Windows color (decimal): -4312340 or 15479486. OLE color: 15479486.
HSL color Cylindrical-coordinate representation of color #BE32EC: hue angle of 285.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE32EC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 50 | 236 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.07 |
| HSL | 285.16º | 0.83% | 0.56% | - |
| HSV(B) | 285.16º | 0.79% | 0.93% | - |
| XYZ | 37.52 | 19.28 | 81.1 | - |
| YUV | 113.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 236 | 0.19 | 0.79 | 0 | 0.07 | 285.16 | 0.83 | 0.56 |
| Hex | BE | 32 | EC | 13 | 4F | 0 | 7 | 11D | 53 | 38 |
| Octal | 276 | 62 | 354 | 23 | 117 | 0 | 7 | 435 | 123 | 70 |
| Binary | 10111110 | 110010 | 11101100 | 10011 | 1001111 | 0 | 111 | 100011101 | 1010011 | 111000 |
Color Harmonies of #BE32EC
Complementary color
Monochromatic Colors of #BE32EC
Black with #BE32EC
Text Example
Text Example
White with #BE32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32EC; }
p { color: rgb(190,50,236); }
H1.HeaderClassName
{
color: #BE32EC;
}
.AnyTagClassName
{
color: #BE32EC;
}
</style>
background-color css
<style>
a { background-color: #BE32EC; }
a { background-color: rgb(190,50,236); }
div.DivClassName
{
background-color: #BE32EC;
}
.BgClassName
{
background-color: #BE32EC;
}
</style>
border-color css
<style>
span { border-color: #BE32EC; }
span { border-color: rgb(190,50,236); }
td.TdClassName
{
border-color: #BE32EC;
}
.TagClassName
{
border-color: #BE32EC;
}
</style>