Shades of Medium Orchid #BE65F1
Tints of Medium Orchid #BE65F1
RGB
CMYK
RGB Variations
Color information
#BE65F1 (or 0xBE65F1) is known color: Medium Orchid. HEX triplet: BE, 65 and F1. RGB value is (190,101,241). Sum of RGB (Red+Green+Blue) = 190+101+241=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE65F1 is #419A0E. Grayscale: #8F8F8F. Windows color (decimal): -4299279 or 15820222. OLE color: 15820222.
HSL color Cylindrical-coordinate representation of color #BE65F1: hue angle of 278.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE65F1 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 101 | 241 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.05 |
| HSL | 278.14º | 0.83% | 0.67% | - |
| HSV(B) | 278.14º | 0.58% | 0.95% | - |
| XYZ | 41.77 | 26.61 | 86.15 | - |
| YUV | 143.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 241 | 0.21 | 0.58 | 0 | 0.05 | 278.14 | 0.83 | 0.67 |
| Hex | BE | 65 | F1 | 15 | 3A | 0 | 5 | 116 | 53 | 43 |
| Octal | 276 | 145 | 361 | 25 | 72 | 0 | 5 | 426 | 123 | 103 |
| Binary | 10111110 | 1100101 | 11110001 | 10101 | 111010 | 0 | 101 | 100010110 | 1010011 | 1000011 |
Color Harmonies of #BE65F1
Complementary color
Monochromatic Colors of #BE65F1
Black with #BE65F1
Text Example
Text Example
White with #BE65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65F1; }
p { color: rgb(190,101,241); }
H1.HeaderClassName
{
color: #BE65F1;
}
.AnyTagClassName
{
color: #BE65F1;
}
</style>
background-color css
<style>
a { background-color: #BE65F1; }
a { background-color: rgb(190,101,241); }
div.DivClassName
{
background-color: #BE65F1;
}
.BgClassName
{
background-color: #BE65F1;
}
</style>
border-color css
<style>
span { border-color: #BE65F1; }
span { border-color: rgb(190,101,241); }
td.TdClassName
{
border-color: #BE65F1;
}
.TagClassName
{
border-color: #BE65F1;
}
</style>