Shades of Royal Heath #B14B7E
Tints of Royal Heath #B14B7E
RGB
CMYK
RGB Variations
Color information
#B14B7E (or 0xB14B7E) is known color: Royal Heath. HEX triplet: B1, 4B and 7E. RGB value is (177,75,126). Sum of RGB (Red+Green+Blue) = 177+75+126=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B7E is #4EB481. Grayscale: #6F6F6F. Windows color (decimal): -5158018 or 8276913. OLE color: 8276913.
HSL color Cylindrical-coordinate representation of color #B14B7E: hue angle of 330º 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 #B14B7E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 126 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.31 |
| HSL | 330º | 0.4% | 0.49% | - |
| HSV(B) | 330º | 0.58% | 0.69% | - |
| XYZ | 24.41 | 15.89 | 21.52 | - |
| YUV | 111.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 126 | 0 | 0.58 | 0.29 | 0.31 | 330 | 0.4 | 0.49 |
| Hex | B1 | 4B | 7E | 0 | 3A | 1D | 1F | 14A | 28 | 31 |
| Octal | 261 | 113 | 176 | 0 | 72 | 35 | 37 | 512 | 50 | 61 |
| Binary | 10110001 | 1001011 | 1111110 | 0 | 111010 | 11101 | 11111 | 101001010 | 101000 | 110001 |
Color Harmonies of #B14B7E
Complementary color
Monochromatic Colors of #B14B7E
Black with #B14B7E
Text Example
Text Example
White with #B14B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B7E; }
p { color: rgb(177,75,126); }
H1.HeaderClassName
{
color: #B14B7E;
}
.AnyTagClassName
{
color: #B14B7E;
}
</style>
background-color css
<style>
a { background-color: #B14B7E; }
a { background-color: rgb(177,75,126); }
div.DivClassName
{
background-color: #B14B7E;
}
.BgClassName
{
background-color: #B14B7E;
}
</style>
border-color css
<style>
span { border-color: #B14B7E; }
span { border-color: rgb(177,75,126); }
td.TdClassName
{
border-color: #B14B7E;
}
.TagClassName
{
border-color: #B14B7E;
}
</style>