Shades of Royal Heath #BE557D
Tints of Royal Heath #BE557D
RGB
CMYK
RGB Variations
Color information
#BE557D (or 0xBE557D) is known color: Royal Heath. HEX triplet: BE, 55 and 7D. RGB value is (190,85,125). Sum of RGB (Red+Green+Blue) = 190+85+125=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE557D is #41AA82. Grayscale: #787878. Windows color (decimal): -4303491 or 8213950. OLE color: 8213950.
HSL color Cylindrical-coordinate representation of color #BE557D: hue angle of 337.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE557D is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 125 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.25 |
| HSL | 337.14º | 0.45% | 0.54% | - |
| HSV(B) | 337.14º | 0.55% | 0.75% | - |
| XYZ | 28.19 | 18.92 | 21.57 | - |
| YUV | 120.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 125 | 0 | 0.55 | 0.34 | 0.25 | 337.14 | 0.45 | 0.54 |
| Hex | BE | 55 | 7D | 0 | 37 | 22 | 19 | 151 | 2D | 36 |
| Octal | 276 | 125 | 175 | 0 | 67 | 42 | 31 | 521 | 55 | 66 |
| Binary | 10111110 | 1010101 | 1111101 | 0 | 110111 | 100010 | 11001 | 101010001 | 101101 | 110110 |
Color Harmonies of #BE557D
Complementary color
Monochromatic Colors of #BE557D
Black with #BE557D
Text Example
Text Example
White with #BE557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE557D; }
p { color: rgb(190,85,125); }
H1.HeaderClassName
{
color: #BE557D;
}
.AnyTagClassName
{
color: #BE557D;
}
</style>
background-color css
<style>
a { background-color: #BE557D; }
a { background-color: rgb(190,85,125); }
div.DivClassName
{
background-color: #BE557D;
}
.BgClassName
{
background-color: #BE557D;
}
</style>
border-color css
<style>
span { border-color: #BE557D; }
span { border-color: rgb(190,85,125); }
td.TdClassName
{
border-color: #BE557D;
}
.TagClassName
{
border-color: #BE557D;
}
</style>