Shades of Royal Heath #B14178
Tints of Royal Heath #B14178
RGB
CMYK
RGB Variations
Color information
#B14178 (or 0xB14178) is known color: Royal Heath. HEX triplet: B1, 41 and 78. RGB value is (177,65,120). Sum of RGB (Red+Green+Blue) = 177+65+120=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B14178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14178 is #4EBE87. Grayscale: #686868. Windows color (decimal): -5160584 or 7881137. OLE color: 7881137.
HSL color Cylindrical-coordinate representation of color #B14178: hue angle of 330.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14178 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 120 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.31 |
| HSL | 330.54º | 0.46% | 0.47% | - |
| HSV(B) | 330.54º | 0.63% | 0.69% | - |
| XYZ | 23.41 | 14.48 | 19.33 | - |
| YUV | 104.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 120 | 0 | 0.63 | 0.32 | 0.31 | 330.54 | 0.46 | 0.47 |
| Hex | B1 | 41 | 78 | 0 | 3F | 20 | 1F | 14B | 2E | 2F |
| Octal | 261 | 101 | 170 | 0 | 77 | 40 | 37 | 513 | 56 | 57 |
| Binary | 10110001 | 1000001 | 1111000 | 0 | 111111 | 100000 | 11111 | 101001011 | 101110 | 101111 |
Color Harmonies of #B14178
Complementary color
Monochromatic Colors of #B14178
Black with #B14178
Text Example
Text Example
White with #B14178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14178; }
p { color: rgb(177,65,120); }
H1.HeaderClassName
{
color: #B14178;
}
.AnyTagClassName
{
color: #B14178;
}
</style>
background-color css
<style>
a { background-color: #B14178; }
a { background-color: rgb(177,65,120); }
div.DivClassName
{
background-color: #B14178;
}
.BgClassName
{
background-color: #B14178;
}
</style>
border-color css
<style>
span { border-color: #B14178; }
span { border-color: rgb(177,65,120); }
td.TdClassName
{
border-color: #B14178;
}
.TagClassName
{
border-color: #B14178;
}
</style>