Shades of Royal Heath #B55080
Tints of Royal Heath #B55080
RGB
CMYK
RGB Variations
Color information
#B55080 (or 0xB55080) is known color: Royal Heath. HEX triplet: B5, 50 and 80. RGB value is (181,80,128). Sum of RGB (Red+Green+Blue) = 181+80+128=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B55080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55080 is #4AAF7F. Grayscale: #737373. Windows color (decimal): -4894592 or 8409269. OLE color: 8409269.
HSL color Cylindrical-coordinate representation of color #B55080: hue angle of 331.49º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55080 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 128 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.29 |
| HSL | 331.49º | 0.41% | 0.51% | - |
| HSV(B) | 331.49º | 0.56% | 0.71% | - |
| XYZ | 25.82 | 17.12 | 22.37 | - |
| YUV | 115.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 128 | 0 | 0.56 | 0.29 | 0.29 | 331.49 | 0.41 | 0.51 |
| Hex | B5 | 50 | 80 | 0 | 38 | 1D | 1D | 14B | 29 | 33 |
| Octal | 265 | 120 | 200 | 0 | 70 | 35 | 35 | 513 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10000000 | 0 | 111000 | 11101 | 11101 | 101001011 | 101001 | 110011 |
Color Harmonies of #B55080
Complementary color
Monochromatic Colors of #B55080
Black with #B55080
Text Example
Text Example
White with #B55080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55080; }
p { color: rgb(181,80,128); }
H1.HeaderClassName
{
color: #B55080;
}
.AnyTagClassName
{
color: #B55080;
}
</style>
background-color css
<style>
a { background-color: #B55080; }
a { background-color: rgb(181,80,128); }
div.DivClassName
{
background-color: #B55080;
}
.BgClassName
{
background-color: #B55080;
}
</style>
border-color css
<style>
span { border-color: #B55080; }
span { border-color: rgb(181,80,128); }
td.TdClassName
{
border-color: #B55080;
}
.TagClassName
{
border-color: #B55080;
}
</style>