Shades of Royal Heath #B2577E
Tints of Royal Heath #B2577E
RGB
CMYK
RGB Variations
Color information
#B2577E (or 0xB2577E) is known color: Royal Heath. HEX triplet: B2, 57 and 7E. RGB value is (178,87,126). Sum of RGB (Red+Green+Blue) = 178+87+126=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2577E is #4DA881. Grayscale: #767676. Windows color (decimal): -5089410 or 8279986. OLE color: 8279986.
HSL color Cylindrical-coordinate representation of color #B2577E: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2577E is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 126 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.30 |
| HSL | 334.29º | 0.37% | 0.52% | - |
| HSV(B) | 334.29º | 0.51% | 0.7% | - |
| XYZ | 25.53 | 17.79 | 21.83 | - |
| YUV | 118.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 126 | 0 | 0.51 | 0.29 | 0.30 | 334.29 | 0.37 | 0.52 |
| Hex | B2 | 57 | 7E | 0 | 33 | 1D | 1E | 14E | 25 | 34 |
| Octal | 262 | 127 | 176 | 0 | 63 | 35 | 36 | 516 | 45 | 64 |
| Binary | 10110010 | 1010111 | 1111110 | 0 | 110011 | 11101 | 11110 | 101001110 | 100101 | 110100 |
Color Harmonies of #B2577E
Complementary color
Monochromatic Colors of #B2577E
Black with #B2577E
Text Example
Text Example
White with #B2577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2577E; }
p { color: rgb(178,87,126); }
H1.HeaderClassName
{
color: #B2577E;
}
.AnyTagClassName
{
color: #B2577E;
}
</style>
background-color css
<style>
a { background-color: #B2577E; }
a { background-color: rgb(178,87,126); }
div.DivClassName
{
background-color: #B2577E;
}
.BgClassName
{
background-color: #B2577E;
}
</style>
border-color css
<style>
span { border-color: #B2577E; }
span { border-color: rgb(178,87,126); }
td.TdClassName
{
border-color: #B2577E;
}
.TagClassName
{
border-color: #B2577E;
}
</style>