Shades of Royal Heath #B2597B
Tints of Royal Heath #B2597B
RGB
CMYK
RGB Variations
Color information
#B2597B (or 0xB2597B) is known color: Royal Heath. HEX triplet: B2, 59 and 7B. RGB value is (178,89,123). Sum of RGB (Red+Green+Blue) = 178+89+123=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2597B is #4DA684. Grayscale: #777777. Windows color (decimal): -5088901 or 8083890. OLE color: 8083890.
HSL color Cylindrical-coordinate representation of color #B2597B: hue angle of 337.08º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2597B is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 123 | - |
| CMYK | 0 | 0.5 | 0.31 | 0.30 |
| HSL | 337.08º | 0.37% | 0.52% | - |
| HSV(B) | 337.08º | 0.5% | 0.7% | - |
| XYZ | 25.51 | 18.04 | 20.88 | - |
| YUV | 119.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 123 | 0 | 0.5 | 0.31 | 0.30 | 337.08 | 0.37 | 0.52 |
| Hex | B2 | 59 | 7B | 0 | 32 | 1F | 1E | 151 | 25 | 34 |
| Octal | 262 | 131 | 173 | 0 | 62 | 37 | 36 | 521 | 45 | 64 |
| Binary | 10110010 | 1011001 | 1111011 | 0 | 110010 | 11111 | 11110 | 101010001 | 100101 | 110100 |
Color Harmonies of #B2597B
Complementary color
Monochromatic Colors of #B2597B
Black with #B2597B
Text Example
Text Example
White with #B2597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2597B; }
p { color: rgb(178,89,123); }
H1.HeaderClassName
{
color: #B2597B;
}
.AnyTagClassName
{
color: #B2597B;
}
</style>
background-color css
<style>
a { background-color: #B2597B; }
a { background-color: rgb(178,89,123); }
div.DivClassName
{
background-color: #B2597B;
}
.BgClassName
{
background-color: #B2597B;
}
</style>
border-color css
<style>
span { border-color: #B2597B; }
span { border-color: rgb(178,89,123); }
td.TdClassName
{
border-color: #B2597B;
}
.TagClassName
{
border-color: #B2597B;
}
</style>