Shades of Royal Heath #B1477C
Tints of Royal Heath #B1477C
RGB
CMYK
RGB Variations
Color information
#B1477C (or 0xB1477C) is known color: Royal Heath. HEX triplet: B1, 47 and 7C. RGB value is (177,71,124). Sum of RGB (Red+Green+Blue) = 177+71+124=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1477C is #4EB883. Grayscale: #6C6C6C. Windows color (decimal): -5159044 or 8144817. OLE color: 8144817.
HSL color Cylindrical-coordinate representation of color #B1477C: hue angle of 330º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1477C is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 124 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.31 |
| HSL | 330º | 0.43% | 0.49% | - |
| HSV(B) | 330º | 0.6% | 0.69% | - |
| XYZ | 24.02 | 15.31 | 20.76 | - |
| YUV | 108.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 124 | 0 | 0.60 | 0.30 | 0.31 | 330 | 0.43 | 0.49 |
| Hex | B1 | 47 | 7C | 0 | 3C | 1E | 1F | 14A | 2B | 31 |
| Octal | 261 | 107 | 174 | 0 | 74 | 36 | 37 | 512 | 53 | 61 |
| Binary | 10110001 | 1000111 | 1111100 | 0 | 111100 | 11110 | 11111 | 101001010 | 101011 | 110001 |
Color Harmonies of #B1477C
Complementary color
Monochromatic Colors of #B1477C
Black with #B1477C
Text Example
Text Example
White with #B1477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1477C; }
p { color: rgb(177,71,124); }
H1.HeaderClassName
{
color: #B1477C;
}
.AnyTagClassName
{
color: #B1477C;
}
</style>
background-color css
<style>
a { background-color: #B1477C; }
a { background-color: rgb(177,71,124); }
div.DivClassName
{
background-color: #B1477C;
}
.BgClassName
{
background-color: #B1477C;
}
</style>
border-color css
<style>
span { border-color: #B1477C; }
span { border-color: rgb(177,71,124); }
td.TdClassName
{
border-color: #B1477C;
}
.TagClassName
{
border-color: #B1477C;
}
</style>