Shades of Royal Heath #BE5280
Tints of Royal Heath #BE5280
RGB
CMYK
RGB Variations
Color information
#BE5280 (or 0xBE5280) is known color: Royal Heath. HEX triplet: BE, 52 and 80. RGB value is (190,82,128). Sum of RGB (Red+Green+Blue) = 190+82+128=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5280 is #41AD7F. Grayscale: #777777. Windows color (decimal): -4304256 or 8409790. OLE color: 8409790.
HSL color Cylindrical-coordinate representation of color #BE5280: hue angle of 334.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5280 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 128 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.25 |
| HSL | 334.44º | 0.45% | 0.53% | - |
| HSV(B) | 334.44º | 0.57% | 0.75% | - |
| XYZ | 28.15 | 18.54 | 22.52 | - |
| YUV | 119.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 128 | 0 | 0.57 | 0.33 | 0.25 | 334.44 | 0.45 | 0.53 |
| Hex | BE | 52 | 80 | 0 | 39 | 21 | 19 | 14E | 2D | 35 |
| Octal | 276 | 122 | 200 | 0 | 71 | 41 | 31 | 516 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10000000 | 0 | 111001 | 100001 | 11001 | 101001110 | 101101 | 110101 |
Color Harmonies of #BE5280
Complementary color
Monochromatic Colors of #BE5280
Black with #BE5280
Text Example
Text Example
White with #BE5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5280; }
p { color: rgb(190,82,128); }
H1.HeaderClassName
{
color: #BE5280;
}
.AnyTagClassName
{
color: #BE5280;
}
</style>
background-color css
<style>
a { background-color: #BE5280; }
a { background-color: rgb(190,82,128); }
div.DivClassName
{
background-color: #BE5280;
}
.BgClassName
{
background-color: #BE5280;
}
</style>
border-color css
<style>
span { border-color: #BE5280; }
span { border-color: rgb(190,82,128); }
td.TdClassName
{
border-color: #BE5280;
}
.TagClassName
{
border-color: #BE5280;
}
</style>