Shades of Royal Heath #B04478
Tints of Royal Heath #B04478
RGB
CMYK
RGB Variations
Color information
#B04478 (or 0xB04478) is known color: Royal Heath. HEX triplet: B0, 44 and 78. RGB value is (176,68,120). Sum of RGB (Red+Green+Blue) = 176+68+120=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B04478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04478 is #4FBB87. Grayscale: #6A6A6A. Windows color (decimal): -5225352 or 7881904. OLE color: 7881904.
HSL color Cylindrical-coordinate representation of color #B04478: hue angle of 331.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04478 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 120 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.31 |
| HSL | 331.11º | 0.44% | 0.48% | - |
| HSV(B) | 331.11º | 0.61% | 0.69% | - |
| XYZ | 23.36 | 14.72 | 19.38 | - |
| YUV | 106.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 120 | 0 | 0.61 | 0.32 | 0.31 | 331.11 | 0.44 | 0.48 |
| Hex | B0 | 44 | 78 | 0 | 3D | 20 | 1F | 14B | 2C | 30 |
| Octal | 260 | 104 | 170 | 0 | 75 | 40 | 37 | 513 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1111000 | 0 | 111101 | 100000 | 11111 | 101001011 | 101100 | 110000 |
Color Harmonies of #B04478
Complementary color
Monochromatic Colors of #B04478
Black with #B04478
Text Example
Text Example
White with #B04478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04478; }
p { color: rgb(176,68,120); }
H1.HeaderClassName
{
color: #B04478;
}
.AnyTagClassName
{
color: #B04478;
}
</style>
background-color css
<style>
a { background-color: #B04478; }
a { background-color: rgb(176,68,120); }
div.DivClassName
{
background-color: #B04478;
}
.BgClassName
{
background-color: #B04478;
}
</style>
border-color css
<style>
span { border-color: #B04478; }
span { border-color: rgb(176,68,120); }
td.TdClassName
{
border-color: #B04478;
}
.TagClassName
{
border-color: #B04478;
}
</style>