Shades of Royal Heath #B03D78
Tints of Royal Heath #B03D78
RGB
CMYK
RGB Variations
Color information
#B03D78 (or 0xB03D78) is known color: Royal Heath. HEX triplet: B0, 3D and 78. RGB value is (176,61,120). Sum of RGB (Red+Green+Blue) = 176+61+120=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D78 is #4FC287. Grayscale: #656565. Windows color (decimal): -5227144 or 7880112. OLE color: 7880112.
HSL color Cylindrical-coordinate representation of color #B03D78: hue angle of 329.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D78 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 120 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.31 |
| HSL | 329.22º | 0.49% | 0.46% | - |
| HSV(B) | 329.22º | 0.65% | 0.69% | - |
| XYZ | 22.96 | 13.92 | 19.25 | - |
| YUV | 102.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 120 | 0 | 0.65 | 0.32 | 0.31 | 329.22 | 0.49 | 0.46 |
| Hex | B0 | 3D | 78 | 0 | 41 | 20 | 1F | 149 | 31 | 2E |
| Octal | 260 | 75 | 170 | 0 | 101 | 40 | 37 | 511 | 61 | 56 |
| Binary | 10110000 | 111101 | 1111000 | 0 | 1000001 | 100000 | 11111 | 101001001 | 110001 | 101110 |
Color Harmonies of #B03D78
Complementary color
Monochromatic Colors of #B03D78
Black with #B03D78
Text Example
Text Example
White with #B03D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D78; }
p { color: rgb(176,61,120); }
H1.HeaderClassName
{
color: #B03D78;
}
.AnyTagClassName
{
color: #B03D78;
}
</style>
background-color css
<style>
a { background-color: #B03D78; }
a { background-color: rgb(176,61,120); }
div.DivClassName
{
background-color: #B03D78;
}
.BgClassName
{
background-color: #B03D78;
}
</style>
border-color css
<style>
span { border-color: #B03D78; }
span { border-color: rgb(176,61,120); }
td.TdClassName
{
border-color: #B03D78;
}
.TagClassName
{
border-color: #B03D78;
}
</style>