Shades of Royal Heath #BE3E6F
Tints of Royal Heath #BE3E6F
RGB
CMYK
RGB Variations
Color information
#BE3E6F (or 0xBE3E6F) is known color: Royal Heath. HEX triplet: BE, 3E and 6F. RGB value is (190,62,111). Sum of RGB (Red+Green+Blue) = 190+62+111=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E6F is #41C190. Grayscale: #696969. Windows color (decimal): -4309393 or 7290558. OLE color: 7290558.
HSL color Cylindrical-coordinate representation of color #BE3E6F: hue angle of 337.03º 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 #BE3E6F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 111 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.25 |
| HSL | 337.03º | 0.51% | 0.49% | - |
| HSV(B) | 337.03º | 0.67% | 0.75% | - |
| XYZ | 25.83 | 15.54 | 16.68 | - |
| YUV | 105.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 111 | 0 | 0.67 | 0.42 | 0.25 | 337.03 | 0.51 | 0.49 |
| Hex | BE | 3E | 6F | 0 | 43 | 2A | 19 | 151 | 33 | 31 |
| Octal | 276 | 76 | 157 | 0 | 103 | 52 | 31 | 521 | 63 | 61 |
| Binary | 10111110 | 111110 | 1101111 | 0 | 1000011 | 101010 | 11001 | 101010001 | 110011 | 110001 |
Color Harmonies of #BE3E6F
Complementary color
Monochromatic Colors of #BE3E6F
Black with #BE3E6F
Text Example
Text Example
White with #BE3E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E6F; }
p { color: rgb(190,62,111); }
H1.HeaderClassName
{
color: #BE3E6F;
}
.AnyTagClassName
{
color: #BE3E6F;
}
</style>
background-color css
<style>
a { background-color: #BE3E6F; }
a { background-color: rgb(190,62,111); }
div.DivClassName
{
background-color: #BE3E6F;
}
.BgClassName
{
background-color: #BE3E6F;
}
</style>
border-color css
<style>
span { border-color: #BE3E6F; }
span { border-color: rgb(190,62,111); }
td.TdClassName
{
border-color: #BE3E6F;
}
.TagClassName
{
border-color: #BE3E6F;
}
</style>