Shades of Royal Heath #BE3F76
Tints of Royal Heath #BE3F76
RGB
CMYK
RGB Variations
Color information
#BE3F76 (or 0xBE3F76) is known color: Royal Heath. HEX triplet: BE, 3F and 76. RGB value is (190,63,118). Sum of RGB (Red+Green+Blue) = 190+63+118=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F76 is #41C089. Grayscale: #6B6B6B. Windows color (decimal): -4309130 or 7749566. OLE color: 7749566.
HSL color Cylindrical-coordinate representation of color #BE3F76: hue angle of 334.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F76 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 118 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.25 |
| HSL | 334.02º | 0.5% | 0.5% | - |
| HSV(B) | 334.02º | 0.67% | 0.75% | - |
| XYZ | 26.28 | 15.81 | 18.81 | - |
| YUV | 107.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 118 | 0 | 0.67 | 0.38 | 0.25 | 334.02 | 0.5 | 0.5 |
| Hex | BE | 3F | 76 | 0 | 43 | 26 | 19 | 14E | 32 | 32 |
| Octal | 276 | 77 | 166 | 0 | 103 | 46 | 31 | 516 | 62 | 62 |
| Binary | 10111110 | 111111 | 1110110 | 0 | 1000011 | 100110 | 11001 | 101001110 | 110010 | 110010 |
Color Harmonies of #BE3F76
Complementary color
Monochromatic Colors of #BE3F76
Black with #BE3F76
Text Example
Text Example
White with #BE3F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F76; }
p { color: rgb(190,63,118); }
H1.HeaderClassName
{
color: #BE3F76;
}
.AnyTagClassName
{
color: #BE3F76;
}
</style>
background-color css
<style>
a { background-color: #BE3F76; }
a { background-color: rgb(190,63,118); }
div.DivClassName
{
background-color: #BE3F76;
}
.BgClassName
{
background-color: #BE3F76;
}
</style>
border-color css
<style>
span { border-color: #BE3F76; }
span { border-color: rgb(190,63,118); }
td.TdClassName
{
border-color: #BE3F76;
}
.TagClassName
{
border-color: #BE3F76;
}
</style>