Shades of Royal Heath #B05180
Tints of Royal Heath #B05180
RGB
CMYK
RGB Variations
Color information
#B05180 (or 0xB05180) is known color: Royal Heath. HEX triplet: B0, 51 and 80. RGB value is (176,81,128). Sum of RGB (Red+Green+Blue) = 176+81+128=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B05180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05180 is #4FAE7F. Grayscale: #727272. Windows color (decimal): -5222016 or 8409520. OLE color: 8409520.
HSL color Cylindrical-coordinate representation of color #B05180: hue angle of 330.32º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05180 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 128 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.31 |
| HSL | 330.32º | 0.38% | 0.5% | - |
| HSV(B) | 330.32º | 0.54% | 0.69% | - |
| XYZ | 24.74 | 16.67 | 22.34 | - |
| YUV | 114.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 128 | 0 | 0.54 | 0.27 | 0.31 | 330.32 | 0.38 | 0.5 |
| Hex | B0 | 51 | 80 | 0 | 36 | 1B | 1F | 14A | 26 | 32 |
| Octal | 260 | 121 | 200 | 0 | 66 | 33 | 37 | 512 | 46 | 62 |
| Binary | 10110000 | 1010001 | 10000000 | 0 | 110110 | 11011 | 11111 | 101001010 | 100110 | 110010 |
Color Harmonies of #B05180
Complementary color
Monochromatic Colors of #B05180
Black with #B05180
Text Example
Text Example
White with #B05180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05180; }
p { color: rgb(176,81,128); }
H1.HeaderClassName
{
color: #B05180;
}
.AnyTagClassName
{
color: #B05180;
}
</style>
background-color css
<style>
a { background-color: #B05180; }
a { background-color: rgb(176,81,128); }
div.DivClassName
{
background-color: #B05180;
}
.BgClassName
{
background-color: #B05180;
}
</style>
border-color css
<style>
span { border-color: #B05180; }
span { border-color: rgb(176,81,128); }
td.TdClassName
{
border-color: #B05180;
}
.TagClassName
{
border-color: #B05180;
}
</style>