Shades of Royal Heath #B5547D
Tints of Royal Heath #B5547D
RGB
CMYK
RGB Variations
Color information
#B5547D (or 0xB5547D) is known color: Royal Heath. HEX triplet: B5, 54 and 7D. RGB value is (181,84,125). Sum of RGB (Red+Green+Blue) = 181+84+125=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5547D is #4AAB82. Grayscale: #757575. Windows color (decimal): -4893571 or 8213685. OLE color: 8213685.
HSL color Cylindrical-coordinate representation of color #B5547D: hue angle of 334.64º 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 #B5547D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 125 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.29 |
| HSL | 334.64º | 0.4% | 0.52% | - |
| HSV(B) | 334.64º | 0.54% | 0.71% | - |
| XYZ | 25.93 | 17.65 | 21.44 | - |
| YUV | 117.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 125 | 0 | 0.54 | 0.31 | 0.29 | 334.64 | 0.4 | 0.52 |
| Hex | B5 | 54 | 7D | 0 | 36 | 1F | 1D | 14F | 28 | 34 |
| Octal | 265 | 124 | 175 | 0 | 66 | 37 | 35 | 517 | 50 | 64 |
| Binary | 10110101 | 1010100 | 1111101 | 0 | 110110 | 11111 | 11101 | 101001111 | 101000 | 110100 |
Color Harmonies of #B5547D
Complementary color
Monochromatic Colors of #B5547D
Black with #B5547D
Text Example
Text Example
White with #B5547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5547D; }
p { color: rgb(181,84,125); }
H1.HeaderClassName
{
color: #B5547D;
}
.AnyTagClassName
{
color: #B5547D;
}
</style>
background-color css
<style>
a { background-color: #B5547D; }
a { background-color: rgb(181,84,125); }
div.DivClassName
{
background-color: #B5547D;
}
.BgClassName
{
background-color: #B5547D;
}
</style>
border-color css
<style>
span { border-color: #B5547D; }
span { border-color: rgb(181,84,125); }
td.TdClassName
{
border-color: #B5547D;
}
.TagClassName
{
border-color: #B5547D;
}
</style>