Shades of Medium Orchid #BE68F1
Tints of Medium Orchid #BE68F1
RGB
CMYK
RGB Variations
Color information
#BE68F1 (or 0xBE68F1) is known color: Medium Orchid. HEX triplet: BE, 68 and F1. RGB value is (190,104,241). Sum of RGB (Red+Green+Blue) = 190+104+241=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE68F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68F1 is #41970E. Grayscale: #909090. Windows color (decimal): -4298511 or 15820990. OLE color: 15820990.
HSL color Cylindrical-coordinate representation of color #BE68F1: hue angle of 277.66º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE68F1 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 104 | 241 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.05 |
| HSL | 277.66º | 0.83% | 0.68% | - |
| HSV(B) | 277.66º | 0.57% | 0.95% | - |
| XYZ | 42.06 | 27.2 | 86.25 | - |
| YUV | 145.33 | 181.99 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 241 | 0.21 | 0.57 | 0 | 0.05 | 277.66 | 0.83 | 0.68 |
| Hex | BE | 68 | F1 | 15 | 39 | 0 | 5 | 116 | 53 | 44 |
| Octal | 276 | 150 | 361 | 25 | 71 | 0 | 5 | 426 | 123 | 104 |
| Binary | 10111110 | 1101000 | 11110001 | 10101 | 111001 | 0 | 101 | 100010110 | 1010011 | 1000100 |
Color Harmonies of #BE68F1
Complementary color
Monochromatic Colors of #BE68F1
Black with #BE68F1
Text Example
Text Example
White with #BE68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68F1; }
p { color: rgb(190,104,241); }
H1.HeaderClassName
{
color: #BE68F1;
}
.AnyTagClassName
{
color: #BE68F1;
}
</style>
background-color css
<style>
a { background-color: #BE68F1; }
a { background-color: rgb(190,104,241); }
div.DivClassName
{
background-color: #BE68F1;
}
.BgClassName
{
background-color: #BE68F1;
}
</style>
border-color css
<style>
span { border-color: #BE68F1; }
span { border-color: rgb(190,104,241); }
td.TdClassName
{
border-color: #BE68F1;
}
.TagClassName
{
border-color: #BE68F1;
}
</style>