Shades of Medium Orchid #BE5BE8
Tints of Medium Orchid #BE5BE8
RGB
CMYK
RGB Variations
Color information
#BE5BE8 (or 0xBE5BE8) is known color: Medium Orchid. HEX triplet: BE, 5B and E8. RGB value is (190,91,232). Sum of RGB (Red+Green+Blue) = 190+91+232=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE5BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5BE8 is #41A417. Grayscale: #888888. Windows color (decimal): -4301848 or 15227838. OLE color: 15227838.
HSL color Cylindrical-coordinate representation of color #BE5BE8: hue angle of 282.13º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE5BE8 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 91 | 232 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.09 |
| HSL | 282.13º | 0.75% | 0.63% | - |
| HSV(B) | 282.13º | 0.61% | 0.91% | - |
| XYZ | 39.54 | 24.26 | 78.94 | - |
| YUV | 136.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 232 | 0.18 | 0.61 | 0 | 0.09 | 282.13 | 0.75 | 0.63 |
| Hex | BE | 5B | E8 | 12 | 3D | 0 | 9 | 11A | 4B | 3F |
| Octal | 276 | 133 | 350 | 22 | 75 | 0 | 11 | 432 | 113 | 77 |
| Binary | 10111110 | 1011011 | 11101000 | 10010 | 111101 | 0 | 1001 | 100011010 | 1001011 | 111111 |
Color Harmonies of #BE5BE8
Complementary color
Monochromatic Colors of #BE5BE8
Black with #BE5BE8
Text Example
Text Example
White with #BE5BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BE8; }
p { color: rgb(190,91,232); }
H1.HeaderClassName
{
color: #BE5BE8;
}
.AnyTagClassName
{
color: #BE5BE8;
}
</style>
background-color css
<style>
a { background-color: #BE5BE8; }
a { background-color: rgb(190,91,232); }
div.DivClassName
{
background-color: #BE5BE8;
}
.BgClassName
{
background-color: #BE5BE8;
}
</style>
border-color css
<style>
span { border-color: #BE5BE8; }
span { border-color: rgb(190,91,232); }
td.TdClassName
{
border-color: #BE5BE8;
}
.TagClassName
{
border-color: #BE5BE8;
}
</style>