Shades of Medium Orchid #BE32ED
Tints of Medium Orchid #BE32ED
RGB
CMYK
RGB Variations
Color information
#BE32ED (or 0xBE32ED) is known color: Medium Orchid. HEX triplet: BE, 32 and ED. RGB value is (190,50,237). Sum of RGB (Red+Green+Blue) = 190+50+237=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32ED is #41CD12. Grayscale: #707070. Windows color (decimal): -4312339 or 15545022. OLE color: 15545022.
HSL color Cylindrical-coordinate representation of color #BE32ED: hue angle of 284.92º degrees, saturation: 0.84, 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 #BE32ED is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 50 | 237 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.07 |
| HSL | 284.92º | 0.84% | 0.56% | - |
| HSV(B) | 284.92º | 0.79% | 0.93% | - |
| XYZ | 37.66 | 19.34 | 81.87 | - |
| YUV | 113.18 | 197.88 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 237 | 0.20 | 0.79 | 0 | 0.07 | 284.92 | 0.84 | 0.56 |
| Hex | BE | 32 | ED | 14 | 4F | 0 | 7 | 11D | 54 | 38 |
| Octal | 276 | 62 | 355 | 24 | 117 | 0 | 7 | 435 | 124 | 70 |
| Binary | 10111110 | 110010 | 11101101 | 10100 | 1001111 | 0 | 111 | 100011101 | 1010100 | 111000 |
Color Harmonies of #BE32ED
Complementary color
Monochromatic Colors of #BE32ED
Black with #BE32ED
Text Example
Text Example
White with #BE32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32ED; }
p { color: rgb(190,50,237); }
H1.HeaderClassName
{
color: #BE32ED;
}
.AnyTagClassName
{
color: #BE32ED;
}
</style>
background-color css
<style>
a { background-color: #BE32ED; }
a { background-color: rgb(190,50,237); }
div.DivClassName
{
background-color: #BE32ED;
}
.BgClassName
{
background-color: #BE32ED;
}
</style>
border-color css
<style>
span { border-color: #BE32ED; }
span { border-color: rgb(190,50,237); }
td.TdClassName
{
border-color: #BE32ED;
}
.TagClassName
{
border-color: #BE32ED;
}
</style>