Shades of Royal Heath #B13C78
Tints of Royal Heath #B13C78
RGB
CMYK
RGB Variations
Color information
#B13C78 (or 0xB13C78) is known color: Royal Heath. HEX triplet: B1, 3C and 78. RGB value is (177,60,120). Sum of RGB (Red+Green+Blue) = 177+60+120=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C78 is #4EC387. Grayscale: #656565. Windows color (decimal): -5161864 or 7879857. OLE color: 7879857.
HSL color Cylindrical-coordinate representation of color #B13C78: hue angle of 329.23º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C78 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 120 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.31 |
| HSL | 329.23º | 0.49% | 0.46% | - |
| HSV(B) | 329.23º | 0.66% | 0.69% | - |
| XYZ | 23.14 | 13.93 | 19.24 | - |
| YUV | 101.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 120 | 0 | 0.66 | 0.32 | 0.31 | 329.23 | 0.49 | 0.46 |
| Hex | B1 | 3C | 78 | 0 | 42 | 20 | 1F | 149 | 31 | 2E |
| Octal | 261 | 74 | 170 | 0 | 102 | 40 | 37 | 511 | 61 | 56 |
| Binary | 10110001 | 111100 | 1111000 | 0 | 1000010 | 100000 | 11111 | 101001001 | 110001 | 101110 |
Color Harmonies of #B13C78
Complementary color
Monochromatic Colors of #B13C78
Black with #B13C78
Text Example
Text Example
White with #B13C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C78; }
p { color: rgb(177,60,120); }
H1.HeaderClassName
{
color: #B13C78;
}
.AnyTagClassName
{
color: #B13C78;
}
</style>
background-color css
<style>
a { background-color: #B13C78; }
a { background-color: rgb(177,60,120); }
div.DivClassName
{
background-color: #B13C78;
}
.BgClassName
{
background-color: #B13C78;
}
</style>
border-color css
<style>
span { border-color: #B13C78; }
span { border-color: rgb(177,60,120); }
td.TdClassName
{
border-color: #B13C78;
}
.TagClassName
{
border-color: #B13C78;
}
</style>