Shades of Royal Heath #BE4B7A
Tints of Royal Heath #BE4B7A
RGB
CMYK
RGB Variations
Color information
#BE4B7A (or 0xBE4B7A) is known color: Royal Heath. HEX triplet: BE, 4B and 7A. RGB value is (190,75,122). Sum of RGB (Red+Green+Blue) = 190+75+122=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B7A is #41B485. Grayscale: #727272. Windows color (decimal): -4306054 or 8014782. OLE color: 8014782.
HSL color Cylindrical-coordinate representation of color #BE4B7A: hue angle of 335.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4B7A is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 122 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.25 |
| HSL | 335.48º | 0.47% | 0.52% | - |
| HSV(B) | 335.48º | 0.61% | 0.75% | - |
| XYZ | 27.26 | 17.38 | 20.33 | - |
| YUV | 114.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 122 | 0 | 0.61 | 0.36 | 0.25 | 335.48 | 0.47 | 0.52 |
| Hex | BE | 4B | 7A | 0 | 3D | 24 | 19 | 14F | 2F | 34 |
| Octal | 276 | 113 | 172 | 0 | 75 | 44 | 31 | 517 | 57 | 64 |
| Binary | 10111110 | 1001011 | 1111010 | 0 | 111101 | 100100 | 11001 | 101001111 | 101111 | 110100 |
Color Harmonies of #BE4B7A
Complementary color
Monochromatic Colors of #BE4B7A
Black with #BE4B7A
Text Example
Text Example
White with #BE4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B7A; }
p { color: rgb(190,75,122); }
H1.HeaderClassName
{
color: #BE4B7A;
}
.AnyTagClassName
{
color: #BE4B7A;
}
</style>
background-color css
<style>
a { background-color: #BE4B7A; }
a { background-color: rgb(190,75,122); }
div.DivClassName
{
background-color: #BE4B7A;
}
.BgClassName
{
background-color: #BE4B7A;
}
</style>
border-color css
<style>
span { border-color: #BE4B7A; }
span { border-color: rgb(190,75,122); }
td.TdClassName
{
border-color: #BE4B7A;
}
.TagClassName
{
border-color: #BE4B7A;
}
</style>