Shades of Royal Heath #B0477D
Tints of Royal Heath #B0477D
RGB
CMYK
RGB Variations
Color information
#B0477D (or 0xB0477D) is known color: Royal Heath. HEX triplet: B0, 47 and 7D. RGB value is (176,71,125). Sum of RGB (Red+Green+Blue) = 176+71+125=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0477D is #4FB882. Grayscale: #6C6C6C. Windows color (decimal): -5224579 or 8210352. OLE color: 8210352.
HSL color Cylindrical-coordinate representation of color #B0477D: hue angle of 329.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0477D is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 125 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.31 |
| HSL | 329.14º | 0.43% | 0.48% | - |
| HSV(B) | 329.14º | 0.6% | 0.69% | - |
| XYZ | 23.86 | 15.22 | 21.08 | - |
| YUV | 108.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 125 | 0 | 0.60 | 0.29 | 0.31 | 329.14 | 0.43 | 0.48 |
| Hex | B0 | 47 | 7D | 0 | 3C | 1D | 1F | 149 | 2B | 30 |
| Octal | 260 | 107 | 175 | 0 | 74 | 35 | 37 | 511 | 53 | 60 |
| Binary | 10110000 | 1000111 | 1111101 | 0 | 111100 | 11101 | 11111 | 101001001 | 101011 | 110000 |
Color Harmonies of #B0477D
Complementary color
Monochromatic Colors of #B0477D
Black with #B0477D
Text Example
Text Example
White with #B0477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0477D; }
p { color: rgb(176,71,125); }
H1.HeaderClassName
{
color: #B0477D;
}
.AnyTagClassName
{
color: #B0477D;
}
</style>
background-color css
<style>
a { background-color: #B0477D; }
a { background-color: rgb(176,71,125); }
div.DivClassName
{
background-color: #B0477D;
}
.BgClassName
{
background-color: #B0477D;
}
</style>
border-color css
<style>
span { border-color: #B0477D; }
span { border-color: rgb(176,71,125); }
td.TdClassName
{
border-color: #B0477D;
}
.TagClassName
{
border-color: #B0477D;
}
</style>