Shades of Royal Heath #B15080
Tints of Royal Heath #B15080
RGB
CMYK
RGB Variations
Color information
#B15080 (or 0xB15080) is known color: Royal Heath. HEX triplet: B1, 50 and 80. RGB value is (177,80,128). Sum of RGB (Red+Green+Blue) = 177+80+128=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B15080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15080 is #4EAF7F. Grayscale: #727272. Windows color (decimal): -5156736 or 8409265. OLE color: 8409265.
HSL color Cylindrical-coordinate representation of color #B15080: hue angle of 330.31º 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 #B15080 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 128 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.31 |
| HSL | 330.31º | 0.38% | 0.5% | - |
| HSV(B) | 330.31º | 0.55% | 0.69% | - |
| XYZ | 24.9 | 16.64 | 22.32 | - |
| YUV | 114.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 128 | 0 | 0.55 | 0.28 | 0.31 | 330.31 | 0.38 | 0.5 |
| Hex | B1 | 50 | 80 | 0 | 37 | 1C | 1F | 14A | 26 | 32 |
| Octal | 261 | 120 | 200 | 0 | 67 | 34 | 37 | 512 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10000000 | 0 | 110111 | 11100 | 11111 | 101001010 | 100110 | 110010 |
Color Harmonies of #B15080
Complementary color
Monochromatic Colors of #B15080
Black with #B15080
Text Example
Text Example
White with #B15080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15080; }
p { color: rgb(177,80,128); }
H1.HeaderClassName
{
color: #B15080;
}
.AnyTagClassName
{
color: #B15080;
}
</style>
background-color css
<style>
a { background-color: #B15080; }
a { background-color: rgb(177,80,128); }
div.DivClassName
{
background-color: #B15080;
}
.BgClassName
{
background-color: #B15080;
}
</style>
border-color css
<style>
span { border-color: #B15080; }
span { border-color: rgb(177,80,128); }
td.TdClassName
{
border-color: #B15080;
}
.TagClassName
{
border-color: #B15080;
}
</style>