Shades of Royal Heath #B4447F
Tints of Royal Heath #B4447F
RGB
CMYK
RGB Variations
Color information
#B4447F (or 0xB4447F) is known color: Royal Heath. HEX triplet: B4, 44 and 7F. RGB value is (180,68,127). Sum of RGB (Red+Green+Blue) = 180+68+127=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4447F is #4BBB80. Grayscale: #6C6C6C. Windows color (decimal): -4963201 or 8340660. OLE color: 8340660.
HSL color Cylindrical-coordinate representation of color #B4447F: hue angle of 328.39º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4447F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 127 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.29 |
| HSL | 328.39º | 0.45% | 0.49% | - |
| HSV(B) | 328.39º | 0.62% | 0.71% | - |
| XYZ | 24.72 | 15.37 | 21.74 | - |
| YUV | 108.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 127 | 0 | 0.62 | 0.29 | 0.29 | 328.39 | 0.45 | 0.49 |
| Hex | B4 | 44 | 7F | 0 | 3E | 1D | 1D | 148 | 2D | 31 |
| Octal | 264 | 104 | 177 | 0 | 76 | 35 | 35 | 510 | 55 | 61 |
| Binary | 10110100 | 1000100 | 1111111 | 0 | 111110 | 11101 | 11101 | 101001000 | 101101 | 110001 |
Color Harmonies of #B4447F
Complementary color
Monochromatic Colors of #B4447F
Black with #B4447F
Text Example
Text Example
White with #B4447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4447F; }
p { color: rgb(180,68,127); }
H1.HeaderClassName
{
color: #B4447F;
}
.AnyTagClassName
{
color: #B4447F;
}
</style>
background-color css
<style>
a { background-color: #B4447F; }
a { background-color: rgb(180,68,127); }
div.DivClassName
{
background-color: #B4447F;
}
.BgClassName
{
background-color: #B4447F;
}
</style>
border-color css
<style>
span { border-color: #B4447F; }
span { border-color: rgb(180,68,127); }
td.TdClassName
{
border-color: #B4447F;
}
.TagClassName
{
border-color: #B4447F;
}
</style>