Shades of Royal Heath #B2567F
Tints of Royal Heath #B2567F
RGB
CMYK
RGB Variations
Color information
#B2567F (or 0xB2567F) is known color: Royal Heath. HEX triplet: B2, 56 and 7F. RGB value is (178,86,127). Sum of RGB (Red+Green+Blue) = 178+86+127=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2567F is #4DA980. Grayscale: #767676. Windows color (decimal): -5089665 or 8345266. OLE color: 8345266.
HSL color Cylindrical-coordinate representation of color #B2567F: hue angle of 333.26º 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 #B2567F is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 127 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.30 |
| HSL | 333.26º | 0.37% | 0.52% | - |
| HSV(B) | 333.26º | 0.52% | 0.7% | - |
| XYZ | 25.52 | 17.65 | 22.14 | - |
| YUV | 118.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 127 | 0 | 0.52 | 0.29 | 0.30 | 333.26 | 0.37 | 0.52 |
| Hex | B2 | 56 | 7F | 0 | 34 | 1D | 1E | 14D | 25 | 34 |
| Octal | 262 | 126 | 177 | 0 | 64 | 35 | 36 | 515 | 45 | 64 |
| Binary | 10110010 | 1010110 | 1111111 | 0 | 110100 | 11101 | 11110 | 101001101 | 100101 | 110100 |
Color Harmonies of #B2567F
Complementary color
Monochromatic Colors of #B2567F
Black with #B2567F
Text Example
Text Example
White with #B2567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2567F; }
p { color: rgb(178,86,127); }
H1.HeaderClassName
{
color: #B2567F;
}
.AnyTagClassName
{
color: #B2567F;
}
</style>
background-color css
<style>
a { background-color: #B2567F; }
a { background-color: rgb(178,86,127); }
div.DivClassName
{
background-color: #B2567F;
}
.BgClassName
{
background-color: #B2567F;
}
</style>
border-color css
<style>
span { border-color: #B2567F; }
span { border-color: rgb(178,86,127); }
td.TdClassName
{
border-color: #B2567F;
}
.TagClassName
{
border-color: #B2567F;
}
</style>