Shades of Medium Orchid #BE51DF
Tints of Medium Orchid #BE51DF
RGB
CMYK
RGB Variations
Color information
#BE51DF (or 0xBE51DF) is known color: Medium Orchid. HEX triplet: BE, 51 and DF. RGB value is (190,81,223). Sum of RGB (Red+Green+Blue) = 190+81+223=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51DF is #41AE20. Grayscale: #818181. Windows color (decimal): -4304417 or 14635454. OLE color: 14635454.
HSL color Cylindrical-coordinate representation of color #BE51DF: hue angle of 286.06º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE51DF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 81 | 223 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.13 |
| HSL | 286.06º | 0.69% | 0.6% | - |
| HSV(B) | 286.06º | 0.64% | 0.87% | - |
| XYZ | 37.5 | 22.16 | 72.11 | - |
| YUV | 129.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 223 | 0.15 | 0.64 | 0 | 0.13 | 286.06 | 0.69 | 0.6 |
| Hex | BE | 51 | DF | F | 40 | 0 | D | 11E | 45 | 3C |
| Octal | 276 | 121 | 337 | 17 | 100 | 0 | 15 | 436 | 105 | 74 |
| Binary | 10111110 | 1010001 | 11011111 | 1111 | 1000000 | 0 | 1101 | 100011110 | 1000101 | 111100 |
Color Harmonies of #BE51DF
Complementary color
Monochromatic Colors of #BE51DF
Black with #BE51DF
Text Example
Text Example
White with #BE51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51DF; }
p { color: rgb(190,81,223); }
H1.HeaderClassName
{
color: #BE51DF;
}
.AnyTagClassName
{
color: #BE51DF;
}
</style>
background-color css
<style>
a { background-color: #BE51DF; }
a { background-color: rgb(190,81,223); }
div.DivClassName
{
background-color: #BE51DF;
}
.BgClassName
{
background-color: #BE51DF;
}
</style>
border-color css
<style>
span { border-color: #BE51DF; }
span { border-color: rgb(190,81,223); }
td.TdClassName
{
border-color: #BE51DF;
}
.TagClassName
{
border-color: #BE51DF;
}
</style>