Shades of Medium Orchid #BE74DF
Tints of Medium Orchid #BE74DF
RGB
CMYK
RGB Variations
Color information
#BE74DF (or 0xBE74DF) is known color: Medium Orchid. HEX triplet: BE, 74 and DF. RGB value is (190,116,223). Sum of RGB (Red+Green+Blue) = 190+116+223=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74DF is #418B20. Grayscale: #959595. Windows color (decimal): -4295457 or 14644414. OLE color: 14644414.
HSL color Cylindrical-coordinate representation of color #BE74DF: hue angle of 281.5º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE74DF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 116 | 223 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.13 |
| HSL | 281.5º | 0.63% | 0.66% | - |
| HSV(B) | 281.5º | 0.48% | 0.87% | - |
| XYZ | 40.8 | 28.77 | 73.21 | - |
| YUV | 150.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 223 | 0.15 | 0.48 | 0 | 0.13 | 281.5 | 0.63 | 0.66 |
| Hex | BE | 74 | DF | F | 30 | 0 | D | 119 | 3F | 42 |
| Octal | 276 | 164 | 337 | 17 | 60 | 0 | 15 | 431 | 77 | 102 |
| Binary | 10111110 | 1110100 | 11011111 | 1111 | 110000 | 0 | 1101 | 100011001 | 111111 | 1000010 |
Color Harmonies of #BE74DF
Complementary color
Monochromatic Colors of #BE74DF
Black with #BE74DF
Text Example
Text Example
White with #BE74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE74DF; }
p { color: rgb(190,116,223); }
H1.HeaderClassName
{
color: #BE74DF;
}
.AnyTagClassName
{
color: #BE74DF;
}
</style>
background-color css
<style>
a { background-color: #BE74DF; }
a { background-color: rgb(190,116,223); }
div.DivClassName
{
background-color: #BE74DF;
}
.BgClassName
{
background-color: #BE74DF;
}
</style>
border-color css
<style>
span { border-color: #BE74DF; }
span { border-color: rgb(190,116,223); }
td.TdClassName
{
border-color: #BE74DF;
}
.TagClassName
{
border-color: #BE74DF;
}
</style>