Shades of Medium Orchid #BE69E5
Tints of Medium Orchid #BE69E5
RGB
CMYK
RGB Variations
Color information
#BE69E5 (or 0xBE69E5) is known color: Medium Orchid. HEX triplet: BE, 69 and E5. RGB value is (190,105,229). Sum of RGB (Red+Green+Blue) = 190+105+229=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69E5 is #41961A. Grayscale: #909090. Windows color (decimal): -4298267 or 15034814. OLE color: 15034814.
HSL color Cylindrical-coordinate representation of color #BE69E5: hue angle of 281.13º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE69E5 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 105 | 229 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.10 |
| HSL | 281.13º | 0.7% | 0.65% | - |
| HSV(B) | 281.13º | 0.54% | 0.9% | - |
| XYZ | 40.43 | 26.71 | 77.15 | - |
| YUV | 144.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 229 | 0.17 | 0.54 | 0 | 0.10 | 281.13 | 0.7 | 0.65 |
| Hex | BE | 69 | E5 | 11 | 36 | 0 | A | 119 | 46 | 41 |
| Octal | 276 | 151 | 345 | 21 | 66 | 0 | 12 | 431 | 106 | 101 |
| Binary | 10111110 | 1101001 | 11100101 | 10001 | 110110 | 0 | 1010 | 100011001 | 1000110 | 1000001 |
Color Harmonies of #BE69E5
Complementary color
Monochromatic Colors of #BE69E5
Black with #BE69E5
Text Example
Text Example
White with #BE69E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69E5; }
p { color: rgb(190,105,229); }
H1.HeaderClassName
{
color: #BE69E5;
}
.AnyTagClassName
{
color: #BE69E5;
}
</style>
background-color css
<style>
a { background-color: #BE69E5; }
a { background-color: rgb(190,105,229); }
div.DivClassName
{
background-color: #BE69E5;
}
.BgClassName
{
background-color: #BE69E5;
}
</style>
border-color css
<style>
span { border-color: #BE69E5; }
span { border-color: rgb(190,105,229); }
td.TdClassName
{
border-color: #BE69E5;
}
.TagClassName
{
border-color: #BE69E5;
}
</style>