Shades of Royal Heath #BE4E7F
Tints of Royal Heath #BE4E7F
RGB
CMYK
RGB Variations
Color information
#BE4E7F (or 0xBE4E7F) is known color: Royal Heath. HEX triplet: BE, 4E and 7F. RGB value is (190,78,127). Sum of RGB (Red+Green+Blue) = 190+78+127=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E7F is #41B180. Grayscale: #747474. Windows color (decimal): -4305281 or 8343230. OLE color: 8343230.
HSL color Cylindrical-coordinate representation of color #BE4E7F: hue angle of 333.75º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4E7F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 127 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.25 |
| HSL | 333.75º | 0.46% | 0.53% | - |
| HSV(B) | 333.75º | 0.59% | 0.75% | - |
| XYZ | 27.79 | 17.93 | 22.07 | - |
| YUV | 117.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 127 | 0 | 0.59 | 0.33 | 0.25 | 333.75 | 0.46 | 0.53 |
| Hex | BE | 4E | 7F | 0 | 3B | 21 | 19 | 14E | 2E | 35 |
| Octal | 276 | 116 | 177 | 0 | 73 | 41 | 31 | 516 | 56 | 65 |
| Binary | 10111110 | 1001110 | 1111111 | 0 | 111011 | 100001 | 11001 | 101001110 | 101110 | 110101 |
Color Harmonies of #BE4E7F
Complementary color
Monochromatic Colors of #BE4E7F
Black with #BE4E7F
Text Example
Text Example
White with #BE4E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E7F; }
p { color: rgb(190,78,127); }
H1.HeaderClassName
{
color: #BE4E7F;
}
.AnyTagClassName
{
color: #BE4E7F;
}
</style>
background-color css
<style>
a { background-color: #BE4E7F; }
a { background-color: rgb(190,78,127); }
div.DivClassName
{
background-color: #BE4E7F;
}
.BgClassName
{
background-color: #BE4E7F;
}
</style>
border-color css
<style>
span { border-color: #BE4E7F; }
span { border-color: rgb(190,78,127); }
td.TdClassName
{
border-color: #BE4E7F;
}
.TagClassName
{
border-color: #BE4E7F;
}
</style>