Shades of Royal Heath #B05483
Tints of Royal Heath #B05483
RGB
CMYK
RGB Variations
Color information
#B05483 (or 0xB05483) is known color: Royal Heath. HEX triplet: B0, 54 and 83. RGB value is (176,84,131). Sum of RGB (Red+Green+Blue) = 176+84+131=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05483 is #4FAB7C. Grayscale: #747474. Windows color (decimal): -5221245 or 8606896. OLE color: 8606896.
HSL color Cylindrical-coordinate representation of color #B05483: hue angle of 329.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05483 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 131 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.31 |
| HSL | 329.35º | 0.37% | 0.51% | - |
| HSV(B) | 329.35º | 0.52% | 0.69% | - |
| XYZ | 25.17 | 17.21 | 23.47 | - |
| YUV | 116.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 131 | 0 | 0.52 | 0.26 | 0.31 | 329.35 | 0.37 | 0.51 |
| Hex | B0 | 54 | 83 | 0 | 34 | 1A | 1F | 149 | 25 | 33 |
| Octal | 260 | 124 | 203 | 0 | 64 | 32 | 37 | 511 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10000011 | 0 | 110100 | 11010 | 11111 | 101001001 | 100101 | 110011 |
Color Harmonies of #B05483
Complementary color
Monochromatic Colors of #B05483
Black with #B05483
Text Example
Text Example
White with #B05483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05483; }
p { color: rgb(176,84,131); }
H1.HeaderClassName
{
color: #B05483;
}
.AnyTagClassName
{
color: #B05483;
}
</style>
background-color css
<style>
a { background-color: #B05483; }
a { background-color: rgb(176,84,131); }
div.DivClassName
{
background-color: #B05483;
}
.BgClassName
{
background-color: #B05483;
}
</style>
border-color css
<style>
span { border-color: #B05483; }
span { border-color: rgb(176,84,131); }
td.TdClassName
{
border-color: #B05483;
}
.TagClassName
{
border-color: #B05483;
}
</style>