Shades of Medium Orchid #BE79DF
Tints of Medium Orchid #BE79DF
RGB
CMYK
RGB Variations
Color information
#BE79DF (or 0xBE79DF) is known color: Medium Orchid. HEX triplet: BE, 79 and DF. RGB value is (190,121,223). Sum of RGB (Red+Green+Blue) = 190+121+223=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79DF is #418620. Grayscale: #989898. Windows color (decimal): -4294177 or 14645694. OLE color: 14645694.
HSL color Cylindrical-coordinate representation of color #BE79DF: hue angle of 280.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE79DF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 121 | 223 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.13 |
| HSL | 280.59º | 0.61% | 0.67% | - |
| HSV(B) | 280.59º | 0.46% | 0.87% | - |
| XYZ | 41.39 | 29.95 | 73.41 | - |
| YUV | 153.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 223 | 0.15 | 0.46 | 0 | 0.13 | 280.59 | 0.61 | 0.67 |
| Hex | BE | 79 | DF | F | 2E | 0 | D | 119 | 3D | 43 |
| Octal | 276 | 171 | 337 | 17 | 56 | 0 | 15 | 431 | 75 | 103 |
| Binary | 10111110 | 1111001 | 11011111 | 1111 | 101110 | 0 | 1101 | 100011001 | 111101 | 1000011 |
Color Harmonies of #BE79DF
Complementary color
Monochromatic Colors of #BE79DF
Black with #BE79DF
Text Example
Text Example
White with #BE79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE79DF; }
p { color: rgb(190,121,223); }
H1.HeaderClassName
{
color: #BE79DF;
}
.AnyTagClassName
{
color: #BE79DF;
}
</style>
background-color css
<style>
a { background-color: #BE79DF; }
a { background-color: rgb(190,121,223); }
div.DivClassName
{
background-color: #BE79DF;
}
.BgClassName
{
background-color: #BE79DF;
}
</style>
border-color css
<style>
span { border-color: #BE79DF; }
span { border-color: rgb(190,121,223); }
td.TdClassName
{
border-color: #BE79DF;
}
.TagClassName
{
border-color: #BE79DF;
}
</style>