Shades of Royal Heath #BE517F
Tints of Royal Heath #BE517F
RGB
CMYK
RGB Variations
Color information
#BE517F (or 0xBE517F) is known color: Royal Heath. HEX triplet: BE, 51 and 7F. RGB value is (190,81,127). Sum of RGB (Red+Green+Blue) = 190+81+127=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE517F is #41AE80. Grayscale: #767676. Windows color (decimal): -4304513 or 8343998. OLE color: 8343998.
HSL color Cylindrical-coordinate representation of color #BE517F: hue angle of 334.68º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE517F is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 127 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.25 |
| HSL | 334.68º | 0.46% | 0.53% | - |
| HSV(B) | 334.68º | 0.57% | 0.75% | - |
| XYZ | 28.01 | 18.36 | 22.15 | - |
| YUV | 118.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 127 | 0 | 0.57 | 0.33 | 0.25 | 334.68 | 0.46 | 0.53 |
| Hex | BE | 51 | 7F | 0 | 39 | 21 | 19 | 14F | 2E | 35 |
| Octal | 276 | 121 | 177 | 0 | 71 | 41 | 31 | 517 | 56 | 65 |
| Binary | 10111110 | 1010001 | 1111111 | 0 | 111001 | 100001 | 11001 | 101001111 | 101110 | 110101 |
Color Harmonies of #BE517F
Complementary color
Monochromatic Colors of #BE517F
Black with #BE517F
Text Example
Text Example
White with #BE517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE517F; }
p { color: rgb(190,81,127); }
H1.HeaderClassName
{
color: #BE517F;
}
.AnyTagClassName
{
color: #BE517F;
}
</style>
background-color css
<style>
a { background-color: #BE517F; }
a { background-color: rgb(190,81,127); }
div.DivClassName
{
background-color: #BE517F;
}
.BgClassName
{
background-color: #BE517F;
}
</style>
border-color css
<style>
span { border-color: #BE517F; }
span { border-color: rgb(190,81,127); }
td.TdClassName
{
border-color: #BE517F;
}
.TagClassName
{
border-color: #BE517F;
}
</style>