Shades of Royal Heath #BE3E78
Tints of Royal Heath #BE3E78
RGB
CMYK
RGB Variations
Color information
#BE3E78 (or 0xBE3E78) is known color: Royal Heath. HEX triplet: BE, 3E and 78. RGB value is (190,62,120). Sum of RGB (Red+Green+Blue) = 190+62+120=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E78 is #41C187. Grayscale: #6A6A6A. Windows color (decimal): -4309384 or 7880382. OLE color: 7880382.
HSL color Cylindrical-coordinate representation of color #BE3E78: hue angle of 332.81º 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 #BE3E78 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 120 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.25 |
| HSL | 332.81º | 0.51% | 0.49% | - |
| HSV(B) | 332.81º | 0.67% | 0.75% | - |
| XYZ | 26.35 | 15.75 | 19.42 | - |
| YUV | 106.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 120 | 0 | 0.67 | 0.37 | 0.25 | 332.81 | 0.51 | 0.49 |
| Hex | BE | 3E | 78 | 0 | 43 | 25 | 19 | 14D | 33 | 31 |
| Octal | 276 | 76 | 170 | 0 | 103 | 45 | 31 | 515 | 63 | 61 |
| Binary | 10111110 | 111110 | 1111000 | 0 | 1000011 | 100101 | 11001 | 101001101 | 110011 | 110001 |
Color Harmonies of #BE3E78
Complementary color
Monochromatic Colors of #BE3E78
Black with #BE3E78
Text Example
Text Example
White with #BE3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E78; }
p { color: rgb(190,62,120); }
H1.HeaderClassName
{
color: #BE3E78;
}
.AnyTagClassName
{
color: #BE3E78;
}
</style>
background-color css
<style>
a { background-color: #BE3E78; }
a { background-color: rgb(190,62,120); }
div.DivClassName
{
background-color: #BE3E78;
}
.BgClassName
{
background-color: #BE3E78;
}
</style>
border-color css
<style>
span { border-color: #BE3E78; }
span { border-color: rgb(190,62,120); }
td.TdClassName
{
border-color: #BE3E78;
}
.TagClassName
{
border-color: #BE3E78;
}
</style>