Shades of Royal Heath #B2557C
Tints of Royal Heath #B2557C
RGB
CMYK
RGB Variations
Color information
#B2557C (or 0xB2557C) is known color: Royal Heath. HEX triplet: B2, 55 and 7C. RGB value is (178,85,124). Sum of RGB (Red+Green+Blue) = 178+85+124=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2557C is #4DAA83. Grayscale: #757575. Windows color (decimal): -5089924 or 8148402. OLE color: 8148402.
HSL color Cylindrical-coordinate representation of color #B2557C: hue angle of 334.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2557C is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 124 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.30 |
| HSL | 334.84º | 0.38% | 0.52% | - |
| HSV(B) | 334.84º | 0.52% | 0.7% | - |
| XYZ | 25.25 | 17.42 | 21.1 | - |
| YUV | 117.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 124 | 0 | 0.52 | 0.30 | 0.30 | 334.84 | 0.38 | 0.52 |
| Hex | B2 | 55 | 7C | 0 | 34 | 1E | 1E | 14F | 26 | 34 |
| Octal | 262 | 125 | 174 | 0 | 64 | 36 | 36 | 517 | 46 | 64 |
| Binary | 10110010 | 1010101 | 1111100 | 0 | 110100 | 11110 | 11110 | 101001111 | 100110 | 110100 |
Color Harmonies of #B2557C
Complementary color
Monochromatic Colors of #B2557C
Black with #B2557C
Text Example
Text Example
White with #B2557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2557C; }
p { color: rgb(178,85,124); }
H1.HeaderClassName
{
color: #B2557C;
}
.AnyTagClassName
{
color: #B2557C;
}
</style>
background-color css
<style>
a { background-color: #B2557C; }
a { background-color: rgb(178,85,124); }
div.DivClassName
{
background-color: #B2557C;
}
.BgClassName
{
background-color: #B2557C;
}
</style>
border-color css
<style>
span { border-color: #B2557C; }
span { border-color: rgb(178,85,124); }
td.TdClassName
{
border-color: #B2557C;
}
.TagClassName
{
border-color: #B2557C;
}
</style>