Shades of Royal Heath #BE3E73
Tints of Royal Heath #BE3E73
RGB
CMYK
RGB Variations
Color information
#BE3E73 (or 0xBE3E73) is known color: Royal Heath. HEX triplet: BE, 3E and 73. RGB value is (190,62,115). Sum of RGB (Red+Green+Blue) = 190+62+115=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E73 is #41C18C. Grayscale: #6A6A6A. Windows color (decimal): -4309389 or 7552702. OLE color: 7552702.
HSL color Cylindrical-coordinate representation of color #BE3E73: hue angle of 335.16º 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 #BE3E73 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 115 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.25 |
| HSL | 335.16º | 0.51% | 0.49% | - |
| HSV(B) | 335.16º | 0.67% | 0.75% | - |
| XYZ | 26.05 | 15.63 | 17.86 | - |
| YUV | 106.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 115 | 0 | 0.67 | 0.39 | 0.25 | 335.16 | 0.51 | 0.49 |
| Hex | BE | 3E | 73 | 0 | 43 | 27 | 19 | 14F | 33 | 31 |
| Octal | 276 | 76 | 163 | 0 | 103 | 47 | 31 | 517 | 63 | 61 |
| Binary | 10111110 | 111110 | 1110011 | 0 | 1000011 | 100111 | 11001 | 101001111 | 110011 | 110001 |
Color Harmonies of #BE3E73
Complementary color
Monochromatic Colors of #BE3E73
Black with #BE3E73
Text Example
Text Example
White with #BE3E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E73; }
p { color: rgb(190,62,115); }
H1.HeaderClassName
{
color: #BE3E73;
}
.AnyTagClassName
{
color: #BE3E73;
}
</style>
background-color css
<style>
a { background-color: #BE3E73; }
a { background-color: rgb(190,62,115); }
div.DivClassName
{
background-color: #BE3E73;
}
.BgClassName
{
background-color: #BE3E73;
}
</style>
border-color css
<style>
span { border-color: #BE3E73; }
span { border-color: rgb(190,62,115); }
td.TdClassName
{
border-color: #BE3E73;
}
.TagClassName
{
border-color: #BE3E73;
}
</style>