Shades of Medium Orchid #BE55F5
Tints of Medium Orchid #BE55F5
RGB
CMYK
RGB Variations
Color information
#BE55F5 (or 0xBE55F5) is known color: Medium Orchid. HEX triplet: BE, 55 and F5. RGB value is (190,85,245). Sum of RGB (Red+Green+Blue) = 190+85+245=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE55F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55F5 is #41AA0A. Grayscale: #868686. Windows color (decimal): -4303371 or 16078270. OLE color: 16078270.
HSL color Cylindrical-coordinate representation of color #BE55F5: hue angle of 279.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE55F5 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 85 | 245 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.04 |
| HSL | 279.38º | 0.89% | 0.65% | - |
| HSV(B) | 279.38º | 0.65% | 0.96% | - |
| XYZ | 40.97 | 24.04 | 88.87 | - |
| YUV | 134.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 245 | 0.22 | 0.65 | 0 | 0.04 | 279.38 | 0.89 | 0.65 |
| Hex | BE | 55 | F5 | 16 | 41 | 0 | 4 | 117 | 59 | 41 |
| Octal | 276 | 125 | 365 | 26 | 101 | 0 | 4 | 427 | 131 | 101 |
| Binary | 10111110 | 1010101 | 11110101 | 10110 | 1000001 | 0 | 100 | 100010111 | 1011001 | 1000001 |
Color Harmonies of #BE55F5
Complementary color
Monochromatic Colors of #BE55F5
Black with #BE55F5
Text Example
Text Example
White with #BE55F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55F5; }
p { color: rgb(190,85,245); }
H1.HeaderClassName
{
color: #BE55F5;
}
.AnyTagClassName
{
color: #BE55F5;
}
</style>
background-color css
<style>
a { background-color: #BE55F5; }
a { background-color: rgb(190,85,245); }
div.DivClassName
{
background-color: #BE55F5;
}
.BgClassName
{
background-color: #BE55F5;
}
</style>
border-color css
<style>
span { border-color: #BE55F5; }
span { border-color: rgb(190,85,245); }
td.TdClassName
{
border-color: #BE55F5;
}
.TagClassName
{
border-color: #BE55F5;
}
</style>