Shades of Royal Heath #B6557D
Tints of Royal Heath #B6557D
RGB
CMYK
RGB Variations
Color information
#B6557D (or 0xB6557D) is known color: Royal Heath. HEX triplet: B6, 55 and 7D. RGB value is (182,85,125). Sum of RGB (Red+Green+Blue) = 182+85+125=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6557D is #49AA82. Grayscale: #767676. Windows color (decimal): -4827779 or 8213942. OLE color: 8213942.
HSL color Cylindrical-coordinate representation of color #B6557D: hue angle of 335.26º 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 #B6557D is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 125 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.29 |
| HSL | 335.26º | 0.4% | 0.52% | - |
| HSV(B) | 335.26º | 0.53% | 0.71% | - |
| XYZ | 26.24 | 17.92 | 21.48 | - |
| YUV | 118.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 125 | 0 | 0.53 | 0.31 | 0.29 | 335.26 | 0.4 | 0.52 |
| Hex | B6 | 55 | 7D | 0 | 35 | 1F | 1D | 14F | 28 | 34 |
| Octal | 266 | 125 | 175 | 0 | 65 | 37 | 35 | 517 | 50 | 64 |
| Binary | 10110110 | 1010101 | 1111101 | 0 | 110101 | 11111 | 11101 | 101001111 | 101000 | 110100 |
Color Harmonies of #B6557D
Complementary color
Monochromatic Colors of #B6557D
Black with #B6557D
Text Example
Text Example
White with #B6557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6557D; }
p { color: rgb(182,85,125); }
H1.HeaderClassName
{
color: #B6557D;
}
.AnyTagClassName
{
color: #B6557D;
}
</style>
background-color css
<style>
a { background-color: #B6557D; }
a { background-color: rgb(182,85,125); }
div.DivClassName
{
background-color: #B6557D;
}
.BgClassName
{
background-color: #B6557D;
}
</style>
border-color css
<style>
span { border-color: #B6557D; }
span { border-color: rgb(182,85,125); }
td.TdClassName
{
border-color: #B6557D;
}
.TagClassName
{
border-color: #B6557D;
}
</style>