Shades of Royal Heath #B4507D
Tints of Royal Heath #B4507D
RGB
CMYK
RGB Variations
Color information
#B4507D (or 0xB4507D) is known color: Royal Heath. HEX triplet: B4, 50 and 7D. RGB value is (180,80,125). Sum of RGB (Red+Green+Blue) = 180+80+125=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4507D is #4BAF82. Grayscale: #727272. Windows color (decimal): -4960131 or 8212660. OLE color: 8212660.
HSL color Cylindrical-coordinate representation of color #B4507D: hue angle of 333º 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 #B4507D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 125 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.29 |
| HSL | 333º | 0.4% | 0.51% | - |
| HSV(B) | 333º | 0.56% | 0.71% | - |
| XYZ | 25.39 | 16.92 | 21.33 | - |
| YUV | 115.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 125 | 0 | 0.56 | 0.31 | 0.29 | 333 | 0.4 | 0.51 |
| Hex | B4 | 50 | 7D | 0 | 38 | 1F | 1D | 14D | 28 | 33 |
| Octal | 264 | 120 | 175 | 0 | 70 | 37 | 35 | 515 | 50 | 63 |
| Binary | 10110100 | 1010000 | 1111101 | 0 | 111000 | 11111 | 11101 | 101001101 | 101000 | 110011 |
Color Harmonies of #B4507D
Complementary color
Monochromatic Colors of #B4507D
Black with #B4507D
Text Example
Text Example
White with #B4507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4507D; }
p { color: rgb(180,80,125); }
H1.HeaderClassName
{
color: #B4507D;
}
.AnyTagClassName
{
color: #B4507D;
}
</style>
background-color css
<style>
a { background-color: #B4507D; }
a { background-color: rgb(180,80,125); }
div.DivClassName
{
background-color: #B4507D;
}
.BgClassName
{
background-color: #B4507D;
}
</style>
border-color css
<style>
span { border-color: #B4507D; }
span { border-color: rgb(180,80,125); }
td.TdClassName
{
border-color: #B4507D;
}
.TagClassName
{
border-color: #B4507D;
}
</style>