Shades of Royal Heath #B2567E
Tints of Royal Heath #B2567E
RGB
CMYK
RGB Variations
Color information
#B2567E (or 0xB2567E) is known color: Royal Heath. HEX triplet: B2, 56 and 7E. RGB value is (178,86,126). Sum of RGB (Red+Green+Blue) = 178+86+126=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2567E is #4DA981. Grayscale: #757575. Windows color (decimal): -5089666 or 8279730. OLE color: 8279730.
HSL color Cylindrical-coordinate representation of color #B2567E: hue angle of 333.91º degrees, saturation: 0.37, 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 #B2567E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 126 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.30 |
| HSL | 333.91º | 0.37% | 0.52% | - |
| HSV(B) | 333.91º | 0.52% | 0.7% | - |
| XYZ | 25.45 | 17.63 | 21.8 | - |
| YUV | 118.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 126 | 0 | 0.52 | 0.29 | 0.30 | 333.91 | 0.37 | 0.52 |
| Hex | B2 | 56 | 7E | 0 | 34 | 1D | 1E | 14E | 25 | 34 |
| Octal | 262 | 126 | 176 | 0 | 64 | 35 | 36 | 516 | 45 | 64 |
| Binary | 10110010 | 1010110 | 1111110 | 0 | 110100 | 11101 | 11110 | 101001110 | 100101 | 110100 |
Color Harmonies of #B2567E
Complementary color
Monochromatic Colors of #B2567E
Black with #B2567E
Text Example
Text Example
White with #B2567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2567E; }
p { color: rgb(178,86,126); }
H1.HeaderClassName
{
color: #B2567E;
}
.AnyTagClassName
{
color: #B2567E;
}
</style>
background-color css
<style>
a { background-color: #B2567E; }
a { background-color: rgb(178,86,126); }
div.DivClassName
{
background-color: #B2567E;
}
.BgClassName
{
background-color: #B2567E;
}
</style>
border-color css
<style>
span { border-color: #B2567E; }
span { border-color: rgb(178,86,126); }
td.TdClassName
{
border-color: #B2567E;
}
.TagClassName
{
border-color: #B2567E;
}
</style>