Shades of Royal Heath #B14B7D
Tints of Royal Heath #B14B7D
RGB
CMYK
RGB Variations
Color information
#B14B7D (or 0xB14B7D) is known color: Royal Heath. HEX triplet: B1, 4B and 7D. RGB value is (177,75,125). Sum of RGB (Red+Green+Blue) = 177+75+125=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B7D is #4EB482. Grayscale: #6F6F6F. Windows color (decimal): -5158019 or 8211377. OLE color: 8211377.
HSL color Cylindrical-coordinate representation of color #B14B7D: hue angle of 330.59º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B7D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 125 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.31 |
| HSL | 330.59º | 0.4% | 0.49% | - |
| HSV(B) | 330.59º | 0.58% | 0.69% | - |
| XYZ | 24.35 | 15.86 | 21.18 | - |
| YUV | 111.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 125 | 0 | 0.58 | 0.29 | 0.31 | 330.59 | 0.4 | 0.49 |
| Hex | B1 | 4B | 7D | 0 | 3A | 1D | 1F | 14B | 28 | 31 |
| Octal | 261 | 113 | 175 | 0 | 72 | 35 | 37 | 513 | 50 | 61 |
| Binary | 10110001 | 1001011 | 1111101 | 0 | 111010 | 11101 | 11111 | 101001011 | 101000 | 110001 |
Color Harmonies of #B14B7D
Complementary color
Monochromatic Colors of #B14B7D
Black with #B14B7D
Text Example
Text Example
White with #B14B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B7D; }
p { color: rgb(177,75,125); }
H1.HeaderClassName
{
color: #B14B7D;
}
.AnyTagClassName
{
color: #B14B7D;
}
</style>
background-color css
<style>
a { background-color: #B14B7D; }
a { background-color: rgb(177,75,125); }
div.DivClassName
{
background-color: #B14B7D;
}
.BgClassName
{
background-color: #B14B7D;
}
</style>
border-color css
<style>
span { border-color: #B14B7D; }
span { border-color: rgb(177,75,125); }
td.TdClassName
{
border-color: #B14B7D;
}
.TagClassName
{
border-color: #B14B7D;
}
</style>