Shades of Royal Heath #B1517B
Tints of Royal Heath #B1517B
RGB
CMYK
RGB Variations
Color information
#B1517B (or 0xB1517B) is known color: Royal Heath. HEX triplet: B1, 51 and 7B. RGB value is (177,81,123). Sum of RGB (Red+Green+Blue) = 177+81+123=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1517B is #4EAE84. Grayscale: #727272. Windows color (decimal): -5156485 or 8081841. OLE color: 8081841.
HSL color Cylindrical-coordinate representation of color #B1517B: hue angle of 333.75º 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 #B1517B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 123 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.31 |
| HSL | 333.75º | 0.38% | 0.51% | - |
| HSV(B) | 333.75º | 0.54% | 0.69% | - |
| XYZ | 24.65 | 16.66 | 20.66 | - |
| YUV | 114.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 123 | 0 | 0.54 | 0.31 | 0.31 | 333.75 | 0.38 | 0.51 |
| Hex | B1 | 51 | 7B | 0 | 36 | 1F | 1F | 14E | 26 | 33 |
| Octal | 261 | 121 | 173 | 0 | 66 | 37 | 37 | 516 | 46 | 63 |
| Binary | 10110001 | 1010001 | 1111011 | 0 | 110110 | 11111 | 11111 | 101001110 | 100110 | 110011 |
Color Harmonies of #B1517B
Complementary color
Monochromatic Colors of #B1517B
Black with #B1517B
Text Example
Text Example
White with #B1517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1517B; }
p { color: rgb(177,81,123); }
H1.HeaderClassName
{
color: #B1517B;
}
.AnyTagClassName
{
color: #B1517B;
}
</style>
background-color css
<style>
a { background-color: #B1517B; }
a { background-color: rgb(177,81,123); }
div.DivClassName
{
background-color: #B1517B;
}
.BgClassName
{
background-color: #B1517B;
}
</style>
border-color css
<style>
span { border-color: #B1517B; }
span { border-color: rgb(177,81,123); }
td.TdClassName
{
border-color: #B1517B;
}
.TagClassName
{
border-color: #B1517B;
}
</style>