Shades of Medium Orchid #BE79D1
Tints of Medium Orchid #BE79D1
RGB
CMYK
RGB Variations
Color information
#BE79D1 (or 0xBE79D1) is known color: Medium Orchid. HEX triplet: BE, 79 and D1. RGB value is (190,121,209). Sum of RGB (Red+Green+Blue) = 190+121+209=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79D1 is #41862E. Grayscale: #979797. Windows color (decimal): -4294191 or 13728190. OLE color: 13728190.
HSL color Cylindrical-coordinate representation of color #BE79D1: hue angle of 287.05º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE79D1 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 121 | 209 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.18 |
| HSL | 287.05º | 0.49% | 0.65% | - |
| HSV(B) | 287.05º | 0.42% | 0.82% | - |
| XYZ | 39.58 | 29.23 | 63.88 | - |
| YUV | 151.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 209 | 0.09 | 0.42 | 0 | 0.18 | 287.05 | 0.49 | 0.65 |
| Hex | BE | 79 | D1 | 9 | 2A | 0 | 12 | 11F | 31 | 41 |
| Octal | 276 | 171 | 321 | 11 | 52 | 0 | 22 | 437 | 61 | 101 |
| Binary | 10111110 | 1111001 | 11010001 | 1001 | 101010 | 0 | 10010 | 100011111 | 110001 | 1000001 |
Color Harmonies of #BE79D1
Complementary color
Monochromatic Colors of #BE79D1
Black with #BE79D1
Text Example
Text Example
White with #BE79D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE79D1; }
p { color: rgb(190,121,209); }
H1.HeaderClassName
{
color: #BE79D1;
}
.AnyTagClassName
{
color: #BE79D1;
}
</style>
background-color css
<style>
a { background-color: #BE79D1; }
a { background-color: rgb(190,121,209); }
div.DivClassName
{
background-color: #BE79D1;
}
.BgClassName
{
background-color: #BE79D1;
}
</style>
border-color css
<style>
span { border-color: #BE79D1; }
span { border-color: rgb(190,121,209); }
td.TdClassName
{
border-color: #BE79D1;
}
.TagClassName
{
border-color: #BE79D1;
}
</style>