Shades of Medium Orchid #BE37CE
Tints of Medium Orchid #BE37CE
RGB
CMYK
RGB Variations
Color information
#BE37CE (or 0xBE37CE) is known color: Medium Orchid. HEX triplet: BE, 37 and CE. RGB value is (190,55,206). Sum of RGB (Red+Green+Blue) = 190+55+206=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37CE is #41C831. Grayscale: #707070. Windows color (decimal): -4311090 or 13514686. OLE color: 13514686.
HSL color Cylindrical-coordinate representation of color #BE37CE: hue angle of 293.64º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE37CE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 55 | 206 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.19 |
| HSL | 293.64º | 0.61% | 0.51% | - |
| HSV(B) | 293.64º | 0.73% | 0.81% | - |
| XYZ | 33.74 | 18.14 | 60.11 | - |
| YUV | 112.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 206 | 0.08 | 0.73 | 0 | 0.19 | 293.64 | 0.61 | 0.51 |
| Hex | BE | 37 | CE | 8 | 49 | 0 | 13 | 126 | 3D | 33 |
| Octal | 276 | 67 | 316 | 10 | 111 | 0 | 23 | 446 | 75 | 63 |
| Binary | 10111110 | 110111 | 11001110 | 1000 | 1001001 | 0 | 10011 | 100100110 | 111101 | 110011 |
Color Harmonies of #BE37CE
Complementary color
Monochromatic Colors of #BE37CE
Black with #BE37CE
Text Example
Text Example
White with #BE37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE37CE; }
p { color: rgb(190,55,206); }
H1.HeaderClassName
{
color: #BE37CE;
}
.AnyTagClassName
{
color: #BE37CE;
}
</style>
background-color css
<style>
a { background-color: #BE37CE; }
a { background-color: rgb(190,55,206); }
div.DivClassName
{
background-color: #BE37CE;
}
.BgClassName
{
background-color: #BE37CE;
}
</style>
border-color css
<style>
span { border-color: #BE37CE; }
span { border-color: rgb(190,55,206); }
td.TdClassName
{
border-color: #BE37CE;
}
.TagClassName
{
border-color: #BE37CE;
}
</style>