Shades of Royal Heath #B54680
Tints of Royal Heath #B54680
RGB
CMYK
RGB Variations
Color information
#B54680 (or 0xB54680) is known color: Royal Heath. HEX triplet: B5, 46 and 80. RGB value is (181,70,128). Sum of RGB (Red+Green+Blue) = 181+70+128=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B54680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54680 is #4AB97F. Grayscale: #6D6D6D. Windows color (decimal): -4897152 or 8406709. OLE color: 8406709.
HSL color Cylindrical-coordinate representation of color #B54680: hue angle of 328.65º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54680 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 128 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.29 |
| HSL | 328.65º | 0.44% | 0.49% | - |
| HSV(B) | 328.65º | 0.61% | 0.71% | - |
| XYZ | 25.14 | 15.76 | 22.14 | - |
| YUV | 109.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 128 | 0 | 0.61 | 0.29 | 0.29 | 328.65 | 0.44 | 0.49 |
| Hex | B5 | 46 | 80 | 0 | 3D | 1D | 1D | 149 | 2C | 31 |
| Octal | 265 | 106 | 200 | 0 | 75 | 35 | 35 | 511 | 54 | 61 |
| Binary | 10110101 | 1000110 | 10000000 | 0 | 111101 | 11101 | 11101 | 101001001 | 101100 | 110001 |
Color Harmonies of #B54680
Complementary color
Monochromatic Colors of #B54680
Black with #B54680
Text Example
Text Example
White with #B54680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54680; }
p { color: rgb(181,70,128); }
H1.HeaderClassName
{
color: #B54680;
}
.AnyTagClassName
{
color: #B54680;
}
</style>
background-color css
<style>
a { background-color: #B54680; }
a { background-color: rgb(181,70,128); }
div.DivClassName
{
background-color: #B54680;
}
.BgClassName
{
background-color: #B54680;
}
</style>
border-color css
<style>
span { border-color: #B54680; }
span { border-color: rgb(181,70,128); }
td.TdClassName
{
border-color: #B54680;
}
.TagClassName
{
border-color: #B54680;
}
</style>