Shades of Medium Orchid #BE55E7
Tints of Medium Orchid #BE55E7
RGB
CMYK
RGB Variations
Color information
#BE55E7 (or 0xBE55E7) is known color: Medium Orchid. HEX triplet: BE, 55 and E7. RGB value is (190,85,231). Sum of RGB (Red+Green+Blue) = 190+85+231=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE55E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55E7 is #41AA18. Grayscale: #848484. Windows color (decimal): -4303385 or 15160766. OLE color: 15160766.
HSL color Cylindrical-coordinate representation of color #BE55E7: hue angle of 283.15º degrees, saturation: 0.75, 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 #BE55E7 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 85 | 231 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.09 |
| HSL | 283.15º | 0.75% | 0.62% | - |
| HSV(B) | 283.15º | 0.63% | 0.91% | - |
| XYZ | 38.91 | 23.21 | 78.03 | - |
| YUV | 133.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 231 | 0.18 | 0.63 | 0 | 0.09 | 283.15 | 0.75 | 0.62 |
| Hex | BE | 55 | E7 | 12 | 3F | 0 | 9 | 11B | 4B | 3E |
| Octal | 276 | 125 | 347 | 22 | 77 | 0 | 11 | 433 | 113 | 76 |
| Binary | 10111110 | 1010101 | 11100111 | 10010 | 111111 | 0 | 1001 | 100011011 | 1001011 | 111110 |
Color Harmonies of #BE55E7
Complementary color
Monochromatic Colors of #BE55E7
Black with #BE55E7
Text Example
Text Example
White with #BE55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55E7; }
p { color: rgb(190,85,231); }
H1.HeaderClassName
{
color: #BE55E7;
}
.AnyTagClassName
{
color: #BE55E7;
}
</style>
background-color css
<style>
a { background-color: #BE55E7; }
a { background-color: rgb(190,85,231); }
div.DivClassName
{
background-color: #BE55E7;
}
.BgClassName
{
background-color: #BE55E7;
}
</style>
border-color css
<style>
span { border-color: #BE55E7; }
span { border-color: rgb(190,85,231); }
td.TdClassName
{
border-color: #BE55E7;
}
.TagClassName
{
border-color: #BE55E7;
}
</style>