Shades of Medium Orchid #BE51D4
Tints of Medium Orchid #BE51D4
RGB
CMYK
RGB Variations
Color information
#BE51D4 (or 0xBE51D4) is known color: Medium Orchid. HEX triplet: BE, 51 and D4. RGB value is (190,81,212). Sum of RGB (Red+Green+Blue) = 190+81+212=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE51D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51D4 is #41AE2B. Grayscale: #808080. Windows color (decimal): -4304428 or 13914558. OLE color: 13914558.
HSL color Cylindrical-coordinate representation of color #BE51D4: hue angle of 289.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE51D4 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 81 | 212 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.17 |
| HSL | 289.92º | 0.6% | 0.57% | - |
| HSV(B) | 289.92º | 0.62% | 0.83% | - |
| XYZ | 36.06 | 21.59 | 64.55 | - |
| YUV | 128.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 212 | 0.10 | 0.62 | 0 | 0.17 | 289.92 | 0.6 | 0.57 |
| Hex | BE | 51 | D4 | A | 3E | 0 | 11 | 122 | 3C | 39 |
| Octal | 276 | 121 | 324 | 12 | 76 | 0 | 21 | 442 | 74 | 71 |
| Binary | 10111110 | 1010001 | 11010100 | 1010 | 111110 | 0 | 10001 | 100100010 | 111100 | 111001 |
Color Harmonies of #BE51D4
Complementary color
Monochromatic Colors of #BE51D4
Black with #BE51D4
Text Example
Text Example
White with #BE51D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51D4; }
p { color: rgb(190,81,212); }
H1.HeaderClassName
{
color: #BE51D4;
}
.AnyTagClassName
{
color: #BE51D4;
}
</style>
background-color css
<style>
a { background-color: #BE51D4; }
a { background-color: rgb(190,81,212); }
div.DivClassName
{
background-color: #BE51D4;
}
.BgClassName
{
background-color: #BE51D4;
}
</style>
border-color css
<style>
span { border-color: #BE51D4; }
span { border-color: rgb(190,81,212); }
td.TdClassName
{
border-color: #BE51D4;
}
.TagClassName
{
border-color: #BE51D4;
}
</style>