Shades of Royal Heath #BE577C
Tints of Royal Heath #BE577C
RGB
CMYK
RGB Variations
Color information
#BE577C (or 0xBE577C) is known color: Royal Heath. HEX triplet: BE, 57 and 7C. RGB value is (190,87,124). Sum of RGB (Red+Green+Blue) = 190+87+124=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE577C is #41A883. Grayscale: #797979. Windows color (decimal): -4302980 or 8148926. OLE color: 8148926.
HSL color Cylindrical-coordinate representation of color #BE577C: hue angle of 338.45º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE577C is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 124 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.25 |
| HSL | 338.45º | 0.44% | 0.54% | - |
| HSV(B) | 338.45º | 0.54% | 0.75% | - |
| XYZ | 28.28 | 19.22 | 21.29 | - |
| YUV | 122.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 124 | 0 | 0.54 | 0.35 | 0.25 | 338.45 | 0.44 | 0.54 |
| Hex | BE | 57 | 7C | 0 | 36 | 23 | 19 | 152 | 2C | 36 |
| Octal | 276 | 127 | 174 | 0 | 66 | 43 | 31 | 522 | 54 | 66 |
| Binary | 10111110 | 1010111 | 1111100 | 0 | 110110 | 100011 | 11001 | 101010010 | 101100 | 110110 |
Color Harmonies of #BE577C
Complementary color
Monochromatic Colors of #BE577C
Black with #BE577C
Text Example
Text Example
White with #BE577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE577C; }
p { color: rgb(190,87,124); }
H1.HeaderClassName
{
color: #BE577C;
}
.AnyTagClassName
{
color: #BE577C;
}
</style>
background-color css
<style>
a { background-color: #BE577C; }
a { background-color: rgb(190,87,124); }
div.DivClassName
{
background-color: #BE577C;
}
.BgClassName
{
background-color: #BE577C;
}
</style>
border-color css
<style>
span { border-color: #BE577C; }
span { border-color: rgb(190,87,124); }
td.TdClassName
{
border-color: #BE577C;
}
.TagClassName
{
border-color: #BE577C;
}
</style>