Shades of Royal Heath #BE407A
Tints of Royal Heath #BE407A
RGB
CMYK
RGB Variations
Color information
#BE407A (or 0xBE407A) is known color: Royal Heath. HEX triplet: BE, 40 and 7A. RGB value is (190,64,122). Sum of RGB (Red+Green+Blue) = 190+64+122=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE407A is #41BF85. Grayscale: #6C6C6C. Windows color (decimal): -4308870 or 8011966. OLE color: 8011966.
HSL color Cylindrical-coordinate representation of color #BE407A: hue angle of 332.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE407A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 122 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.25 |
| HSL | 332.38º | 0.5% | 0.5% | - |
| HSV(B) | 332.38º | 0.66% | 0.75% | - |
| XYZ | 26.58 | 16.02 | 20.1 | - |
| YUV | 108.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 122 | 0 | 0.66 | 0.36 | 0.25 | 332.38 | 0.5 | 0.5 |
| Hex | BE | 40 | 7A | 0 | 42 | 24 | 19 | 14C | 32 | 32 |
| Octal | 276 | 100 | 172 | 0 | 102 | 44 | 31 | 514 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1111010 | 0 | 1000010 | 100100 | 11001 | 101001100 | 110010 | 110010 |
Color Harmonies of #BE407A
Complementary color
Monochromatic Colors of #BE407A
Black with #BE407A
Text Example
Text Example
White with #BE407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE407A; }
p { color: rgb(190,64,122); }
H1.HeaderClassName
{
color: #BE407A;
}
.AnyTagClassName
{
color: #BE407A;
}
</style>
background-color css
<style>
a { background-color: #BE407A; }
a { background-color: rgb(190,64,122); }
div.DivClassName
{
background-color: #BE407A;
}
.BgClassName
{
background-color: #BE407A;
}
</style>
border-color css
<style>
span { border-color: #BE407A; }
span { border-color: rgb(190,64,122); }
td.TdClassName
{
border-color: #BE407A;
}
.TagClassName
{
border-color: #BE407A;
}
</style>