Shades of Royal Heath #B54175
Tints of Royal Heath #B54175
RGB
CMYK
RGB Variations
Color information
#B54175 (or 0xB54175) is known color: Royal Heath. HEX triplet: B5, 41 and 75. RGB value is (181,65,117). Sum of RGB (Red+Green+Blue) = 181+65+117=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B54175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54175 is #4ABE8A. Grayscale: #696969. Windows color (decimal): -4898443 or 7684533. OLE color: 7684533.
HSL color Cylindrical-coordinate representation of color #B54175: hue angle of 333.1º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54175 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 117 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.29 |
| HSL | 333.1º | 0.47% | 0.48% | - |
| HSV(B) | 333.1º | 0.64% | 0.71% | - |
| XYZ | 24.16 | 14.89 | 18.43 | - |
| YUV | 105.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 117 | 0 | 0.64 | 0.35 | 0.29 | 333.1 | 0.47 | 0.48 |
| Hex | B5 | 41 | 75 | 0 | 40 | 23 | 1D | 14D | 2F | 30 |
| Octal | 265 | 101 | 165 | 0 | 100 | 43 | 35 | 515 | 57 | 60 |
| Binary | 10110101 | 1000001 | 1110101 | 0 | 1000000 | 100011 | 11101 | 101001101 | 101111 | 110000 |
Color Harmonies of #B54175
Complementary color
Monochromatic Colors of #B54175
Black with #B54175
Text Example
Text Example
White with #B54175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54175; }
p { color: rgb(181,65,117); }
H1.HeaderClassName
{
color: #B54175;
}
.AnyTagClassName
{
color: #B54175;
}
</style>
background-color css
<style>
a { background-color: #B54175; }
a { background-color: rgb(181,65,117); }
div.DivClassName
{
background-color: #B54175;
}
.BgClassName
{
background-color: #B54175;
}
</style>
border-color css
<style>
span { border-color: #B54175; }
span { border-color: rgb(181,65,117); }
td.TdClassName
{
border-color: #B54175;
}
.TagClassName
{
border-color: #B54175;
}
</style>