Shades of Royal Heath #BE3D70
Tints of Royal Heath #BE3D70
RGB
CMYK
RGB Variations
Color information
#BE3D70 (or 0xBE3D70) is known color: Royal Heath. HEX triplet: BE, 3D and 70. RGB value is (190,61,112). Sum of RGB (Red+Green+Blue) = 190+61+112=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D70 is #41C28F. Grayscale: #696969. Windows color (decimal): -4309648 or 7355838. OLE color: 7355838.
HSL color Cylindrical-coordinate representation of color #BE3D70: hue angle of 336.28º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D70 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 112 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.25 |
| HSL | 336.28º | 0.51% | 0.49% | - |
| HSV(B) | 336.28º | 0.68% | 0.75% | - |
| XYZ | 25.83 | 15.45 | 16.95 | - |
| YUV | 105.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 112 | 0 | 0.68 | 0.41 | 0.25 | 336.28 | 0.51 | 0.49 |
| Hex | BE | 3D | 70 | 0 | 44 | 29 | 19 | 150 | 33 | 31 |
| Octal | 276 | 75 | 160 | 0 | 104 | 51 | 31 | 520 | 63 | 61 |
| Binary | 10111110 | 111101 | 1110000 | 0 | 1000100 | 101001 | 11001 | 101010000 | 110011 | 110001 |
Color Harmonies of #BE3D70
Complementary color
Monochromatic Colors of #BE3D70
Black with #BE3D70
Text Example
Text Example
White with #BE3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D70; }
p { color: rgb(190,61,112); }
H1.HeaderClassName
{
color: #BE3D70;
}
.AnyTagClassName
{
color: #BE3D70;
}
</style>
background-color css
<style>
a { background-color: #BE3D70; }
a { background-color: rgb(190,61,112); }
div.DivClassName
{
background-color: #BE3D70;
}
.BgClassName
{
background-color: #BE3D70;
}
</style>
border-color css
<style>
span { border-color: #BE3D70; }
span { border-color: rgb(190,61,112); }
td.TdClassName
{
border-color: #BE3D70;
}
.TagClassName
{
border-color: #BE3D70;
}
</style>