Shades of Medium Orchid #BE37ED
Tints of Medium Orchid #BE37ED
RGB
CMYK
RGB Variations
Color information
#BE37ED (or 0xBE37ED) is known color: Medium Orchid. HEX triplet: BE, 37 and ED. RGB value is (190,55,237). Sum of RGB (Red+Green+Blue) = 190+55+237=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE37ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE37ED is #41C812. Grayscale: #737373. Windows color (decimal): -4311059 or 15546302. OLE color: 15546302.
HSL color Cylindrical-coordinate representation of color #BE37ED: hue angle of 284.51º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE37ED is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 55 | 237 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.07 |
| HSL | 284.51º | 0.83% | 0.57% | - |
| HSV(B) | 284.51º | 0.77% | 0.93% | - |
| XYZ | 37.89 | 19.79 | 81.94 | - |
| YUV | 116.11 | 196.23 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 237 | 0.20 | 0.77 | 0 | 0.07 | 284.51 | 0.83 | 0.57 |
| Hex | BE | 37 | ED | 14 | 4D | 0 | 7 | 11D | 53 | 39 |
| Octal | 276 | 67 | 355 | 24 | 115 | 0 | 7 | 435 | 123 | 71 |
| Binary | 10111110 | 110111 | 11101101 | 10100 | 1001101 | 0 | 111 | 100011101 | 1010011 | 111001 |
Color Harmonies of #BE37ED
Complementary color
Monochromatic Colors of #BE37ED
Black with #BE37ED
Text Example
Text Example
White with #BE37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE37ED; }
p { color: rgb(190,55,237); }
H1.HeaderClassName
{
color: #BE37ED;
}
.AnyTagClassName
{
color: #BE37ED;
}
</style>
background-color css
<style>
a { background-color: #BE37ED; }
a { background-color: rgb(190,55,237); }
div.DivClassName
{
background-color: #BE37ED;
}
.BgClassName
{
background-color: #BE37ED;
}
</style>
border-color css
<style>
span { border-color: #BE37ED; }
span { border-color: rgb(190,55,237); }
td.TdClassName
{
border-color: #BE37ED;
}
.TagClassName
{
border-color: #BE37ED;
}
</style>