Shades of Royal Heath #B1507F
Tints of Royal Heath #B1507F
RGB
CMYK
RGB Variations
Color information
#B1507F (or 0xB1507F) is known color: Royal Heath. HEX triplet: B1, 50 and 7F. RGB value is (177,80,127). Sum of RGB (Red+Green+Blue) = 177+80+127=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1507F is #4EAF80. Grayscale: #727272. Windows color (decimal): -5156737 or 8343729. OLE color: 8343729.
HSL color Cylindrical-coordinate representation of color #B1507F: hue angle of 330.93º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1507F is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 127 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.31 |
| HSL | 330.93º | 0.38% | 0.5% | - |
| HSV(B) | 330.93º | 0.55% | 0.69% | - |
| XYZ | 24.83 | 16.62 | 21.98 | - |
| YUV | 114.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 127 | 0 | 0.55 | 0.28 | 0.31 | 330.93 | 0.38 | 0.5 |
| Hex | B1 | 50 | 7F | 0 | 37 | 1C | 1F | 14B | 26 | 32 |
| Octal | 261 | 120 | 177 | 0 | 67 | 34 | 37 | 513 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1111111 | 0 | 110111 | 11100 | 11111 | 101001011 | 100110 | 110010 |
Color Harmonies of #B1507F
Complementary color
Monochromatic Colors of #B1507F
Black with #B1507F
Text Example
Text Example
White with #B1507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1507F; }
p { color: rgb(177,80,127); }
H1.HeaderClassName
{
color: #B1507F;
}
.AnyTagClassName
{
color: #B1507F;
}
</style>
background-color css
<style>
a { background-color: #B1507F; }
a { background-color: rgb(177,80,127); }
div.DivClassName
{
background-color: #B1507F;
}
.BgClassName
{
background-color: #B1507F;
}
</style>
border-color css
<style>
span { border-color: #B1507F; }
span { border-color: rgb(177,80,127); }
td.TdClassName
{
border-color: #B1507F;
}
.TagClassName
{
border-color: #B1507F;
}
</style>