Shades of Royal Heath #B1527A
Tints of Royal Heath #B1527A
RGB
CMYK
RGB Variations
Color information
#B1527A (or 0xB1527A) is known color: Royal Heath. HEX triplet: B1, 52 and 7A. RGB value is (177,82,122). Sum of RGB (Red+Green+Blue) = 177+82+122=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1527A is #4EAD85. Grayscale: #727272. Windows color (decimal): -5156230 or 8016561. OLE color: 8016561.
HSL color Cylindrical-coordinate representation of color #B1527A: hue angle of 334.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1527A is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 122 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.31 |
| HSL | 334.74º | 0.38% | 0.51% | - |
| HSV(B) | 334.74º | 0.54% | 0.69% | - |
| XYZ | 24.66 | 16.79 | 20.35 | - |
| YUV | 114.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 122 | 0 | 0.54 | 0.31 | 0.31 | 334.74 | 0.38 | 0.51 |
| Hex | B1 | 52 | 7A | 0 | 36 | 1F | 1F | 14F | 26 | 33 |
| Octal | 261 | 122 | 172 | 0 | 66 | 37 | 37 | 517 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1111010 | 0 | 110110 | 11111 | 11111 | 101001111 | 100110 | 110011 |
Color Harmonies of #B1527A
Complementary color
Monochromatic Colors of #B1527A
Black with #B1527A
Text Example
Text Example
White with #B1527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1527A; }
p { color: rgb(177,82,122); }
H1.HeaderClassName
{
color: #B1527A;
}
.AnyTagClassName
{
color: #B1527A;
}
</style>
background-color css
<style>
a { background-color: #B1527A; }
a { background-color: rgb(177,82,122); }
div.DivClassName
{
background-color: #B1527A;
}
.BgClassName
{
background-color: #B1527A;
}
</style>
border-color css
<style>
span { border-color: #B1527A; }
span { border-color: rgb(177,82,122); }
td.TdClassName
{
border-color: #B1527A;
}
.TagClassName
{
border-color: #B1527A;
}
</style>