Shades of Medium Orchid #BE69F0
Tints of Medium Orchid #BE69F0
RGB
CMYK
RGB Variations
Color information
#BE69F0 (or 0xBE69F0) is known color: Medium Orchid. HEX triplet: BE, 69 and F0. RGB value is (190,105,240). Sum of RGB (Red+Green+Blue) = 190+105+240=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE69F0 is #41960F. Grayscale: #919191. Windows color (decimal): -4298256 or 15755710. OLE color: 15755710.
HSL color Cylindrical-coordinate representation of color #BE69F0: hue angle of 277.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE69F0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 105 | 240 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.06 |
| HSL | 277.78º | 0.82% | 0.68% | - |
| HSV(B) | 277.78º | 0.56% | 0.94% | - |
| XYZ | 42.01 | 27.34 | 85.5 | - |
| YUV | 145.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 240 | 0.21 | 0.56 | 0 | 0.06 | 277.78 | 0.82 | 0.68 |
| Hex | BE | 69 | F0 | 15 | 38 | 0 | 6 | 116 | 52 | 44 |
| Octal | 276 | 151 | 360 | 25 | 70 | 0 | 6 | 426 | 122 | 104 |
| Binary | 10111110 | 1101001 | 11110000 | 10101 | 111000 | 0 | 110 | 100010110 | 1010010 | 1000100 |
Color Harmonies of #BE69F0
Complementary color
Monochromatic Colors of #BE69F0
Black with #BE69F0
Text Example
Text Example
White with #BE69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69F0; }
p { color: rgb(190,105,240); }
H1.HeaderClassName
{
color: #BE69F0;
}
.AnyTagClassName
{
color: #BE69F0;
}
</style>
background-color css
<style>
a { background-color: #BE69F0; }
a { background-color: rgb(190,105,240); }
div.DivClassName
{
background-color: #BE69F0;
}
.BgClassName
{
background-color: #BE69F0;
}
</style>
border-color css
<style>
span { border-color: #BE69F0; }
span { border-color: rgb(190,105,240); }
td.TdClassName
{
border-color: #BE69F0;
}
.TagClassName
{
border-color: #BE69F0;
}
</style>