Shades of Royal Heath #B05078
Tints of Royal Heath #B05078
RGB
CMYK
RGB Variations
Color information
#B05078 (or 0xB05078) is known color: Royal Heath. HEX triplet: B0, 50 and 78. RGB value is (176,80,120). Sum of RGB (Red+Green+Blue) = 176+80+120=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B05078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05078 is #4FAF87. Grayscale: #717171. Windows color (decimal): -5222280 or 7884976. OLE color: 7884976.
HSL color Cylindrical-coordinate representation of color #B05078: hue angle of 335º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05078 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 120 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.31 |
| HSL | 335º | 0.38% | 0.5% | - |
| HSV(B) | 335º | 0.55% | 0.69% | - |
| XYZ | 24.16 | 16.32 | 19.65 | - |
| YUV | 113.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 120 | 0 | 0.55 | 0.32 | 0.31 | 335 | 0.38 | 0.5 |
| Hex | B0 | 50 | 78 | 0 | 37 | 20 | 1F | 14F | 26 | 32 |
| Octal | 260 | 120 | 170 | 0 | 67 | 40 | 37 | 517 | 46 | 62 |
| Binary | 10110000 | 1010000 | 1111000 | 0 | 110111 | 100000 | 11111 | 101001111 | 100110 | 110010 |
Color Harmonies of #B05078
Complementary color
Monochromatic Colors of #B05078
Black with #B05078
Text Example
Text Example
White with #B05078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05078; }
p { color: rgb(176,80,120); }
H1.HeaderClassName
{
color: #B05078;
}
.AnyTagClassName
{
color: #B05078;
}
</style>
background-color css
<style>
a { background-color: #B05078; }
a { background-color: rgb(176,80,120); }
div.DivClassName
{
background-color: #B05078;
}
.BgClassName
{
background-color: #B05078;
}
</style>
border-color css
<style>
span { border-color: #B05078; }
span { border-color: rgb(176,80,120); }
td.TdClassName
{
border-color: #B05078;
}
.TagClassName
{
border-color: #B05078;
}
</style>