Shades of Medium Orchid #BE60F5
Tints of Medium Orchid #BE60F5
RGB
CMYK
RGB Variations
Color information
#BE60F5 (or 0xBE60F5) is known color: Medium Orchid. HEX triplet: BE, 60 and F5. RGB value is (190,96,245). Sum of RGB (Red+Green+Blue) = 190+96+245=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE60F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE60F5 is #419F0A. Grayscale: #8C8C8C. Windows color (decimal): -4300555 or 16081086. OLE color: 16081086.
HSL color Cylindrical-coordinate representation of color #BE60F5: hue angle of 277.85º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE60F5 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 96 | 245 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.04 |
| HSL | 277.85º | 0.88% | 0.67% | - |
| HSV(B) | 277.85º | 0.61% | 0.96% | - |
| XYZ | 41.9 | 25.91 | 89.18 | - |
| YUV | 141.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 245 | 0.22 | 0.61 | 0 | 0.04 | 277.85 | 0.88 | 0.67 |
| Hex | BE | 60 | F5 | 16 | 3D | 0 | 4 | 116 | 58 | 43 |
| Octal | 276 | 140 | 365 | 26 | 75 | 0 | 4 | 426 | 130 | 103 |
| Binary | 10111110 | 1100000 | 11110101 | 10110 | 111101 | 0 | 100 | 100010110 | 1011000 | 1000011 |
Color Harmonies of #BE60F5
Complementary color
Monochromatic Colors of #BE60F5
Black with #BE60F5
Text Example
Text Example
White with #BE60F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60F5; }
p { color: rgb(190,96,245); }
H1.HeaderClassName
{
color: #BE60F5;
}
.AnyTagClassName
{
color: #BE60F5;
}
</style>
background-color css
<style>
a { background-color: #BE60F5; }
a { background-color: rgb(190,96,245); }
div.DivClassName
{
background-color: #BE60F5;
}
.BgClassName
{
background-color: #BE60F5;
}
</style>
border-color css
<style>
span { border-color: #BE60F5; }
span { border-color: rgb(190,96,245); }
td.TdClassName
{
border-color: #BE60F5;
}
.TagClassName
{
border-color: #BE60F5;
}
</style>