Shades of Royal Heath #B94B7D
Tints of Royal Heath #B94B7D
RGB
CMYK
RGB Variations
Color information
#B94B7D (or 0xB94B7D) is known color: Royal Heath. HEX triplet: B9, 4B and 7D. RGB value is (185,75,125). Sum of RGB (Red+Green+Blue) = 185+75+125=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B7D is #46B482. Grayscale: #717171. Windows color (decimal): -4633731 or 8211385. OLE color: 8211385.
HSL color Cylindrical-coordinate representation of color #B94B7D: hue angle of 332.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94B7D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 75 | 125 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.27 |
| HSL | 332.73º | 0.44% | 0.51% | - |
| HSV(B) | 332.73º | 0.59% | 0.73% | - |
| XYZ | 26.23 | 16.83 | 21.27 | - |
| YUV | 113.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 125 | 0 | 0.59 | 0.32 | 0.27 | 332.73 | 0.44 | 0.51 |
| Hex | B9 | 4B | 7D | 0 | 3B | 20 | 1B | 14D | 2C | 33 |
| Octal | 271 | 113 | 175 | 0 | 73 | 40 | 33 | 515 | 54 | 63 |
| Binary | 10111001 | 1001011 | 1111101 | 0 | 111011 | 100000 | 11011 | 101001101 | 101100 | 110011 |
Color Harmonies of #B94B7D
Complementary color
Monochromatic Colors of #B94B7D
Black with #B94B7D
Text Example
Text Example
White with #B94B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94B7D; }
p { color: rgb(185,75,125); }
H1.HeaderClassName
{
color: #B94B7D;
}
.AnyTagClassName
{
color: #B94B7D;
}
</style>
background-color css
<style>
a { background-color: #B94B7D; }
a { background-color: rgb(185,75,125); }
div.DivClassName
{
background-color: #B94B7D;
}
.BgClassName
{
background-color: #B94B7D;
}
</style>
border-color css
<style>
span { border-color: #B94B7D; }
span { border-color: rgb(185,75,125); }
td.TdClassName
{
border-color: #B94B7D;
}
.TagClassName
{
border-color: #B94B7D;
}
</style>