Shades of Royal Heath #BE467B
Tints of Royal Heath #BE467B
RGB
CMYK
RGB Variations
Color information
#BE467B (or 0xBE467B) is known color: Royal Heath. HEX triplet: BE, 46 and 7B. RGB value is (190,70,123). Sum of RGB (Red+Green+Blue) = 190+70+123=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE467B is #41B984. Grayscale: #6F6F6F. Windows color (decimal): -4307333 or 8079038. OLE color: 8079038.
HSL color Cylindrical-coordinate representation of color #BE467B: hue angle of 333.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE467B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 123 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.25 |
| HSL | 333.5º | 0.48% | 0.51% | - |
| HSV(B) | 333.5º | 0.63% | 0.75% | - |
| XYZ | 27 | 16.76 | 20.55 | - |
| YUV | 111.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 123 | 0 | 0.63 | 0.35 | 0.25 | 333.5 | 0.48 | 0.51 |
| Hex | BE | 46 | 7B | 0 | 3F | 23 | 19 | 14E | 30 | 33 |
| Octal | 276 | 106 | 173 | 0 | 77 | 43 | 31 | 516 | 60 | 63 |
| Binary | 10111110 | 1000110 | 1111011 | 0 | 111111 | 100011 | 11001 | 101001110 | 110000 | 110011 |
Color Harmonies of #BE467B
Complementary color
Monochromatic Colors of #BE467B
Black with #BE467B
Text Example
Text Example
White with #BE467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE467B; }
p { color: rgb(190,70,123); }
H1.HeaderClassName
{
color: #BE467B;
}
.AnyTagClassName
{
color: #BE467B;
}
</style>
background-color css
<style>
a { background-color: #BE467B; }
a { background-color: rgb(190,70,123); }
div.DivClassName
{
background-color: #BE467B;
}
.BgClassName
{
background-color: #BE467B;
}
</style>
border-color css
<style>
span { border-color: #BE467B; }
span { border-color: rgb(190,70,123); }
td.TdClassName
{
border-color: #BE467B;
}
.TagClassName
{
border-color: #BE467B;
}
</style>