Shades of Royal Heath #B4447E
Tints of Royal Heath #B4447E
RGB
CMYK
RGB Variations
Color information
#B4447E (or 0xB4447E) is known color: Royal Heath. HEX triplet: B4, 44 and 7E. RGB value is (180,68,126). Sum of RGB (Red+Green+Blue) = 180+68+126=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4447E is #4BBB81. Grayscale: #6B6B6B. Windows color (decimal): -4963202 or 8275124. OLE color: 8275124.
HSL color Cylindrical-coordinate representation of color #B4447E: hue angle of 328.93º 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 #B4447E is Cyan = 0, Magento = 0.62, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 126 | - |
| CMYK | 0 | 0.62 | 0.3 | 0.29 |
| HSL | 328.93º | 0.45% | 0.49% | - |
| HSV(B) | 328.93º | 0.62% | 0.71% | - |
| XYZ | 24.66 | 15.34 | 21.4 | - |
| YUV | 108.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 126 | 0 | 0.62 | 0.3 | 0.29 | 328.93 | 0.45 | 0.49 |
| Hex | B4 | 44 | 7E | 0 | 3E | 1E | 1D | 149 | 2D | 31 |
| Octal | 264 | 104 | 176 | 0 | 76 | 36 | 35 | 511 | 55 | 61 |
| Binary | 10110100 | 1000100 | 1111110 | 0 | 111110 | 11110 | 11101 | 101001001 | 101101 | 110001 |
Color Harmonies of #B4447E
Complementary color
Monochromatic Colors of #B4447E
Black with #B4447E
Text Example
Text Example
White with #B4447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4447E; }
p { color: rgb(180,68,126); }
H1.HeaderClassName
{
color: #B4447E;
}
.AnyTagClassName
{
color: #B4447E;
}
</style>
background-color css
<style>
a { background-color: #B4447E; }
a { background-color: rgb(180,68,126); }
div.DivClassName
{
background-color: #B4447E;
}
.BgClassName
{
background-color: #B4447E;
}
</style>
border-color css
<style>
span { border-color: #B4447E; }
span { border-color: rgb(180,68,126); }
td.TdClassName
{
border-color: #B4447E;
}
.TagClassName
{
border-color: #B4447E;
}
</style>