Shades of Royal Heath #B54A6D
Tints of Royal Heath #B54A6D
RGB
CMYK
RGB Variations
Color information
#B54A6D (or 0xB54A6D) is known color: Royal Heath. HEX triplet: B5, 4A and 6D. RGB value is (181,74,109). Sum of RGB (Red+Green+Blue) = 181+74+109=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A6D is #4AB592. Grayscale: #6D6D6D. Windows color (decimal): -4896147 or 7162549. OLE color: 7162549.
HSL color Cylindrical-coordinate representation of color #B54A6D: hue angle of 340.37º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A6D is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 109 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.29 |
| HSL | 340.37º | 0.42% | 0.5% | - |
| HSV(B) | 340.37º | 0.59% | 0.71% | - |
| XYZ | 24.27 | 15.83 | 16.24 | - |
| YUV | 109.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 109 | 0 | 0.59 | 0.40 | 0.29 | 340.37 | 0.42 | 0.5 |
| Hex | B5 | 4A | 6D | 0 | 3B | 28 | 1D | 154 | 2A | 32 |
| Octal | 265 | 112 | 155 | 0 | 73 | 50 | 35 | 524 | 52 | 62 |
| Binary | 10110101 | 1001010 | 1101101 | 0 | 111011 | 101000 | 11101 | 101010100 | 101010 | 110010 |
Color Harmonies of #B54A6D
Complementary color
Monochromatic Colors of #B54A6D
Black with #B54A6D
Text Example
Text Example
White with #B54A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A6D; }
p { color: rgb(181,74,109); }
H1.HeaderClassName
{
color: #B54A6D;
}
.AnyTagClassName
{
color: #B54A6D;
}
</style>
background-color css
<style>
a { background-color: #B54A6D; }
a { background-color: rgb(181,74,109); }
div.DivClassName
{
background-color: #B54A6D;
}
.BgClassName
{
background-color: #B54A6D;
}
</style>
border-color css
<style>
span { border-color: #B54A6D; }
span { border-color: rgb(181,74,109); }
td.TdClassName
{
border-color: #B54A6D;
}
.TagClassName
{
border-color: #B54A6D;
}
</style>