Shades of Royal Heath #B1467B
Tints of Royal Heath #B1467B
RGB
CMYK
RGB Variations
Color information
#B1467B (or 0xB1467B) is known color: Royal Heath. HEX triplet: B1, 46 and 7B. RGB value is (177,70,123). Sum of RGB (Red+Green+Blue) = 177+70+123=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1467B is #4EB984. Grayscale: #6B6B6B. Windows color (decimal): -5159301 or 8079025. OLE color: 8079025.
HSL color Cylindrical-coordinate representation of color #B1467B: hue angle of 330.28º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1467B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 123 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.31 |
| HSL | 330.28º | 0.43% | 0.48% | - |
| HSV(B) | 330.28º | 0.6% | 0.69% | - |
| XYZ | 23.9 | 15.16 | 20.41 | - |
| YUV | 108.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 123 | 0 | 0.60 | 0.31 | 0.31 | 330.28 | 0.43 | 0.48 |
| Hex | B1 | 46 | 7B | 0 | 3C | 1F | 1F | 14A | 2B | 30 |
| Octal | 261 | 106 | 173 | 0 | 74 | 37 | 37 | 512 | 53 | 60 |
| Binary | 10110001 | 1000110 | 1111011 | 0 | 111100 | 11111 | 11111 | 101001010 | 101011 | 110000 |
Color Harmonies of #B1467B
Complementary color
Monochromatic Colors of #B1467B
Black with #B1467B
Text Example
Text Example
White with #B1467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1467B; }
p { color: rgb(177,70,123); }
H1.HeaderClassName
{
color: #B1467B;
}
.AnyTagClassName
{
color: #B1467B;
}
</style>
background-color css
<style>
a { background-color: #B1467B; }
a { background-color: rgb(177,70,123); }
div.DivClassName
{
background-color: #B1467B;
}
.BgClassName
{
background-color: #B1467B;
}
</style>
border-color css
<style>
span { border-color: #B1467B; }
span { border-color: rgb(177,70,123); }
td.TdClassName
{
border-color: #B1467B;
}
.TagClassName
{
border-color: #B1467B;
}
</style>