Shades of Royal Heath #B05880
Tints of Royal Heath #B05880
RGB
CMYK
RGB Variations
Color information
#B05880 (or 0xB05880) is known color: Royal Heath. HEX triplet: B0, 58 and 80. RGB value is (176,88,128). Sum of RGB (Red+Green+Blue) = 176+88+128=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05880 is #4FA77F. Grayscale: #767676. Windows color (decimal): -5220224 or 8411312. OLE color: 8411312.
HSL color Cylindrical-coordinate representation of color #B05880: hue angle of 332.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05880 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 128 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.31 |
| HSL | 332.73º | 0.36% | 0.52% | - |
| HSV(B) | 332.73º | 0.5% | 0.69% | - |
| XYZ | 25.29 | 17.77 | 22.52 | - |
| YUV | 118.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 128 | 0 | 0.50 | 0.27 | 0.31 | 332.73 | 0.36 | 0.52 |
| Hex | B0 | 58 | 80 | 0 | 32 | 1B | 1F | 14D | 24 | 34 |
| Octal | 260 | 130 | 200 | 0 | 62 | 33 | 37 | 515 | 44 | 64 |
| Binary | 10110000 | 1011000 | 10000000 | 0 | 110010 | 11011 | 11111 | 101001101 | 100100 | 110100 |
Color Harmonies of #B05880
Complementary color
Monochromatic Colors of #B05880
Black with #B05880
Text Example
Text Example
White with #B05880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05880; }
p { color: rgb(176,88,128); }
H1.HeaderClassName
{
color: #B05880;
}
.AnyTagClassName
{
color: #B05880;
}
</style>
background-color css
<style>
a { background-color: #B05880; }
a { background-color: rgb(176,88,128); }
div.DivClassName
{
background-color: #B05880;
}
.BgClassName
{
background-color: #B05880;
}
</style>
border-color css
<style>
span { border-color: #B05880; }
span { border-color: rgb(176,88,128); }
td.TdClassName
{
border-color: #B05880;
}
.TagClassName
{
border-color: #B05880;
}
</style>