Shades of Royal Heath #B0447D
Tints of Royal Heath #B0447D
RGB
CMYK
RGB Variations
Color information
#B0447D (or 0xB0447D) is known color: Royal Heath. HEX triplet: B0, 44 and 7D. RGB value is (176,68,125). Sum of RGB (Red+Green+Blue) = 176+68+125=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0447D is #4FBB82. Grayscale: #6A6A6A. Windows color (decimal): -5225347 or 8209584. OLE color: 8209584.
HSL color Cylindrical-coordinate representation of color #B0447D: hue angle of 328.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0447D is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 125 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.31 |
| HSL | 328.33º | 0.44% | 0.48% | - |
| HSV(B) | 328.33º | 0.61% | 0.69% | - |
| XYZ | 23.67 | 14.85 | 21.02 | - |
| YUV | 106.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 125 | 0 | 0.61 | 0.29 | 0.31 | 328.33 | 0.44 | 0.48 |
| Hex | B0 | 44 | 7D | 0 | 3D | 1D | 1F | 148 | 2C | 30 |
| Octal | 260 | 104 | 175 | 0 | 75 | 35 | 37 | 510 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1111101 | 0 | 111101 | 11101 | 11111 | 101001000 | 101100 | 110000 |
Color Harmonies of #B0447D
Complementary color
Monochromatic Colors of #B0447D
Black with #B0447D
Text Example
Text Example
White with #B0447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0447D; }
p { color: rgb(176,68,125); }
H1.HeaderClassName
{
color: #B0447D;
}
.AnyTagClassName
{
color: #B0447D;
}
</style>
background-color css
<style>
a { background-color: #B0447D; }
a { background-color: rgb(176,68,125); }
div.DivClassName
{
background-color: #B0447D;
}
.BgClassName
{
background-color: #B0447D;
}
</style>
border-color css
<style>
span { border-color: #B0447D; }
span { border-color: rgb(176,68,125); }
td.TdClassName
{
border-color: #B0447D;
}
.TagClassName
{
border-color: #B0447D;
}
</style>