Shades of Medium Orchid #BE76D1
Tints of Medium Orchid #BE76D1
RGB
CMYK
RGB Variations
Color information
#BE76D1 (or 0xBE76D1) is known color: Medium Orchid. HEX triplet: BE, 76 and D1. RGB value is (190,118,209). Sum of RGB (Red+Green+Blue) = 190+118+209=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76D1 is #41892E. Grayscale: #959595. Windows color (decimal): -4294959 or 13727422. OLE color: 13727422.
HSL color Cylindrical-coordinate representation of color #BE76D1: hue angle of 287.47º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE76D1 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 118 | 209 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.18 |
| HSL | 287.47º | 0.5% | 0.64% | - |
| HSV(B) | 287.47º | 0.44% | 0.82% | - |
| XYZ | 39.22 | 28.51 | 63.76 | - |
| YUV | 149.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 209 | 0.09 | 0.44 | 0 | 0.18 | 287.47 | 0.5 | 0.64 |
| Hex | BE | 76 | D1 | 9 | 2C | 0 | 12 | 11F | 32 | 40 |
| Octal | 276 | 166 | 321 | 11 | 54 | 0 | 22 | 437 | 62 | 100 |
| Binary | 10111110 | 1110110 | 11010001 | 1001 | 101100 | 0 | 10010 | 100011111 | 110010 | 1000000 |
Color Harmonies of #BE76D1
Complementary color
Monochromatic Colors of #BE76D1
Black with #BE76D1
Text Example
Text Example
White with #BE76D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76D1; }
p { color: rgb(190,118,209); }
H1.HeaderClassName
{
color: #BE76D1;
}
.AnyTagClassName
{
color: #BE76D1;
}
</style>
background-color css
<style>
a { background-color: #BE76D1; }
a { background-color: rgb(190,118,209); }
div.DivClassName
{
background-color: #BE76D1;
}
.BgClassName
{
background-color: #BE76D1;
}
</style>
border-color css
<style>
span { border-color: #BE76D1; }
span { border-color: rgb(190,118,209); }
td.TdClassName
{
border-color: #BE76D1;
}
.TagClassName
{
border-color: #BE76D1;
}
</style>