Shades of Royal Heath #B6547E
Tints of Royal Heath #B6547E
RGB
CMYK
RGB Variations
Color information
#B6547E (or 0xB6547E) is known color: Royal Heath. HEX triplet: B6, 54 and 7E. RGB value is (182,84,126). Sum of RGB (Red+Green+Blue) = 182+84+126=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6547E is #49AB81. Grayscale: #767676. Windows color (decimal): -4828034 or 8279222. OLE color: 8279222.
HSL color Cylindrical-coordinate representation of color #B6547E: hue angle of 334.29º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6547E is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 126 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.29 |
| HSL | 334.29º | 0.4% | 0.52% | - |
| HSV(B) | 334.29º | 0.54% | 0.71% | - |
| XYZ | 26.23 | 17.79 | 21.79 | - |
| YUV | 118.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 126 | 0 | 0.54 | 0.31 | 0.29 | 334.29 | 0.4 | 0.52 |
| Hex | B6 | 54 | 7E | 0 | 36 | 1F | 1D | 14E | 28 | 34 |
| Octal | 266 | 124 | 176 | 0 | 66 | 37 | 35 | 516 | 50 | 64 |
| Binary | 10110110 | 1010100 | 1111110 | 0 | 110110 | 11111 | 11101 | 101001110 | 101000 | 110100 |
Color Harmonies of #B6547E
Complementary color
Monochromatic Colors of #B6547E
Black with #B6547E
Text Example
Text Example
White with #B6547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6547E; }
p { color: rgb(182,84,126); }
H1.HeaderClassName
{
color: #B6547E;
}
.AnyTagClassName
{
color: #B6547E;
}
</style>
background-color css
<style>
a { background-color: #B6547E; }
a { background-color: rgb(182,84,126); }
div.DivClassName
{
background-color: #B6547E;
}
.BgClassName
{
background-color: #B6547E;
}
</style>
border-color css
<style>
span { border-color: #B6547E; }
span { border-color: rgb(182,84,126); }
td.TdClassName
{
border-color: #B6547E;
}
.TagClassName
{
border-color: #B6547E;
}
</style>