Shades of Medium Orchid #BE37D6
Tints of Medium Orchid #BE37D6
RGB
CMYK
RGB Variations
Color information
#BE37D6 (or 0xBE37D6) is known color: Medium Orchid. HEX triplet: BE, 37 and D6. RGB value is (190,55,214). Sum of RGB (Red+Green+Blue) = 190+55+214=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE37D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37D6 is #41C829. Grayscale: #707070. Windows color (decimal): -4311082 or 14038974. OLE color: 14038974.
HSL color Cylindrical-coordinate representation of color #BE37D6: hue angle of 290.94º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE37D6 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 55 | 214 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.16 |
| HSL | 290.94º | 0.66% | 0.53% | - |
| HSV(B) | 290.94º | 0.74% | 0.84% | - |
| XYZ | 34.74 | 18.53 | 65.36 | - |
| YUV | 113.49 | 184.73 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 214 | 0.11 | 0.74 | 0 | 0.16 | 290.94 | 0.66 | 0.53 |
| Hex | BE | 37 | D6 | B | 4A | 0 | 10 | 123 | 42 | 35 |
| Octal | 276 | 67 | 326 | 13 | 112 | 0 | 20 | 443 | 102 | 65 |
| Binary | 10111110 | 110111 | 11010110 | 1011 | 1001010 | 0 | 10000 | 100100011 | 1000010 | 110101 |
Color Harmonies of #BE37D6
Complementary color
Monochromatic Colors of #BE37D6
Black with #BE37D6
Text Example
Text Example
White with #BE37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE37D6; }
p { color: rgb(190,55,214); }
H1.HeaderClassName
{
color: #BE37D6;
}
.AnyTagClassName
{
color: #BE37D6;
}
</style>
background-color css
<style>
a { background-color: #BE37D6; }
a { background-color: rgb(190,55,214); }
div.DivClassName
{
background-color: #BE37D6;
}
.BgClassName
{
background-color: #BE37D6;
}
</style>
border-color css
<style>
span { border-color: #BE37D6; }
span { border-color: rgb(190,55,214); }
td.TdClassName
{
border-color: #BE37D6;
}
.TagClassName
{
border-color: #BE37D6;
}
</style>