Shades of Medium Orchid #BE58E6
Tints of Medium Orchid #BE58E6
RGB
CMYK
RGB Variations
Color information
#BE58E6 (or 0xBE58E6) is known color: Medium Orchid. HEX triplet: BE, 58 and E6. RGB value is (190,88,230). Sum of RGB (Red+Green+Blue) = 190+88+230=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE58E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE58E6 is #41A719. Grayscale: #868686. Windows color (decimal): -4302618 or 15095998. OLE color: 15095998.
HSL color Cylindrical-coordinate representation of color #BE58E6: hue angle of 283.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE58E6 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 88 | 230 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.10 |
| HSL | 283.1º | 0.74% | 0.62% | - |
| HSV(B) | 283.1º | 0.62% | 0.9% | - |
| XYZ | 39.01 | 23.64 | 77.37 | - |
| YUV | 134.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 230 | 0.17 | 0.62 | 0 | 0.10 | 283.1 | 0.74 | 0.62 |
| Hex | BE | 58 | E6 | 11 | 3E | 0 | A | 11B | 4A | 3E |
| Octal | 276 | 130 | 346 | 21 | 76 | 0 | 12 | 433 | 112 | 76 |
| Binary | 10111110 | 1011000 | 11100110 | 10001 | 111110 | 0 | 1010 | 100011011 | 1001010 | 111110 |
Color Harmonies of #BE58E6
Complementary color
Monochromatic Colors of #BE58E6
Black with #BE58E6
Text Example
Text Example
White with #BE58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE58E6; }
p { color: rgb(190,88,230); }
H1.HeaderClassName
{
color: #BE58E6;
}
.AnyTagClassName
{
color: #BE58E6;
}
</style>
background-color css
<style>
a { background-color: #BE58E6; }
a { background-color: rgb(190,88,230); }
div.DivClassName
{
background-color: #BE58E6;
}
.BgClassName
{
background-color: #BE58E6;
}
</style>
border-color css
<style>
span { border-color: #BE58E6; }
span { border-color: rgb(190,88,230); }
td.TdClassName
{
border-color: #BE58E6;
}
.TagClassName
{
border-color: #BE58E6;
}
</style>