Shades of Royal Heath #BE457D
Tints of Royal Heath #BE457D
RGB
CMYK
RGB Variations
Color information
#BE457D (or 0xBE457D) is known color: Royal Heath. HEX triplet: BE, 45 and 7D. RGB value is (190,69,125). Sum of RGB (Red+Green+Blue) = 190+69+125=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE457D is #41BA82. Grayscale: #6F6F6F. Windows color (decimal): -4307587 or 8209854. OLE color: 8209854.
HSL color Cylindrical-coordinate representation of color #BE457D: hue angle of 332.23º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE457D is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 125 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.25 |
| HSL | 332.23º | 0.48% | 0.51% | - |
| HSV(B) | 332.23º | 0.64% | 0.75% | - |
| XYZ | 27.07 | 16.68 | 21.2 | - |
| YUV | 111.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 125 | 0 | 0.64 | 0.34 | 0.25 | 332.23 | 0.48 | 0.51 |
| Hex | BE | 45 | 7D | 0 | 40 | 22 | 19 | 14C | 30 | 33 |
| Octal | 276 | 105 | 175 | 0 | 100 | 42 | 31 | 514 | 60 | 63 |
| Binary | 10111110 | 1000101 | 1111101 | 0 | 1000000 | 100010 | 11001 | 101001100 | 110000 | 110011 |
Color Harmonies of #BE457D
Complementary color
Monochromatic Colors of #BE457D
Black with #BE457D
Text Example
Text Example
White with #BE457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE457D; }
p { color: rgb(190,69,125); }
H1.HeaderClassName
{
color: #BE457D;
}
.AnyTagClassName
{
color: #BE457D;
}
</style>
background-color css
<style>
a { background-color: #BE457D; }
a { background-color: rgb(190,69,125); }
div.DivClassName
{
background-color: #BE457D;
}
.BgClassName
{
background-color: #BE457D;
}
</style>
border-color css
<style>
span { border-color: #BE457D; }
span { border-color: rgb(190,69,125); }
td.TdClassName
{
border-color: #BE457D;
}
.TagClassName
{
border-color: #BE457D;
}
</style>