Shades of Medium Orchid #BE69E6
Tints of Medium Orchid #BE69E6
RGB
CMYK
RGB Variations
Color information
#BE69E6 (or 0xBE69E6) is known color: Medium Orchid. HEX triplet: BE, 69 and E6. RGB value is (190,105,230). Sum of RGB (Red+Green+Blue) = 190+105+230=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE69E6 is #419619. Grayscale: #909090. Windows color (decimal): -4298266 or 15100350. OLE color: 15100350.
HSL color Cylindrical-coordinate representation of color #BE69E6: hue angle of 280.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE69E6 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 105 | 230 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.10 |
| HSL | 280.8º | 0.71% | 0.66% | - |
| HSV(B) | 280.8º | 0.54% | 0.9% | - |
| XYZ | 40.57 | 26.76 | 77.89 | - |
| YUV | 144.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 230 | 0.17 | 0.54 | 0 | 0.10 | 280.8 | 0.71 | 0.66 |
| Hex | BE | 69 | E6 | 11 | 36 | 0 | A | 119 | 47 | 42 |
| Octal | 276 | 151 | 346 | 21 | 66 | 0 | 12 | 431 | 107 | 102 |
| Binary | 10111110 | 1101001 | 11100110 | 10001 | 110110 | 0 | 1010 | 100011001 | 1000111 | 1000010 |
Color Harmonies of #BE69E6
Complementary color
Monochromatic Colors of #BE69E6
Black with #BE69E6
Text Example
Text Example
White with #BE69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69E6; }
p { color: rgb(190,105,230); }
H1.HeaderClassName
{
color: #BE69E6;
}
.AnyTagClassName
{
color: #BE69E6;
}
</style>
background-color css
<style>
a { background-color: #BE69E6; }
a { background-color: rgb(190,105,230); }
div.DivClassName
{
background-color: #BE69E6;
}
.BgClassName
{
background-color: #BE69E6;
}
</style>
border-color css
<style>
span { border-color: #BE69E6; }
span { border-color: rgb(190,105,230); }
td.TdClassName
{
border-color: #BE69E6;
}
.TagClassName
{
border-color: #BE69E6;
}
</style>