Shades of Royal Heath #BE507F
Tints of Royal Heath #BE507F
RGB
CMYK
RGB Variations
Color information
#BE507F (or 0xBE507F) is known color: Royal Heath. HEX triplet: BE, 50 and 7F. RGB value is (190,80,127). Sum of RGB (Red+Green+Blue) = 190+80+127=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE507F is #41AF80. Grayscale: #767676. Windows color (decimal): -4304769 or 8343742. OLE color: 8343742.
HSL color Cylindrical-coordinate representation of color #BE507F: hue angle of 334.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE507F is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 127 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.25 |
| HSL | 334.36º | 0.46% | 0.53% | - |
| HSV(B) | 334.36º | 0.58% | 0.75% | - |
| XYZ | 27.93 | 18.22 | 22.12 | - |
| YUV | 118.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 127 | 0 | 0.58 | 0.33 | 0.25 | 334.36 | 0.46 | 0.53 |
| Hex | BE | 50 | 7F | 0 | 3A | 21 | 19 | 14E | 2E | 35 |
| Octal | 276 | 120 | 177 | 0 | 72 | 41 | 31 | 516 | 56 | 65 |
| Binary | 10111110 | 1010000 | 1111111 | 0 | 111010 | 100001 | 11001 | 101001110 | 101110 | 110101 |
Color Harmonies of #BE507F
Complementary color
Monochromatic Colors of #BE507F
Black with #BE507F
Text Example
Text Example
White with #BE507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE507F; }
p { color: rgb(190,80,127); }
H1.HeaderClassName
{
color: #BE507F;
}
.AnyTagClassName
{
color: #BE507F;
}
</style>
background-color css
<style>
a { background-color: #BE507F; }
a { background-color: rgb(190,80,127); }
div.DivClassName
{
background-color: #BE507F;
}
.BgClassName
{
background-color: #BE507F;
}
</style>
border-color css
<style>
span { border-color: #BE507F; }
span { border-color: rgb(190,80,127); }
td.TdClassName
{
border-color: #BE507F;
}
.TagClassName
{
border-color: #BE507F;
}
</style>