Shades of Royal Heath #BE587D
Tints of Royal Heath #BE587D
RGB
CMYK
RGB Variations
Color information
#BE587D (or 0xBE587D) is known color: Royal Heath. HEX triplet: BE, 58 and 7D. RGB value is (190,88,125). Sum of RGB (Red+Green+Blue) = 190+88+125=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE587D is #41A782. Grayscale: #7A7A7A. Windows color (decimal): -4302723 or 8214718. OLE color: 8214718.
HSL color Cylindrical-coordinate representation of color #BE587D: hue angle of 338.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE587D is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 125 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.25 |
| HSL | 338.24º | 0.44% | 0.55% | - |
| HSV(B) | 338.24º | 0.54% | 0.75% | - |
| XYZ | 28.43 | 19.41 | 21.65 | - |
| YUV | 122.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 125 | 0 | 0.54 | 0.34 | 0.25 | 338.24 | 0.44 | 0.55 |
| Hex | BE | 58 | 7D | 0 | 36 | 22 | 19 | 152 | 2C | 37 |
| Octal | 276 | 130 | 175 | 0 | 66 | 42 | 31 | 522 | 54 | 67 |
| Binary | 10111110 | 1011000 | 1111101 | 0 | 110110 | 100010 | 11001 | 101010010 | 101100 | 110111 |
Color Harmonies of #BE587D
Complementary color
Monochromatic Colors of #BE587D
Black with #BE587D
Text Example
Text Example
White with #BE587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE587D; }
p { color: rgb(190,88,125); }
H1.HeaderClassName
{
color: #BE587D;
}
.AnyTagClassName
{
color: #BE587D;
}
</style>
background-color css
<style>
a { background-color: #BE587D; }
a { background-color: rgb(190,88,125); }
div.DivClassName
{
background-color: #BE587D;
}
.BgClassName
{
background-color: #BE587D;
}
</style>
border-color css
<style>
span { border-color: #BE587D; }
span { border-color: rgb(190,88,125); }
td.TdClassName
{
border-color: #BE587D;
}
.TagClassName
{
border-color: #BE587D;
}
</style>