Shades of Royal Heath #B54C7D
Tints of Royal Heath #B54C7D
RGB
CMYK
RGB Variations
Color information
#B54C7D (or 0xB54C7D) is known color: Royal Heath. HEX triplet: B5, 4C and 7D. RGB value is (181,76,125). Sum of RGB (Red+Green+Blue) = 181+76+125=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C7D is #4AB382. Grayscale: #707070. Windows color (decimal): -4895619 or 8211637. OLE color: 8211637.
HSL color Cylindrical-coordinate representation of color #B54C7D: hue angle of 332º 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 #B54C7D is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 125 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.29 |
| HSL | 332º | 0.42% | 0.5% | - |
| HSV(B) | 332º | 0.58% | 0.71% | - |
| XYZ | 25.34 | 16.47 | 21.25 | - |
| YUV | 112.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 125 | 0 | 0.58 | 0.31 | 0.29 | 332 | 0.42 | 0.5 |
| Hex | B5 | 4C | 7D | 0 | 3A | 1F | 1D | 14C | 2A | 32 |
| Octal | 265 | 114 | 175 | 0 | 72 | 37 | 35 | 514 | 52 | 62 |
| Binary | 10110101 | 1001100 | 1111101 | 0 | 111010 | 11111 | 11101 | 101001100 | 101010 | 110010 |
Color Harmonies of #B54C7D
Complementary color
Monochromatic Colors of #B54C7D
Black with #B54C7D
Text Example
Text Example
White with #B54C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C7D; }
p { color: rgb(181,76,125); }
H1.HeaderClassName
{
color: #B54C7D;
}
.AnyTagClassName
{
color: #B54C7D;
}
</style>
background-color css
<style>
a { background-color: #B54C7D; }
a { background-color: rgb(181,76,125); }
div.DivClassName
{
background-color: #B54C7D;
}
.BgClassName
{
background-color: #B54C7D;
}
</style>
border-color css
<style>
span { border-color: #B54C7D; }
span { border-color: rgb(181,76,125); }
td.TdClassName
{
border-color: #B54C7D;
}
.TagClassName
{
border-color: #B54C7D;
}
</style>