Shades of Royal Heath #B0447B
Tints of Royal Heath #B0447B
RGB
CMYK
RGB Variations
Color information
#B0447B (or 0xB0447B) is known color: Royal Heath. HEX triplet: B0, 44 and 7B. RGB value is (176,68,123). Sum of RGB (Red+Green+Blue) = 176+68+123=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0447B is #4FBB84. Grayscale: #6A6A6A. Windows color (decimal): -5225349 or 8078512. OLE color: 8078512.
HSL color Cylindrical-coordinate representation of color #B0447B: hue angle of 329.44º 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 #B0447B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 123 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.31 |
| HSL | 329.44º | 0.44% | 0.48% | - |
| HSV(B) | 329.44º | 0.61% | 0.69% | - |
| XYZ | 23.55 | 14.79 | 20.35 | - |
| YUV | 106.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 123 | 0 | 0.61 | 0.30 | 0.31 | 329.44 | 0.44 | 0.48 |
| Hex | B0 | 44 | 7B | 0 | 3D | 1E | 1F | 149 | 2C | 30 |
| Octal | 260 | 104 | 173 | 0 | 75 | 36 | 37 | 511 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1111011 | 0 | 111101 | 11110 | 11111 | 101001001 | 101100 | 110000 |
Color Harmonies of #B0447B
Complementary color
Monochromatic Colors of #B0447B
Black with #B0447B
Text Example
Text Example
White with #B0447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0447B; }
p { color: rgb(176,68,123); }
H1.HeaderClassName
{
color: #B0447B;
}
.AnyTagClassName
{
color: #B0447B;
}
</style>
background-color css
<style>
a { background-color: #B0447B; }
a { background-color: rgb(176,68,123); }
div.DivClassName
{
background-color: #B0447B;
}
.BgClassName
{
background-color: #B0447B;
}
</style>
border-color css
<style>
span { border-color: #B0447B; }
span { border-color: rgb(176,68,123); }
td.TdClassName
{
border-color: #B0447B;
}
.TagClassName
{
border-color: #B0447B;
}
</style>