Shades of Royal Heath #B55380
Tints of Royal Heath #B55380
RGB
CMYK
RGB Variations
Color information
#B55380 (or 0xB55380) is known color: Royal Heath. HEX triplet: B5, 53 and 80. RGB value is (181,83,128). Sum of RGB (Red+Green+Blue) = 181+83+128=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B55380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55380 is #4AAC7F. Grayscale: #757575. Windows color (decimal): -4893824 or 8410037. OLE color: 8410037.
HSL color Cylindrical-coordinate representation of color #B55380: hue angle of 332.45º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55380 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 128 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.29 |
| HSL | 332.45º | 0.4% | 0.52% | - |
| HSV(B) | 332.45º | 0.54% | 0.71% | - |
| XYZ | 26.05 | 17.57 | 22.44 | - |
| YUV | 117.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 128 | 0 | 0.54 | 0.29 | 0.29 | 332.45 | 0.4 | 0.52 |
| Hex | B5 | 53 | 80 | 0 | 36 | 1D | 1D | 14C | 28 | 34 |
| Octal | 265 | 123 | 200 | 0 | 66 | 35 | 35 | 514 | 50 | 64 |
| Binary | 10110101 | 1010011 | 10000000 | 0 | 110110 | 11101 | 11101 | 101001100 | 101000 | 110100 |
Color Harmonies of #B55380
Complementary color
Monochromatic Colors of #B55380
Black with #B55380
Text Example
Text Example
White with #B55380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55380; }
p { color: rgb(181,83,128); }
H1.HeaderClassName
{
color: #B55380;
}
.AnyTagClassName
{
color: #B55380;
}
</style>
background-color css
<style>
a { background-color: #B55380; }
a { background-color: rgb(181,83,128); }
div.DivClassName
{
background-color: #B55380;
}
.BgClassName
{
background-color: #B55380;
}
</style>
border-color css
<style>
span { border-color: #B55380; }
span { border-color: rgb(181,83,128); }
td.TdClassName
{
border-color: #B55380;
}
.TagClassName
{
border-color: #B55380;
}
</style>