Shades of Medium Orchid #BE32EB
Tints of Medium Orchid #BE32EB
RGB
CMYK
RGB Variations
Color information
#BE32EB (or 0xBE32EB) is known color: Medium Orchid. HEX triplet: BE, 32 and EB. RGB value is (190,50,235). Sum of RGB (Red+Green+Blue) = 190+50+235=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32EB is #41CD14. Grayscale: #707070. Windows color (decimal): -4312341 or 15413950. OLE color: 15413950.
HSL color Cylindrical-coordinate representation of color #BE32EB: hue angle of 285.41º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE32EB is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 50 | 235 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.08 |
| HSL | 285.41º | 0.82% | 0.56% | - |
| HSV(B) | 285.41º | 0.79% | 0.92% | - |
| XYZ | 37.37 | 19.23 | 80.34 | - |
| YUV | 112.95 | 196.88 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 235 | 0.19 | 0.79 | 0 | 0.08 | 285.41 | 0.82 | 0.56 |
| Hex | BE | 32 | EB | 13 | 4F | 0 | 8 | 11D | 52 | 38 |
| Octal | 276 | 62 | 353 | 23 | 117 | 0 | 10 | 435 | 122 | 70 |
| Binary | 10111110 | 110010 | 11101011 | 10011 | 1001111 | 0 | 1000 | 100011101 | 1010010 | 111000 |
Color Harmonies of #BE32EB
Complementary color
Monochromatic Colors of #BE32EB
Black with #BE32EB
Text Example
Text Example
White with #BE32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32EB; }
p { color: rgb(190,50,235); }
H1.HeaderClassName
{
color: #BE32EB;
}
.AnyTagClassName
{
color: #BE32EB;
}
</style>
background-color css
<style>
a { background-color: #BE32EB; }
a { background-color: rgb(190,50,235); }
div.DivClassName
{
background-color: #BE32EB;
}
.BgClassName
{
background-color: #BE32EB;
}
</style>
border-color css
<style>
span { border-color: #BE32EB; }
span { border-color: rgb(190,50,235); }
td.TdClassName
{
border-color: #BE32EB;
}
.TagClassName
{
border-color: #BE32EB;
}
</style>