Shades of Medium Orchid #BE69DF
Tints of Medium Orchid #BE69DF
RGB
CMYK
RGB Variations
Color information
#BE69DF (or 0xBE69DF) is known color: Medium Orchid. HEX triplet: BE, 69 and DF. RGB value is (190,105,223). Sum of RGB (Red+Green+Blue) = 190+105+223=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69DF is #419620. Grayscale: #8F8F8F. Windows color (decimal): -4298273 or 14641598. OLE color: 14641598.
HSL color Cylindrical-coordinate representation of color #BE69DF: hue angle of 283.22º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE69DF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 105 | 223 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.13 |
| HSL | 283.22º | 0.65% | 0.64% | - |
| HSV(B) | 283.22º | 0.53% | 0.87% | - |
| XYZ | 39.61 | 26.38 | 72.82 | - |
| YUV | 143.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 223 | 0.15 | 0.53 | 0 | 0.13 | 283.22 | 0.65 | 0.64 |
| Hex | BE | 69 | DF | F | 35 | 0 | D | 11B | 41 | 40 |
| Octal | 276 | 151 | 337 | 17 | 65 | 0 | 15 | 433 | 101 | 100 |
| Binary | 10111110 | 1101001 | 11011111 | 1111 | 110101 | 0 | 1101 | 100011011 | 1000001 | 1000000 |
Color Harmonies of #BE69DF
Complementary color
Monochromatic Colors of #BE69DF
Black with #BE69DF
Text Example
Text Example
White with #BE69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69DF; }
p { color: rgb(190,105,223); }
H1.HeaderClassName
{
color: #BE69DF;
}
.AnyTagClassName
{
color: #BE69DF;
}
</style>
background-color css
<style>
a { background-color: #BE69DF; }
a { background-color: rgb(190,105,223); }
div.DivClassName
{
background-color: #BE69DF;
}
.BgClassName
{
background-color: #BE69DF;
}
</style>
border-color css
<style>
span { border-color: #BE69DF; }
span { border-color: rgb(190,105,223); }
td.TdClassName
{
border-color: #BE69DF;
}
.TagClassName
{
border-color: #BE69DF;
}
</style>