Shades of Medium Orchid #BE5BE7
Tints of Medium Orchid #BE5BE7
RGB
CMYK
RGB Variations
Color information
#BE5BE7 (or 0xBE5BE7) is known color: Medium Orchid. HEX triplet: BE, 5B and E7. RGB value is (190,91,231). Sum of RGB (Red+Green+Blue) = 190+91+231=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE5BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5BE7 is #41A418. Grayscale: #888888. Windows color (decimal): -4301849 or 15162302. OLE color: 15162302.
HSL color Cylindrical-coordinate representation of color #BE5BE7: hue angle of 282.43º degrees, saturation: 0.74, 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 #BE5BE7 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 91 | 231 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.09 |
| HSL | 282.43º | 0.74% | 0.63% | - |
| HSV(B) | 282.43º | 0.61% | 0.91% | - |
| XYZ | 39.4 | 24.2 | 78.2 | - |
| YUV | 136.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 231 | 0.18 | 0.61 | 0 | 0.09 | 282.43 | 0.74 | 0.63 |
| Hex | BE | 5B | E7 | 12 | 3D | 0 | 9 | 11A | 4A | 3F |
| Octal | 276 | 133 | 347 | 22 | 75 | 0 | 11 | 432 | 112 | 77 |
| Binary | 10111110 | 1011011 | 11100111 | 10010 | 111101 | 0 | 1001 | 100011010 | 1001010 | 111111 |
Color Harmonies of #BE5BE7
Complementary color
Monochromatic Colors of #BE5BE7
Black with #BE5BE7
Text Example
Text Example
White with #BE5BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BE7; }
p { color: rgb(190,91,231); }
H1.HeaderClassName
{
color: #BE5BE7;
}
.AnyTagClassName
{
color: #BE5BE7;
}
</style>
background-color css
<style>
a { background-color: #BE5BE7; }
a { background-color: rgb(190,91,231); }
div.DivClassName
{
background-color: #BE5BE7;
}
.BgClassName
{
background-color: #BE5BE7;
}
</style>
border-color css
<style>
span { border-color: #BE5BE7; }
span { border-color: rgb(190,91,231); }
td.TdClassName
{
border-color: #BE5BE7;
}
.TagClassName
{
border-color: #BE5BE7;
}
</style>