Shades of Royal Heath #B04A83
Tints of Royal Heath #B04A83
RGB
CMYK
RGB Variations
Color information
#B04A83 (or 0xB04A83) is known color: Royal Heath. HEX triplet: B0, 4A and 83. RGB value is (176,74,131). Sum of RGB (Red+Green+Blue) = 176+74+131=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A83 is #4FB57C. Grayscale: #6E6E6E. Windows color (decimal): -5223805 or 8604336. OLE color: 8604336.
HSL color Cylindrical-coordinate representation of color #B04A83: hue angle of 326.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04A83 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 131 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.31 |
| HSL | 326.47º | 0.41% | 0.49% | - |
| HSV(B) | 326.47º | 0.58% | 0.69% | - |
| XYZ | 24.45 | 15.77 | 23.23 | - |
| YUV | 111 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 131 | 0 | 0.58 | 0.26 | 0.31 | 326.47 | 0.41 | 0.49 |
| Hex | B0 | 4A | 83 | 0 | 3A | 1A | 1F | 146 | 29 | 31 |
| Octal | 260 | 112 | 203 | 0 | 72 | 32 | 37 | 506 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10000011 | 0 | 111010 | 11010 | 11111 | 101000110 | 101001 | 110001 |
Color Harmonies of #B04A83
Complementary color
Monochromatic Colors of #B04A83
Black with #B04A83
Text Example
Text Example
White with #B04A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A83; }
p { color: rgb(176,74,131); }
H1.HeaderClassName
{
color: #B04A83;
}
.AnyTagClassName
{
color: #B04A83;
}
</style>
background-color css
<style>
a { background-color: #B04A83; }
a { background-color: rgb(176,74,131); }
div.DivClassName
{
background-color: #B04A83;
}
.BgClassName
{
background-color: #B04A83;
}
</style>
border-color css
<style>
span { border-color: #B04A83; }
span { border-color: rgb(176,74,131); }
td.TdClassName
{
border-color: #B04A83;
}
.TagClassName
{
border-color: #B04A83;
}
</style>