Shades of Royal Heath #B4557B
Tints of Royal Heath #B4557B
RGB
CMYK
RGB Variations
Color information
#B4557B (or 0xB4557B) is known color: Royal Heath. HEX triplet: B4, 55 and 7B. RGB value is (180,85,123). Sum of RGB (Red+Green+Blue) = 180+85+123=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4557B is #4BAA84. Grayscale: #757575. Windows color (decimal): -4958853 or 8082868. OLE color: 8082868.
HSL color Cylindrical-coordinate representation of color #B4557B: hue angle of 336º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4557B is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 85 | 123 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.29 |
| HSL | 336º | 0.39% | 0.52% | - |
| HSV(B) | 336º | 0.53% | 0.71% | - |
| XYZ | 25.65 | 17.63 | 20.79 | - |
| YUV | 117.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 123 | 0 | 0.53 | 0.32 | 0.29 | 336 | 0.39 | 0.52 |
| Hex | B4 | 55 | 7B | 0 | 35 | 20 | 1D | 150 | 27 | 34 |
| Octal | 264 | 125 | 173 | 0 | 65 | 40 | 35 | 520 | 47 | 64 |
| Binary | 10110100 | 1010101 | 1111011 | 0 | 110101 | 100000 | 11101 | 101010000 | 100111 | 110100 |
Color Harmonies of #B4557B
Complementary color
Monochromatic Colors of #B4557B
Black with #B4557B
Text Example
Text Example
White with #B4557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4557B; }
p { color: rgb(180,85,123); }
H1.HeaderClassName
{
color: #B4557B;
}
.AnyTagClassName
{
color: #B4557B;
}
</style>
background-color css
<style>
a { background-color: #B4557B; }
a { background-color: rgb(180,85,123); }
div.DivClassName
{
background-color: #B4557B;
}
.BgClassName
{
background-color: #B4557B;
}
</style>
border-color css
<style>
span { border-color: #B4557B; }
span { border-color: rgb(180,85,123); }
td.TdClassName
{
border-color: #B4557B;
}
.TagClassName
{
border-color: #B4557B;
}
</style>