Shades of Royal Heath #B4457C
Tints of Royal Heath #B4457C
RGB
CMYK
RGB Variations
Color information
#B4457C (or 0xB4457C) is known color: Royal Heath. HEX triplet: B4, 45 and 7C. RGB value is (180,69,124). Sum of RGB (Red+Green+Blue) = 180+69+124=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4457C is #4BBA83. Grayscale: #6C6C6C. Windows color (decimal): -4962948 or 8144308. OLE color: 8144308.
HSL color Cylindrical-coordinate representation of color #B4457C: hue angle of 330.27º 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 #B4457C is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 124 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.29 |
| HSL | 330.27º | 0.45% | 0.49% | - |
| HSV(B) | 330.27º | 0.62% | 0.71% | - |
| XYZ | 24.59 | 15.41 | 20.75 | - |
| YUV | 108.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 124 | 0 | 0.62 | 0.31 | 0.29 | 330.27 | 0.45 | 0.49 |
| Hex | B4 | 45 | 7C | 0 | 3E | 1F | 1D | 14A | 2D | 31 |
| Octal | 264 | 105 | 174 | 0 | 76 | 37 | 35 | 512 | 55 | 61 |
| Binary | 10110100 | 1000101 | 1111100 | 0 | 111110 | 11111 | 11101 | 101001010 | 101101 | 110001 |
Color Harmonies of #B4457C
Complementary color
Monochromatic Colors of #B4457C
Black with #B4457C
Text Example
Text Example
White with #B4457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4457C; }
p { color: rgb(180,69,124); }
H1.HeaderClassName
{
color: #B4457C;
}
.AnyTagClassName
{
color: #B4457C;
}
</style>
background-color css
<style>
a { background-color: #B4457C; }
a { background-color: rgb(180,69,124); }
div.DivClassName
{
background-color: #B4457C;
}
.BgClassName
{
background-color: #B4457C;
}
</style>
border-color css
<style>
span { border-color: #B4457C; }
span { border-color: rgb(180,69,124); }
td.TdClassName
{
border-color: #B4457C;
}
.TagClassName
{
border-color: #B4457C;
}
</style>