Shades of Royal Heath #B54D7B
Tints of Royal Heath #B54D7B
RGB
CMYK
RGB Variations
Color information
#B54D7B (or 0xB54D7B) is known color: Royal Heath. HEX triplet: B5, 4D and 7B. RGB value is (181,77,123). Sum of RGB (Red+Green+Blue) = 181+77+123=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D7B is #4AB284. Grayscale: #717171. Windows color (decimal): -4895365 or 8080821. OLE color: 8080821.
HSL color Cylindrical-coordinate representation of color #B54D7B: hue angle of 333.46º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54D7B is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 123 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.29 |
| HSL | 333.46º | 0.41% | 0.51% | - |
| HSV(B) | 333.46º | 0.57% | 0.71% | - |
| XYZ | 25.29 | 16.56 | 20.6 | - |
| YUV | 113.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 123 | 0 | 0.57 | 0.32 | 0.29 | 333.46 | 0.41 | 0.51 |
| Hex | B5 | 4D | 7B | 0 | 39 | 20 | 1D | 14D | 29 | 33 |
| Octal | 265 | 115 | 173 | 0 | 71 | 40 | 35 | 515 | 51 | 63 |
| Binary | 10110101 | 1001101 | 1111011 | 0 | 111001 | 100000 | 11101 | 101001101 | 101001 | 110011 |
Color Harmonies of #B54D7B
Complementary color
Monochromatic Colors of #B54D7B
Black with #B54D7B
Text Example
Text Example
White with #B54D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D7B; }
p { color: rgb(181,77,123); }
H1.HeaderClassName
{
color: #B54D7B;
}
.AnyTagClassName
{
color: #B54D7B;
}
</style>
background-color css
<style>
a { background-color: #B54D7B; }
a { background-color: rgb(181,77,123); }
div.DivClassName
{
background-color: #B54D7B;
}
.BgClassName
{
background-color: #B54D7B;
}
</style>
border-color css
<style>
span { border-color: #B54D7B; }
span { border-color: rgb(181,77,123); }
td.TdClassName
{
border-color: #B54D7B;
}
.TagClassName
{
border-color: #B54D7B;
}
</style>