Shades of Medium Orchid #BE32EE
Tints of Medium Orchid #BE32EE
RGB
CMYK
RGB Variations
Color information
#BE32EE (or 0xBE32EE) is known color: Medium Orchid. HEX triplet: BE, 32 and EE. RGB value is (190,50,238). Sum of RGB (Red+Green+Blue) = 190+50+238=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE32EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32EE is #41CD11. Grayscale: #707070. Windows color (decimal): -4312338 or 15610558. OLE color: 15610558.
HSL color Cylindrical-coordinate representation of color #BE32EE: hue angle of 284.68º degrees, saturation: 0.85, 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 #BE32EE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 50 | 238 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.07 |
| HSL | 284.68º | 0.85% | 0.56% | - |
| HSV(B) | 284.68º | 0.79% | 0.93% | - |
| XYZ | 37.81 | 19.4 | 82.64 | - |
| YUV | 113.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 238 | 0.20 | 0.79 | 0 | 0.07 | 284.68 | 0.85 | 0.56 |
| Hex | BE | 32 | EE | 14 | 4F | 0 | 7 | 11D | 55 | 38 |
| Octal | 276 | 62 | 356 | 24 | 117 | 0 | 7 | 435 | 125 | 70 |
| Binary | 10111110 | 110010 | 11101110 | 10100 | 1001111 | 0 | 111 | 100011101 | 1010101 | 111000 |
Color Harmonies of #BE32EE
Complementary color
Monochromatic Colors of #BE32EE
Black with #BE32EE
Text Example
Text Example
White with #BE32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32EE; }
p { color: rgb(190,50,238); }
H1.HeaderClassName
{
color: #BE32EE;
}
.AnyTagClassName
{
color: #BE32EE;
}
</style>
background-color css
<style>
a { background-color: #BE32EE; }
a { background-color: rgb(190,50,238); }
div.DivClassName
{
background-color: #BE32EE;
}
.BgClassName
{
background-color: #BE32EE;
}
</style>
border-color css
<style>
span { border-color: #BE32EE; }
span { border-color: rgb(190,50,238); }
td.TdClassName
{
border-color: #BE32EE;
}
.TagClassName
{
border-color: #BE32EE;
}
</style>