Shades of Royal Heath #B1527D
Tints of Royal Heath #B1527D
RGB
CMYK
RGB Variations
Color information
#B1527D (or 0xB1527D) is known color: Royal Heath. HEX triplet: B1, 52 and 7D. RGB value is (177,82,125). Sum of RGB (Red+Green+Blue) = 177+82+125=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1527D is #4EAD82. Grayscale: #737373. Windows color (decimal): -5156227 or 8213169. OLE color: 8213169.
HSL color Cylindrical-coordinate representation of color #B1527D: hue angle of 332.84º 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 #B1527D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 125 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.31 |
| HSL | 332.84º | 0.38% | 0.51% | - |
| HSV(B) | 332.84º | 0.54% | 0.69% | - |
| XYZ | 24.85 | 16.86 | 21.35 | - |
| YUV | 115.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 125 | 0 | 0.54 | 0.29 | 0.31 | 332.84 | 0.38 | 0.51 |
| Hex | B1 | 52 | 7D | 0 | 36 | 1D | 1F | 14D | 26 | 33 |
| Octal | 261 | 122 | 175 | 0 | 66 | 35 | 37 | 515 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1111101 | 0 | 110110 | 11101 | 11111 | 101001101 | 100110 | 110011 |
Color Harmonies of #B1527D
Complementary color
Monochromatic Colors of #B1527D
Black with #B1527D
Text Example
Text Example
White with #B1527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1527D; }
p { color: rgb(177,82,125); }
H1.HeaderClassName
{
color: #B1527D;
}
.AnyTagClassName
{
color: #B1527D;
}
</style>
background-color css
<style>
a { background-color: #B1527D; }
a { background-color: rgb(177,82,125); }
div.DivClassName
{
background-color: #B1527D;
}
.BgClassName
{
background-color: #B1527D;
}
</style>
border-color css
<style>
span { border-color: #B1527D; }
span { border-color: rgb(177,82,125); }
td.TdClassName
{
border-color: #B1527D;
}
.TagClassName
{
border-color: #B1527D;
}
</style>