Shades of Royal Heath #B14878
Tints of Royal Heath #B14878
RGB
CMYK
RGB Variations
Color information
#B14878 (or 0xB14878) is known color: Royal Heath. HEX triplet: B1, 48 and 78. RGB value is (177,72,120). Sum of RGB (Red+Green+Blue) = 177+72+120=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B14878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14878 is #4EB787. Grayscale: #6C6C6C. Windows color (decimal): -5158792 or 7882929. OLE color: 7882929.
HSL color Cylindrical-coordinate representation of color #B14878: hue angle of 332.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14878 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 120 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.31 |
| HSL | 332.57º | 0.42% | 0.49% | - |
| HSV(B) | 332.57º | 0.59% | 0.69% | - |
| XYZ | 23.84 | 15.34 | 19.47 | - |
| YUV | 108.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 120 | 0 | 0.59 | 0.32 | 0.31 | 332.57 | 0.42 | 0.49 |
| Hex | B1 | 48 | 78 | 0 | 3B | 20 | 1F | 14D | 2A | 31 |
| Octal | 261 | 110 | 170 | 0 | 73 | 40 | 37 | 515 | 52 | 61 |
| Binary | 10110001 | 1001000 | 1111000 | 0 | 111011 | 100000 | 11111 | 101001101 | 101010 | 110001 |
Color Harmonies of #B14878
Complementary color
Monochromatic Colors of #B14878
Black with #B14878
Text Example
Text Example
White with #B14878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14878; }
p { color: rgb(177,72,120); }
H1.HeaderClassName
{
color: #B14878;
}
.AnyTagClassName
{
color: #B14878;
}
</style>
background-color css
<style>
a { background-color: #B14878; }
a { background-color: rgb(177,72,120); }
div.DivClassName
{
background-color: #B14878;
}
.BgClassName
{
background-color: #B14878;
}
</style>
border-color css
<style>
span { border-color: #B14878; }
span { border-color: rgb(177,72,120); }
td.TdClassName
{
border-color: #B14878;
}
.TagClassName
{
border-color: #B14878;
}
</style>