Shades of Royal Heath #B2557B
Tints of Royal Heath #B2557B
RGB
CMYK
RGB Variations
Color information
#B2557B (or 0xB2557B) is known color: Royal Heath. HEX triplet: B2, 55 and 7B. RGB value is (178,85,123). Sum of RGB (Red+Green+Blue) = 178+85+123=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2557B is #4DAA84. Grayscale: #757575. Windows color (decimal): -5089925 or 8082866. OLE color: 8082866.
HSL color Cylindrical-coordinate representation of color #B2557B: hue angle of 335.48º 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 #B2557B is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 123 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.30 |
| HSL | 335.48º | 0.38% | 0.52% | - |
| HSV(B) | 335.48º | 0.52% | 0.7% | - |
| XYZ | 25.18 | 17.39 | 20.77 | - |
| YUV | 117.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 123 | 0 | 0.52 | 0.31 | 0.30 | 335.48 | 0.38 | 0.52 |
| Hex | B2 | 55 | 7B | 0 | 34 | 1F | 1E | 14F | 26 | 34 |
| Octal | 262 | 125 | 173 | 0 | 64 | 37 | 36 | 517 | 46 | 64 |
| Binary | 10110010 | 1010101 | 1111011 | 0 | 110100 | 11111 | 11110 | 101001111 | 100110 | 110100 |
Color Harmonies of #B2557B
Complementary color
Monochromatic Colors of #B2557B
Black with #B2557B
Text Example
Text Example
White with #B2557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2557B; }
p { color: rgb(178,85,123); }
H1.HeaderClassName
{
color: #B2557B;
}
.AnyTagClassName
{
color: #B2557B;
}
</style>
background-color css
<style>
a { background-color: #B2557B; }
a { background-color: rgb(178,85,123); }
div.DivClassName
{
background-color: #B2557B;
}
.BgClassName
{
background-color: #B2557B;
}
</style>
border-color css
<style>
span { border-color: #B2557B; }
span { border-color: rgb(178,85,123); }
td.TdClassName
{
border-color: #B2557B;
}
.TagClassName
{
border-color: #B2557B;
}
</style>