Shades of Royal Heath #B3547B
Tints of Royal Heath #B3547B
RGB
CMYK
RGB Variations
Color information
#B3547B (or 0xB3547B) is known color: Royal Heath. HEX triplet: B3, 54 and 7B. RGB value is (179,84,123). Sum of RGB (Red+Green+Blue) = 179+84+123=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3547B is #4CAB84. Grayscale: #747474. Windows color (decimal): -5024645 or 8082611. OLE color: 8082611.
HSL color Cylindrical-coordinate representation of color #B3547B: hue angle of 335.37º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3547B is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 123 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.30 |
| HSL | 335.37º | 0.38% | 0.52% | - |
| HSV(B) | 335.37º | 0.53% | 0.7% | - |
| XYZ | 25.34 | 17.35 | 20.75 | - |
| YUV | 116.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 123 | 0 | 0.53 | 0.31 | 0.30 | 335.37 | 0.38 | 0.52 |
| Hex | B3 | 54 | 7B | 0 | 35 | 1F | 1E | 14F | 26 | 34 |
| Octal | 263 | 124 | 173 | 0 | 65 | 37 | 36 | 517 | 46 | 64 |
| Binary | 10110011 | 1010100 | 1111011 | 0 | 110101 | 11111 | 11110 | 101001111 | 100110 | 110100 |
Color Harmonies of #B3547B
Complementary color
Monochromatic Colors of #B3547B
Black with #B3547B
Text Example
Text Example
White with #B3547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3547B; }
p { color: rgb(179,84,123); }
H1.HeaderClassName
{
color: #B3547B;
}
.AnyTagClassName
{
color: #B3547B;
}
</style>
background-color css
<style>
a { background-color: #B3547B; }
a { background-color: rgb(179,84,123); }
div.DivClassName
{
background-color: #B3547B;
}
.BgClassName
{
background-color: #B3547B;
}
</style>
border-color css
<style>
span { border-color: #B3547B; }
span { border-color: rgb(179,84,123); }
td.TdClassName
{
border-color: #B3547B;
}
.TagClassName
{
border-color: #B3547B;
}
</style>