Shades of Royal Heath #BE4B7D
Tints of Royal Heath #BE4B7D
RGB
CMYK
RGB Variations
Color information
#BE4B7D (or 0xBE4B7D) is known color: Royal Heath. HEX triplet: BE, 4B and 7D. RGB value is (190,75,125). Sum of RGB (Red+Green+Blue) = 190+75+125=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B7D is #41B482. Grayscale: #737373. Windows color (decimal): -4306051 or 8211390. OLE color: 8211390.
HSL color Cylindrical-coordinate representation of color #BE4B7D: hue angle of 333.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4B7D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 125 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.25 |
| HSL | 333.91º | 0.47% | 0.52% | - |
| HSV(B) | 333.91º | 0.61% | 0.75% | - |
| XYZ | 27.45 | 17.46 | 21.33 | - |
| YUV | 115.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 125 | 0 | 0.61 | 0.34 | 0.25 | 333.91 | 0.47 | 0.52 |
| Hex | BE | 4B | 7D | 0 | 3D | 22 | 19 | 14E | 2F | 34 |
| Octal | 276 | 113 | 175 | 0 | 75 | 42 | 31 | 516 | 57 | 64 |
| Binary | 10111110 | 1001011 | 1111101 | 0 | 111101 | 100010 | 11001 | 101001110 | 101111 | 110100 |
Color Harmonies of #BE4B7D
Complementary color
Monochromatic Colors of #BE4B7D
Black with #BE4B7D
Text Example
Text Example
White with #BE4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B7D; }
p { color: rgb(190,75,125); }
H1.HeaderClassName
{
color: #BE4B7D;
}
.AnyTagClassName
{
color: #BE4B7D;
}
</style>
background-color css
<style>
a { background-color: #BE4B7D; }
a { background-color: rgb(190,75,125); }
div.DivClassName
{
background-color: #BE4B7D;
}
.BgClassName
{
background-color: #BE4B7D;
}
</style>
border-color css
<style>
span { border-color: #BE4B7D; }
span { border-color: rgb(190,75,125); }
td.TdClassName
{
border-color: #BE4B7D;
}
.TagClassName
{
border-color: #BE4B7D;
}
</style>