Shades of Royal Heath #B4527D
Tints of Royal Heath #B4527D
RGB
CMYK
RGB Variations
Color information
#B4527D (or 0xB4527D) is known color: Royal Heath. HEX triplet: B4, 52 and 7D. RGB value is (180,82,125). Sum of RGB (Red+Green+Blue) = 180+82+125=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4527D is #4BAD82. Grayscale: #747474. Windows color (decimal): -4959619 or 8213172. OLE color: 8213172.
HSL color Cylindrical-coordinate representation of color #B4527D: hue angle of 333.67º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4527D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 125 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.29 |
| HSL | 333.67º | 0.4% | 0.51% | - |
| HSV(B) | 333.67º | 0.54% | 0.71% | - |
| XYZ | 25.54 | 17.22 | 21.38 | - |
| YUV | 116.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 125 | 0 | 0.54 | 0.31 | 0.29 | 333.67 | 0.4 | 0.51 |
| Hex | B4 | 52 | 7D | 0 | 36 | 1F | 1D | 14E | 28 | 33 |
| Octal | 264 | 122 | 175 | 0 | 66 | 37 | 35 | 516 | 50 | 63 |
| Binary | 10110100 | 1010010 | 1111101 | 0 | 110110 | 11111 | 11101 | 101001110 | 101000 | 110011 |
Color Harmonies of #B4527D
Complementary color
Monochromatic Colors of #B4527D
Black with #B4527D
Text Example
Text Example
White with #B4527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4527D; }
p { color: rgb(180,82,125); }
H1.HeaderClassName
{
color: #B4527D;
}
.AnyTagClassName
{
color: #B4527D;
}
</style>
background-color css
<style>
a { background-color: #B4527D; }
a { background-color: rgb(180,82,125); }
div.DivClassName
{
background-color: #B4527D;
}
.BgClassName
{
background-color: #B4527D;
}
</style>
border-color css
<style>
span { border-color: #B4527D; }
span { border-color: rgb(180,82,125); }
td.TdClassName
{
border-color: #B4527D;
}
.TagClassName
{
border-color: #B4527D;
}
</style>