Shades of Medium Orchid #BE56E7
Tints of Medium Orchid #BE56E7
RGB
CMYK
RGB Variations
Color information
#BE56E7 (or 0xBE56E7) is known color: Medium Orchid. HEX triplet: BE, 56 and E7. RGB value is (190,86,231). Sum of RGB (Red+Green+Blue) = 190+86+231=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE56E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE56E7 is #41A918. Grayscale: #858585. Windows color (decimal): -4303129 or 15161022. OLE color: 15161022.
HSL color Cylindrical-coordinate representation of color #BE56E7: hue angle of 283.03º 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 #BE56E7 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 86 | 231 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.09 |
| HSL | 283.03º | 0.75% | 0.62% | - |
| HSV(B) | 283.03º | 0.63% | 0.91% | - |
| XYZ | 38.99 | 23.37 | 78.06 | - |
| YUV | 133.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 231 | 0.18 | 0.63 | 0 | 0.09 | 283.03 | 0.75 | 0.62 |
| Hex | BE | 56 | E7 | 12 | 3F | 0 | 9 | 11B | 4B | 3E |
| Octal | 276 | 126 | 347 | 22 | 77 | 0 | 11 | 433 | 113 | 76 |
| Binary | 10111110 | 1010110 | 11100111 | 10010 | 111111 | 0 | 1001 | 100011011 | 1001011 | 111110 |
Color Harmonies of #BE56E7
Complementary color
Monochromatic Colors of #BE56E7
Black with #BE56E7
Text Example
Text Example
White with #BE56E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56E7; }
p { color: rgb(190,86,231); }
H1.HeaderClassName
{
color: #BE56E7;
}
.AnyTagClassName
{
color: #BE56E7;
}
</style>
background-color css
<style>
a { background-color: #BE56E7; }
a { background-color: rgb(190,86,231); }
div.DivClassName
{
background-color: #BE56E7;
}
.BgClassName
{
background-color: #BE56E7;
}
</style>
border-color css
<style>
span { border-color: #BE56E7; }
span { border-color: rgb(190,86,231); }
td.TdClassName
{
border-color: #BE56E7;
}
.TagClassName
{
border-color: #BE56E7;
}
</style>