Shades of Medium Orchid #BE55E8
Tints of Medium Orchid #BE55E8
RGB
CMYK
RGB Variations
Color information
#BE55E8 (or 0xBE55E8) is known color: Medium Orchid. HEX triplet: BE, 55 and E8. RGB value is (190,85,232). Sum of RGB (Red+Green+Blue) = 190+85+232=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE55E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55E8 is #41AA17. Grayscale: #848484. Windows color (decimal): -4303384 or 15226302. OLE color: 15226302.
HSL color Cylindrical-coordinate representation of color #BE55E8: hue angle of 282.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE55E8 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 85 | 232 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.09 |
| HSL | 282.86º | 0.76% | 0.62% | - |
| HSV(B) | 282.86º | 0.63% | 0.91% | - |
| XYZ | 39.05 | 23.27 | 78.78 | - |
| YUV | 133.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 232 | 0.18 | 0.63 | 0 | 0.09 | 282.86 | 0.76 | 0.62 |
| Hex | BE | 55 | E8 | 12 | 3F | 0 | 9 | 11B | 4C | 3E |
| Octal | 276 | 125 | 350 | 22 | 77 | 0 | 11 | 433 | 114 | 76 |
| Binary | 10111110 | 1010101 | 11101000 | 10010 | 111111 | 0 | 1001 | 100011011 | 1001100 | 111110 |
Color Harmonies of #BE55E8
Complementary color
Monochromatic Colors of #BE55E8
Black with #BE55E8
Text Example
Text Example
White with #BE55E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55E8; }
p { color: rgb(190,85,232); }
H1.HeaderClassName
{
color: #BE55E8;
}
.AnyTagClassName
{
color: #BE55E8;
}
</style>
background-color css
<style>
a { background-color: #BE55E8; }
a { background-color: rgb(190,85,232); }
div.DivClassName
{
background-color: #BE55E8;
}
.BgClassName
{
background-color: #BE55E8;
}
</style>
border-color css
<style>
span { border-color: #BE55E8; }
span { border-color: rgb(190,85,232); }
td.TdClassName
{
border-color: #BE55E8;
}
.TagClassName
{
border-color: #BE55E8;
}
</style>