Shades of Royal Heath #BE497C
Tints of Royal Heath #BE497C
RGB
CMYK
RGB Variations
Color information
#BE497C (or 0xBE497C) is known color: Royal Heath. HEX triplet: BE, 49 and 7C. RGB value is (190,73,124). Sum of RGB (Red+Green+Blue) = 190+73+124=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE497C is #41B683. Grayscale: #717171. Windows color (decimal): -4306564 or 8145342. OLE color: 8145342.
HSL color Cylindrical-coordinate representation of color #BE497C: hue angle of 333.85º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE497C is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 124 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.25 |
| HSL | 333.85º | 0.47% | 0.52% | - |
| HSV(B) | 333.85º | 0.62% | 0.75% | - |
| XYZ | 27.26 | 17.17 | 20.95 | - |
| YUV | 113.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 124 | 0 | 0.62 | 0.35 | 0.25 | 333.85 | 0.47 | 0.52 |
| Hex | BE | 49 | 7C | 0 | 3E | 23 | 19 | 14E | 2F | 34 |
| Octal | 276 | 111 | 174 | 0 | 76 | 43 | 31 | 516 | 57 | 64 |
| Binary | 10111110 | 1001001 | 1111100 | 0 | 111110 | 100011 | 11001 | 101001110 | 101111 | 110100 |
Color Harmonies of #BE497C
Complementary color
Monochromatic Colors of #BE497C
Black with #BE497C
Text Example
Text Example
White with #BE497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE497C; }
p { color: rgb(190,73,124); }
H1.HeaderClassName
{
color: #BE497C;
}
.AnyTagClassName
{
color: #BE497C;
}
</style>
background-color css
<style>
a { background-color: #BE497C; }
a { background-color: rgb(190,73,124); }
div.DivClassName
{
background-color: #BE497C;
}
.BgClassName
{
background-color: #BE497C;
}
</style>
border-color css
<style>
span { border-color: #BE497C; }
span { border-color: rgb(190,73,124); }
td.TdClassName
{
border-color: #BE497C;
}
.TagClassName
{
border-color: #BE497C;
}
</style>