Shades of Royal Heath #B94980
Tints of Royal Heath #B94980
RGB
CMYK
RGB Variations
Color information
#B94980 (or 0xB94980) is known color: Royal Heath. HEX triplet: B9, 49 and 80. RGB value is (185,73,128). Sum of RGB (Red+Green+Blue) = 185+73+128=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B94980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94980 is #46B67F. Grayscale: #707070. Windows color (decimal): -4634240 or 8407481. OLE color: 8407481.
HSL color Cylindrical-coordinate representation of color #B94980: hue angle of 330.54º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94980 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 128 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.27 |
| HSL | 330.54º | 0.44% | 0.51% | - |
| HSV(B) | 330.54º | 0.61% | 0.73% | - |
| XYZ | 26.29 | 16.64 | 22.25 | - |
| YUV | 112.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 128 | 0 | 0.61 | 0.31 | 0.27 | 330.54 | 0.44 | 0.51 |
| Hex | B9 | 49 | 80 | 0 | 3D | 1F | 1B | 14B | 2C | 33 |
| Octal | 271 | 111 | 200 | 0 | 75 | 37 | 33 | 513 | 54 | 63 |
| Binary | 10111001 | 1001001 | 10000000 | 0 | 111101 | 11111 | 11011 | 101001011 | 101100 | 110011 |
Color Harmonies of #B94980
Complementary color
Monochromatic Colors of #B94980
Black with #B94980
Text Example
Text Example
White with #B94980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94980; }
p { color: rgb(185,73,128); }
H1.HeaderClassName
{
color: #B94980;
}
.AnyTagClassName
{
color: #B94980;
}
</style>
background-color css
<style>
a { background-color: #B94980; }
a { background-color: rgb(185,73,128); }
div.DivClassName
{
background-color: #B94980;
}
.BgClassName
{
background-color: #B94980;
}
</style>
border-color css
<style>
span { border-color: #B94980; }
span { border-color: rgb(185,73,128); }
td.TdClassName
{
border-color: #B94980;
}
.TagClassName
{
border-color: #B94980;
}
</style>