Shades of Medium Orchid #BE71DC
Tints of Medium Orchid #BE71DC
RGB
CMYK
RGB Variations
Color information
#BE71DC (or 0xBE71DC) is known color: Medium Orchid. HEX triplet: BE, 71 and DC. RGB value is (190,113,220). Sum of RGB (Red+Green+Blue) = 190+113+220=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71DC is #418E23. Grayscale: #939393. Windows color (decimal): -4296228 or 14447038. OLE color: 14447038.
HSL color Cylindrical-coordinate representation of color #BE71DC: hue angle of 283.18º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE71DC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 113 | 220 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.14 |
| HSL | 283.18º | 0.6% | 0.65% | - |
| HSV(B) | 283.18º | 0.49% | 0.86% | - |
| XYZ | 40.06 | 27.92 | 70.99 | - |
| YUV | 148.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 220 | 0.14 | 0.49 | 0 | 0.14 | 283.18 | 0.6 | 0.65 |
| Hex | BE | 71 | DC | E | 31 | 0 | E | 11B | 3C | 41 |
| Octal | 276 | 161 | 334 | 16 | 61 | 0 | 16 | 433 | 74 | 101 |
| Binary | 10111110 | 1110001 | 11011100 | 1110 | 110001 | 0 | 1110 | 100011011 | 111100 | 1000001 |
Color Harmonies of #BE71DC
Complementary color
Monochromatic Colors of #BE71DC
Black with #BE71DC
Text Example
Text Example
White with #BE71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71DC; }
p { color: rgb(190,113,220); }
H1.HeaderClassName
{
color: #BE71DC;
}
.AnyTagClassName
{
color: #BE71DC;
}
</style>
background-color css
<style>
a { background-color: #BE71DC; }
a { background-color: rgb(190,113,220); }
div.DivClassName
{
background-color: #BE71DC;
}
.BgClassName
{
background-color: #BE71DC;
}
</style>
border-color css
<style>
span { border-color: #BE71DC; }
span { border-color: rgb(190,113,220); }
td.TdClassName
{
border-color: #BE71DC;
}
.TagClassName
{
border-color: #BE71DC;
}
</style>