Shades of Medium Orchid #BE51ED
Tints of Medium Orchid #BE51ED
RGB
CMYK
RGB Variations
Color information
#BE51ED (or 0xBE51ED) is known color: Medium Orchid. HEX triplet: BE, 51 and ED. RGB value is (190,81,237). Sum of RGB (Red+Green+Blue) = 190+81+237=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE51ED is #41AE12. Grayscale: #828282. Windows color (decimal): -4304403 or 15552958. OLE color: 15552958.
HSL color Cylindrical-coordinate representation of color #BE51ED: hue angle of 281.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE51ED is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 81 | 237 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.07 |
| HSL | 281.92º | 0.81% | 0.62% | - |
| HSV(B) | 281.92º | 0.66% | 0.93% | - |
| XYZ | 39.46 | 22.95 | 82.47 | - |
| YUV | 131.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 237 | 0.20 | 0.66 | 0 | 0.07 | 281.92 | 0.81 | 0.62 |
| Hex | BE | 51 | ED | 14 | 42 | 0 | 7 | 11A | 51 | 3E |
| Octal | 276 | 121 | 355 | 24 | 102 | 0 | 7 | 432 | 121 | 76 |
| Binary | 10111110 | 1010001 | 11101101 | 10100 | 1000010 | 0 | 111 | 100011010 | 1010001 | 111110 |
Color Harmonies of #BE51ED
Complementary color
Monochromatic Colors of #BE51ED
Black with #BE51ED
Text Example
Text Example
White with #BE51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51ED; }
p { color: rgb(190,81,237); }
H1.HeaderClassName
{
color: #BE51ED;
}
.AnyTagClassName
{
color: #BE51ED;
}
</style>
background-color css
<style>
a { background-color: #BE51ED; }
a { background-color: rgb(190,81,237); }
div.DivClassName
{
background-color: #BE51ED;
}
.BgClassName
{
background-color: #BE51ED;
}
</style>
border-color css
<style>
span { border-color: #BE51ED; }
span { border-color: rgb(190,81,237); }
td.TdClassName
{
border-color: #BE51ED;
}
.TagClassName
{
border-color: #BE51ED;
}
</style>