Shades of Royal Heath #BE3E70
Tints of Royal Heath #BE3E70
RGB
CMYK
RGB Variations
Color information
#BE3E70 (or 0xBE3E70) is known color: Royal Heath. HEX triplet: BE, 3E and 70. RGB value is (190,62,112). Sum of RGB (Red+Green+Blue) = 190+62+112=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E70 is #41C18F. Grayscale: #696969. Windows color (decimal): -4309392 or 7356094. OLE color: 7356094.
HSL color Cylindrical-coordinate representation of color #BE3E70: hue angle of 336.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E70 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 112 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.25 |
| HSL | 336.56º | 0.51% | 0.49% | - |
| HSV(B) | 336.56º | 0.67% | 0.75% | - |
| XYZ | 25.88 | 15.56 | 16.97 | - |
| YUV | 105.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 112 | 0 | 0.67 | 0.41 | 0.25 | 336.56 | 0.51 | 0.49 |
| Hex | BE | 3E | 70 | 0 | 43 | 29 | 19 | 151 | 33 | 31 |
| Octal | 276 | 76 | 160 | 0 | 103 | 51 | 31 | 521 | 63 | 61 |
| Binary | 10111110 | 111110 | 1110000 | 0 | 1000011 | 101001 | 11001 | 101010001 | 110011 | 110001 |
Color Harmonies of #BE3E70
Complementary color
Monochromatic Colors of #BE3E70
Black with #BE3E70
Text Example
Text Example
White with #BE3E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E70; }
p { color: rgb(190,62,112); }
H1.HeaderClassName
{
color: #BE3E70;
}
.AnyTagClassName
{
color: #BE3E70;
}
</style>
background-color css
<style>
a { background-color: #BE3E70; }
a { background-color: rgb(190,62,112); }
div.DivClassName
{
background-color: #BE3E70;
}
.BgClassName
{
background-color: #BE3E70;
}
</style>
border-color css
<style>
span { border-color: #BE3E70; }
span { border-color: rgb(190,62,112); }
td.TdClassName
{
border-color: #BE3E70;
}
.TagClassName
{
border-color: #BE3E70;
}
</style>