Shades of Royal Heath #B8447D
Tints of Royal Heath #B8447D
RGB
CMYK
RGB Variations
Color information
#B8447D (or 0xB8447D) is known color: Royal Heath. HEX triplet: B8, 44 and 7D. RGB value is (184,68,125). Sum of RGB (Red+Green+Blue) = 184+68+125=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8447D is #47BB82. Grayscale: #6D6D6D. Windows color (decimal): -4701059 or 8209592. OLE color: 8209592.
HSL color Cylindrical-coordinate representation of color #B8447D: hue angle of 330.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8447D is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 125 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.28 |
| HSL | 330.52º | 0.46% | 0.49% | - |
| HSV(B) | 330.52º | 0.63% | 0.72% | - |
| XYZ | 25.54 | 15.81 | 21.11 | - |
| YUV | 109.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 125 | 0 | 0.63 | 0.32 | 0.28 | 330.52 | 0.46 | 0.49 |
| Hex | B8 | 44 | 7D | 0 | 3F | 20 | 1C | 14B | 2E | 31 |
| Octal | 270 | 104 | 175 | 0 | 77 | 40 | 34 | 513 | 56 | 61 |
| Binary | 10111000 | 1000100 | 1111101 | 0 | 111111 | 100000 | 11100 | 101001011 | 101110 | 110001 |
Color Harmonies of #B8447D
Complementary color
Monochromatic Colors of #B8447D
Black with #B8447D
Text Example
Text Example
White with #B8447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8447D; }
p { color: rgb(184,68,125); }
H1.HeaderClassName
{
color: #B8447D;
}
.AnyTagClassName
{
color: #B8447D;
}
</style>
background-color css
<style>
a { background-color: #B8447D; }
a { background-color: rgb(184,68,125); }
div.DivClassName
{
background-color: #B8447D;
}
.BgClassName
{
background-color: #B8447D;
}
</style>
border-color css
<style>
span { border-color: #B8447D; }
span { border-color: rgb(184,68,125); }
td.TdClassName
{
border-color: #B8447D;
}
.TagClassName
{
border-color: #B8447D;
}
</style>