Shades of Royal Heath #B54C75
Tints of Royal Heath #B54C75
RGB
CMYK
RGB Variations
Color information
#B54C75 (or 0xB54C75) is known color: Royal Heath. HEX triplet: B5, 4C and 75. RGB value is (181,76,117). Sum of RGB (Red+Green+Blue) = 181+76+117=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C75 is #4AB38A. Grayscale: #707070. Windows color (decimal): -4895627 or 7687349. OLE color: 7687349.
HSL color Cylindrical-coordinate representation of color #B54C75: hue angle of 336.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54C75 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 117 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.29 |
| HSL | 336.57º | 0.42% | 0.5% | - |
| HSV(B) | 336.57º | 0.58% | 0.71% | - |
| XYZ | 24.85 | 16.28 | 18.66 | - |
| YUV | 112.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 117 | 0 | 0.58 | 0.35 | 0.29 | 336.57 | 0.42 | 0.5 |
| Hex | B5 | 4C | 75 | 0 | 3A | 23 | 1D | 151 | 2A | 32 |
| Octal | 265 | 114 | 165 | 0 | 72 | 43 | 35 | 521 | 52 | 62 |
| Binary | 10110101 | 1001100 | 1110101 | 0 | 111010 | 100011 | 11101 | 101010001 | 101010 | 110010 |
Color Harmonies of #B54C75
Complementary color
Monochromatic Colors of #B54C75
Black with #B54C75
Text Example
Text Example
White with #B54C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C75; }
p { color: rgb(181,76,117); }
H1.HeaderClassName
{
color: #B54C75;
}
.AnyTagClassName
{
color: #B54C75;
}
</style>
background-color css
<style>
a { background-color: #B54C75; }
a { background-color: rgb(181,76,117); }
div.DivClassName
{
background-color: #B54C75;
}
.BgClassName
{
background-color: #B54C75;
}
</style>
border-color css
<style>
span { border-color: #B54C75; }
span { border-color: rgb(181,76,117); }
td.TdClassName
{
border-color: #B54C75;
}
.TagClassName
{
border-color: #B54C75;
}
</style>