Shades of Medium Orchid #BE37E5
Tints of Medium Orchid #BE37E5
RGB
CMYK
RGB Variations
Color information
#BE37E5 (or 0xBE37E5) is known color: Medium Orchid. HEX triplet: BE, 37 and E5. RGB value is (190,55,229). Sum of RGB (Red+Green+Blue) = 190+55+229=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE37E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37E5 is #41C81A. Grayscale: #727272. Windows color (decimal): -4311067 or 15022014. OLE color: 15022014.
HSL color Cylindrical-coordinate representation of color #BE37E5: hue angle of 286.55º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE37E5 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 55 | 229 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.10 |
| HSL | 286.55º | 0.77% | 0.56% | - |
| HSV(B) | 286.55º | 0.76% | 0.9% | - |
| XYZ | 36.74 | 19.34 | 75.92 | - |
| YUV | 115.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 229 | 0.17 | 0.76 | 0 | 0.10 | 286.55 | 0.77 | 0.56 |
| Hex | BE | 37 | E5 | 11 | 4C | 0 | A | 11F | 4D | 38 |
| Octal | 276 | 67 | 345 | 21 | 114 | 0 | 12 | 437 | 115 | 70 |
| Binary | 10111110 | 110111 | 11100101 | 10001 | 1001100 | 0 | 1010 | 100011111 | 1001101 | 111000 |
Color Harmonies of #BE37E5
Complementary color
Monochromatic Colors of #BE37E5
Black with #BE37E5
Text Example
Text Example
White with #BE37E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE37E5; }
p { color: rgb(190,55,229); }
H1.HeaderClassName
{
color: #BE37E5;
}
.AnyTagClassName
{
color: #BE37E5;
}
</style>
background-color css
<style>
a { background-color: #BE37E5; }
a { background-color: rgb(190,55,229); }
div.DivClassName
{
background-color: #BE37E5;
}
.BgClassName
{
background-color: #BE37E5;
}
</style>
border-color css
<style>
span { border-color: #BE37E5; }
span { border-color: rgb(190,55,229); }
td.TdClassName
{
border-color: #BE37E5;
}
.TagClassName
{
border-color: #BE37E5;
}
</style>