Shades of Royal Heath #B6577C
Tints of Royal Heath #B6577C
RGB
CMYK
RGB Variations
Color information
#B6577C (or 0xB6577C) is known color: Royal Heath. HEX triplet: B6, 57 and 7C. RGB value is (182,87,124). Sum of RGB (Red+Green+Blue) = 182+87+124=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6577C is #49A883. Grayscale: #777777. Windows color (decimal): -4827268 or 8148918. OLE color: 8148918.
HSL color Cylindrical-coordinate representation of color #B6577C: hue angle of 336.63º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6577C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 87 | 124 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.29 |
| HSL | 336.63º | 0.39% | 0.53% | - |
| HSV(B) | 336.63º | 0.52% | 0.71% | - |
| XYZ | 26.34 | 18.22 | 21.2 | - |
| YUV | 119.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 124 | 0 | 0.52 | 0.32 | 0.29 | 336.63 | 0.39 | 0.53 |
| Hex | B6 | 57 | 7C | 0 | 34 | 20 | 1D | 151 | 27 | 35 |
| Octal | 266 | 127 | 174 | 0 | 64 | 40 | 35 | 521 | 47 | 65 |
| Binary | 10110110 | 1010111 | 1111100 | 0 | 110100 | 100000 | 11101 | 101010001 | 100111 | 110101 |
Color Harmonies of #B6577C
Complementary color
Monochromatic Colors of #B6577C
Black with #B6577C
Text Example
Text Example
White with #B6577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6577C; }
p { color: rgb(182,87,124); }
H1.HeaderClassName
{
color: #B6577C;
}
.AnyTagClassName
{
color: #B6577C;
}
</style>
background-color css
<style>
a { background-color: #B6577C; }
a { background-color: rgb(182,87,124); }
div.DivClassName
{
background-color: #B6577C;
}
.BgClassName
{
background-color: #B6577C;
}
</style>
border-color css
<style>
span { border-color: #B6577C; }
span { border-color: rgb(182,87,124); }
td.TdClassName
{
border-color: #B6577C;
}
.TagClassName
{
border-color: #B6577C;
}
</style>