Shades of Royal Heath #B6557E
Tints of Royal Heath #B6557E
RGB
CMYK
RGB Variations
Color information
#B6557E (or 0xB6557E) is known color: Royal Heath. HEX triplet: B6, 55 and 7E. RGB value is (182,85,126). Sum of RGB (Red+Green+Blue) = 182+85+126=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6557E is #49AA81. Grayscale: #767676. Windows color (decimal): -4827778 or 8279478. OLE color: 8279478.
HSL color Cylindrical-coordinate representation of color #B6557E: hue angle of 334.64º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6557E is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 126 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.29 |
| HSL | 334.64º | 0.4% | 0.52% | - |
| HSV(B) | 334.64º | 0.53% | 0.71% | - |
| XYZ | 26.31 | 17.95 | 21.82 | - |
| YUV | 118.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 126 | 0 | 0.53 | 0.31 | 0.29 | 334.64 | 0.4 | 0.52 |
| Hex | B6 | 55 | 7E | 0 | 35 | 1F | 1D | 14F | 28 | 34 |
| Octal | 266 | 125 | 176 | 0 | 65 | 37 | 35 | 517 | 50 | 64 |
| Binary | 10110110 | 1010101 | 1111110 | 0 | 110101 | 11111 | 11101 | 101001111 | 101000 | 110100 |
Color Harmonies of #B6557E
Complementary color
Monochromatic Colors of #B6557E
Black with #B6557E
Text Example
Text Example
White with #B6557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6557E; }
p { color: rgb(182,85,126); }
H1.HeaderClassName
{
color: #B6557E;
}
.AnyTagClassName
{
color: #B6557E;
}
</style>
background-color css
<style>
a { background-color: #B6557E; }
a { background-color: rgb(182,85,126); }
div.DivClassName
{
background-color: #B6557E;
}
.BgClassName
{
background-color: #B6557E;
}
</style>
border-color css
<style>
span { border-color: #B6557E; }
span { border-color: rgb(182,85,126); }
td.TdClassName
{
border-color: #B6557E;
}
.TagClassName
{
border-color: #B6557E;
}
</style>