Shades of Royal Heath #B74C81
Tints of Royal Heath #B74C81
RGB
CMYK
RGB Variations
Color information
#B74C81 (or 0xB74C81) is known color: Royal Heath. HEX triplet: B7, 4C and 81. RGB value is (183,76,129). Sum of RGB (Red+Green+Blue) = 183+76+129=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C81 is #48B37E. Grayscale: #717171. Windows color (decimal): -4764543 or 8473783. OLE color: 8473783.
HSL color Cylindrical-coordinate representation of color #B74C81: hue angle of 330.28º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C81 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 129 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.28 |
| HSL | 330.28º | 0.43% | 0.51% | - |
| HSV(B) | 330.28º | 0.58% | 0.72% | - |
| XYZ | 26.08 | 16.82 | 22.64 | - |
| YUV | 114.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 129 | 0 | 0.58 | 0.30 | 0.28 | 330.28 | 0.43 | 0.51 |
| Hex | B7 | 4C | 81 | 0 | 3A | 1E | 1C | 14A | 2B | 33 |
| Octal | 267 | 114 | 201 | 0 | 72 | 36 | 34 | 512 | 53 | 63 |
| Binary | 10110111 | 1001100 | 10000001 | 0 | 111010 | 11110 | 11100 | 101001010 | 101011 | 110011 |
Color Harmonies of #B74C81
Complementary color
Monochromatic Colors of #B74C81
Black with #B74C81
Text Example
Text Example
White with #B74C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C81; }
p { color: rgb(183,76,129); }
H1.HeaderClassName
{
color: #B74C81;
}
.AnyTagClassName
{
color: #B74C81;
}
</style>
background-color css
<style>
a { background-color: #B74C81; }
a { background-color: rgb(183,76,129); }
div.DivClassName
{
background-color: #B74C81;
}
.BgClassName
{
background-color: #B74C81;
}
</style>
border-color css
<style>
span { border-color: #B74C81; }
span { border-color: rgb(183,76,129); }
td.TdClassName
{
border-color: #B74C81;
}
.TagClassName
{
border-color: #B74C81;
}
</style>