Shades of Royal Heath #B7447D
Tints of Royal Heath #B7447D
RGB
CMYK
RGB Variations
Color information
#B7447D (or 0xB7447D) is known color: Royal Heath. HEX triplet: B7, 44 and 7D. RGB value is (183,68,125). Sum of RGB (Red+Green+Blue) = 183+68+125=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7447D is #48BB82. Grayscale: #6C6C6C. Windows color (decimal): -4766595 or 8209591. OLE color: 8209591.
HSL color Cylindrical-coordinate representation of color #B7447D: hue angle of 330.26º 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 #B7447D is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 125 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.28 |
| HSL | 330.26º | 0.46% | 0.49% | - |
| HSV(B) | 330.26º | 0.63% | 0.72% | - |
| XYZ | 25.3 | 15.68 | 21.1 | - |
| YUV | 108.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 125 | 0 | 0.63 | 0.32 | 0.28 | 330.26 | 0.46 | 0.49 |
| Hex | B7 | 44 | 7D | 0 | 3F | 20 | 1C | 14A | 2E | 31 |
| Octal | 267 | 104 | 175 | 0 | 77 | 40 | 34 | 512 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1111101 | 0 | 111111 | 100000 | 11100 | 101001010 | 101110 | 110001 |
Color Harmonies of #B7447D
Complementary color
Monochromatic Colors of #B7447D
Black with #B7447D
Text Example
Text Example
White with #B7447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7447D; }
p { color: rgb(183,68,125); }
H1.HeaderClassName
{
color: #B7447D;
}
.AnyTagClassName
{
color: #B7447D;
}
</style>
background-color css
<style>
a { background-color: #B7447D; }
a { background-color: rgb(183,68,125); }
div.DivClassName
{
background-color: #B7447D;
}
.BgClassName
{
background-color: #B7447D;
}
</style>
border-color css
<style>
span { border-color: #B7447D; }
span { border-color: rgb(183,68,125); }
td.TdClassName
{
border-color: #B7447D;
}
.TagClassName
{
border-color: #B7447D;
}
</style>