Shades of Royal Heath #B34680
Tints of Royal Heath #B34680
RGB
CMYK
RGB Variations
Color information
#B34680 (or 0xB34680) is known color: Royal Heath. HEX triplet: B3, 46 and 80. RGB value is (179,70,128). Sum of RGB (Red+Green+Blue) = 179+70+128=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B34680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34680 is #4CB97F. Grayscale: #6D6D6D. Windows color (decimal): -5028224 or 8406707. OLE color: 8406707.
HSL color Cylindrical-coordinate representation of color #B34680: hue angle of 328.07º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34680 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 128 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.30 |
| HSL | 328.07º | 0.44% | 0.49% | - |
| HSV(B) | 328.07º | 0.61% | 0.7% | - |
| XYZ | 24.68 | 15.52 | 22.12 | - |
| YUV | 109.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 128 | 0 | 0.61 | 0.28 | 0.30 | 328.07 | 0.44 | 0.49 |
| Hex | B3 | 46 | 80 | 0 | 3D | 1C | 1E | 148 | 2C | 31 |
| Octal | 263 | 106 | 200 | 0 | 75 | 34 | 36 | 510 | 54 | 61 |
| Binary | 10110011 | 1000110 | 10000000 | 0 | 111101 | 11100 | 11110 | 101001000 | 101100 | 110001 |
Color Harmonies of #B34680
Complementary color
Monochromatic Colors of #B34680
Black with #B34680
Text Example
Text Example
White with #B34680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34680; }
p { color: rgb(179,70,128); }
H1.HeaderClassName
{
color: #B34680;
}
.AnyTagClassName
{
color: #B34680;
}
</style>
background-color css
<style>
a { background-color: #B34680; }
a { background-color: rgb(179,70,128); }
div.DivClassName
{
background-color: #B34680;
}
.BgClassName
{
background-color: #B34680;
}
</style>
border-color css
<style>
span { border-color: #B34680; }
span { border-color: rgb(179,70,128); }
td.TdClassName
{
border-color: #B34680;
}
.TagClassName
{
border-color: #B34680;
}
</style>