Shades of Royal Heath #B4507A
Tints of Royal Heath #B4507A
RGB
CMYK
RGB Variations
Color information
#B4507A (or 0xB4507A) is known color: Royal Heath. HEX triplet: B4, 50 and 7A. RGB value is (180,80,122). Sum of RGB (Red+Green+Blue) = 180+80+122=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B4507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4507A is #4BAF85. Grayscale: #727272. Windows color (decimal): -4960134 or 8016052. OLE color: 8016052.
HSL color Cylindrical-coordinate representation of color #B4507A: hue angle of 334.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4507A is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 122 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.29 |
| HSL | 334.8º | 0.4% | 0.51% | - |
| HSV(B) | 334.8º | 0.56% | 0.71% | - |
| XYZ | 25.2 | 16.85 | 20.34 | - |
| YUV | 114.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 122 | 0 | 0.56 | 0.32 | 0.29 | 334.8 | 0.4 | 0.51 |
| Hex | B4 | 50 | 7A | 0 | 38 | 20 | 1D | 14F | 28 | 33 |
| Octal | 264 | 120 | 172 | 0 | 70 | 40 | 35 | 517 | 50 | 63 |
| Binary | 10110100 | 1010000 | 1111010 | 0 | 111000 | 100000 | 11101 | 101001111 | 101000 | 110011 |
Color Harmonies of #B4507A
Complementary color
Monochromatic Colors of #B4507A
Black with #B4507A
Text Example
Text Example
White with #B4507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4507A; }
p { color: rgb(180,80,122); }
H1.HeaderClassName
{
color: #B4507A;
}
.AnyTagClassName
{
color: #B4507A;
}
</style>
background-color css
<style>
a { background-color: #B4507A; }
a { background-color: rgb(180,80,122); }
div.DivClassName
{
background-color: #B4507A;
}
.BgClassName
{
background-color: #B4507A;
}
</style>
border-color css
<style>
span { border-color: #B4507A; }
span { border-color: rgb(180,80,122); }
td.TdClassName
{
border-color: #B4507A;
}
.TagClassName
{
border-color: #B4507A;
}
</style>