Shades of Medium Orchid #BE51CE
Tints of Medium Orchid #BE51CE
RGB
CMYK
RGB Variations
Color information
#BE51CE (or 0xBE51CE) is known color: Medium Orchid. HEX triplet: BE, 51 and CE. RGB value is (190,81,206). Sum of RGB (Red+Green+Blue) = 190+81+206=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE51CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51CE is #41AE31. Grayscale: #7F7F7F. Windows color (decimal): -4304434 or 13521342. OLE color: 13521342.
HSL color Cylindrical-coordinate representation of color #BE51CE: hue angle of 292.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE51CE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 81 | 206 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.19 |
| HSL | 292.32º | 0.56% | 0.56% | - |
| HSV(B) | 292.32º | 0.61% | 0.81% | - |
| XYZ | 35.32 | 21.29 | 60.64 | - |
| YUV | 127.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 206 | 0.08 | 0.61 | 0 | 0.19 | 292.32 | 0.56 | 0.56 |
| Hex | BE | 51 | CE | 8 | 3D | 0 | 13 | 124 | 38 | 38 |
| Octal | 276 | 121 | 316 | 10 | 75 | 0 | 23 | 444 | 70 | 70 |
| Binary | 10111110 | 1010001 | 11001110 | 1000 | 111101 | 0 | 10011 | 100100100 | 111000 | 111000 |
Color Harmonies of #BE51CE
Complementary color
Monochromatic Colors of #BE51CE
Black with #BE51CE
Text Example
Text Example
White with #BE51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51CE; }
p { color: rgb(190,81,206); }
H1.HeaderClassName
{
color: #BE51CE;
}
.AnyTagClassName
{
color: #BE51CE;
}
</style>
background-color css
<style>
a { background-color: #BE51CE; }
a { background-color: rgb(190,81,206); }
div.DivClassName
{
background-color: #BE51CE;
}
.BgClassName
{
background-color: #BE51CE;
}
</style>
border-color css
<style>
span { border-color: #BE51CE; }
span { border-color: rgb(190,81,206); }
td.TdClassName
{
border-color: #BE51CE;
}
.TagClassName
{
border-color: #BE51CE;
}
</style>