Shades of Medium Orchid #BE71DF
Tints of Medium Orchid #BE71DF
RGB
CMYK
RGB Variations
Color information
#BE71DF (or 0xBE71DF) is known color: Medium Orchid. HEX triplet: BE, 71 and DF. RGB value is (190,113,223). Sum of RGB (Red+Green+Blue) = 190+113+223=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71DF is #418E20. Grayscale: #949494. Windows color (decimal): -4296225 or 14643646. OLE color: 14643646.
HSL color Cylindrical-coordinate representation of color #BE71DF: hue angle of 282º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE71DF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 113 | 223 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.13 |
| HSL | 282º | 0.63% | 0.66% | - |
| HSV(B) | 282º | 0.49% | 0.87% | - |
| XYZ | 40.46 | 28.09 | 73.1 | - |
| YUV | 148.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 223 | 0.15 | 0.49 | 0 | 0.13 | 282 | 0.63 | 0.66 |
| Hex | BE | 71 | DF | F | 31 | 0 | D | 11A | 3F | 42 |
| Octal | 276 | 161 | 337 | 17 | 61 | 0 | 15 | 432 | 77 | 102 |
| Binary | 10111110 | 1110001 | 11011111 | 1111 | 110001 | 0 | 1101 | 100011010 | 111111 | 1000010 |
Color Harmonies of #BE71DF
Complementary color
Monochromatic Colors of #BE71DF
Black with #BE71DF
Text Example
Text Example
White with #BE71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71DF; }
p { color: rgb(190,113,223); }
H1.HeaderClassName
{
color: #BE71DF;
}
.AnyTagClassName
{
color: #BE71DF;
}
</style>
background-color css
<style>
a { background-color: #BE71DF; }
a { background-color: rgb(190,113,223); }
div.DivClassName
{
background-color: #BE71DF;
}
.BgClassName
{
background-color: #BE71DF;
}
</style>
border-color css
<style>
span { border-color: #BE71DF; }
span { border-color: rgb(190,113,223); }
td.TdClassName
{
border-color: #BE71DF;
}
.TagClassName
{
border-color: #BE71DF;
}
</style>