Shades of Royal Heath #B43A72
Tints of Royal Heath #B43A72
RGB
CMYK
RGB Variations
Color information
#B43A72 (or 0xB43A72) is known color: Royal Heath. HEX triplet: B4, 3A and 72. RGB value is (180,58,114). Sum of RGB (Red+Green+Blue) = 180+58+114=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A72 is #4BC58D. Grayscale: #646464. Windows color (decimal): -4965774 or 7486132. OLE color: 7486132.
HSL color Cylindrical-coordinate representation of color #B43A72: hue angle of 332.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43A72 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 114 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.29 |
| HSL | 332.46º | 0.51% | 0.47% | - |
| HSV(B) | 332.46º | 0.68% | 0.71% | - |
| XYZ | 23.37 | 13.94 | 17.38 | - |
| YUV | 100.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 114 | 0 | 0.68 | 0.37 | 0.29 | 332.46 | 0.51 | 0.47 |
| Hex | B4 | 3A | 72 | 0 | 44 | 25 | 1D | 14C | 33 | 2F |
| Octal | 264 | 72 | 162 | 0 | 104 | 45 | 35 | 514 | 63 | 57 |
| Binary | 10110100 | 111010 | 1110010 | 0 | 1000100 | 100101 | 11101 | 101001100 | 110011 | 101111 |
Color Harmonies of #B43A72
Complementary color
Monochromatic Colors of #B43A72
Black with #B43A72
Text Example
Text Example
White with #B43A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A72; }
p { color: rgb(180,58,114); }
H1.HeaderClassName
{
color: #B43A72;
}
.AnyTagClassName
{
color: #B43A72;
}
</style>
background-color css
<style>
a { background-color: #B43A72; }
a { background-color: rgb(180,58,114); }
div.DivClassName
{
background-color: #B43A72;
}
.BgClassName
{
background-color: #B43A72;
}
</style>
border-color css
<style>
span { border-color: #B43A72; }
span { border-color: rgb(180,58,114); }
td.TdClassName
{
border-color: #B43A72;
}
.TagClassName
{
border-color: #B43A72;
}
</style>