Shades of Medium Orchid #BE37DF
Tints of Medium Orchid #BE37DF
RGB
CMYK
RGB Variations
Color information
#BE37DF (or 0xBE37DF) is known color: Medium Orchid. HEX triplet: BE, 37 and DF. RGB value is (190,55,223). Sum of RGB (Red+Green+Blue) = 190+55+223=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE37DF is #41C820. Grayscale: #717171. Windows color (decimal): -4311073 or 14628798. OLE color: 14628798.
HSL color Cylindrical-coordinate representation of color #BE37DF: hue angle of 288.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE37DF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 55 | 223 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.13 |
| HSL | 288.21º | 0.72% | 0.55% | - |
| HSV(B) | 288.21º | 0.75% | 0.87% | - |
| XYZ | 35.92 | 19.01 | 71.59 | - |
| YUV | 114.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 223 | 0.15 | 0.75 | 0 | 0.13 | 288.21 | 0.72 | 0.55 |
| Hex | BE | 37 | DF | F | 4B | 0 | D | 120 | 48 | 37 |
| Octal | 276 | 67 | 337 | 17 | 113 | 0 | 15 | 440 | 110 | 67 |
| Binary | 10111110 | 110111 | 11011111 | 1111 | 1001011 | 0 | 1101 | 100100000 | 1001000 | 110111 |
Color Harmonies of #BE37DF
Complementary color
Monochromatic Colors of #BE37DF
Black with #BE37DF
Text Example
Text Example
White with #BE37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE37DF; }
p { color: rgb(190,55,223); }
H1.HeaderClassName
{
color: #BE37DF;
}
.AnyTagClassName
{
color: #BE37DF;
}
</style>
background-color css
<style>
a { background-color: #BE37DF; }
a { background-color: rgb(190,55,223); }
div.DivClassName
{
background-color: #BE37DF;
}
.BgClassName
{
background-color: #BE37DF;
}
</style>
border-color css
<style>
span { border-color: #BE37DF; }
span { border-color: rgb(190,55,223); }
td.TdClassName
{
border-color: #BE37DF;
}
.TagClassName
{
border-color: #BE37DF;
}
</style>