Shades of Royal Heath #B5457F
Tints of Royal Heath #B5457F
RGB
CMYK
RGB Variations
Color information
#B5457F (or 0xB5457F) is known color: Royal Heath. HEX triplet: B5, 45 and 7F. RGB value is (181,69,127). Sum of RGB (Red+Green+Blue) = 181+69+127=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5457F is #4ABA80. Grayscale: #6C6C6C. Windows color (decimal): -4897409 or 8340917. OLE color: 8340917.
HSL color Cylindrical-coordinate representation of color #B5457F: hue angle of 328.93º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5457F is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 127 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.29 |
| HSL | 328.93º | 0.45% | 0.49% | - |
| HSV(B) | 328.93º | 0.62% | 0.71% | - |
| XYZ | 25.01 | 15.61 | 21.77 | - |
| YUV | 109.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 127 | 0 | 0.62 | 0.30 | 0.29 | 328.93 | 0.45 | 0.49 |
| Hex | B5 | 45 | 7F | 0 | 3E | 1E | 1D | 149 | 2D | 31 |
| Octal | 265 | 105 | 177 | 0 | 76 | 36 | 35 | 511 | 55 | 61 |
| Binary | 10110101 | 1000101 | 1111111 | 0 | 111110 | 11110 | 11101 | 101001001 | 101101 | 110001 |
Color Harmonies of #B5457F
Complementary color
Monochromatic Colors of #B5457F
Black with #B5457F
Text Example
Text Example
White with #B5457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5457F; }
p { color: rgb(181,69,127); }
H1.HeaderClassName
{
color: #B5457F;
}
.AnyTagClassName
{
color: #B5457F;
}
</style>
background-color css
<style>
a { background-color: #B5457F; }
a { background-color: rgb(181,69,127); }
div.DivClassName
{
background-color: #B5457F;
}
.BgClassName
{
background-color: #B5457F;
}
</style>
border-color css
<style>
span { border-color: #B5457F; }
span { border-color: rgb(181,69,127); }
td.TdClassName
{
border-color: #B5457F;
}
.TagClassName
{
border-color: #B5457F;
}
</style>