Shades of Royal Heath #B34D7B
Tints of Royal Heath #B34D7B
RGB
CMYK
RGB Variations
Color information
#B34D7B (or 0xB34D7B) is known color: Royal Heath. HEX triplet: B3, 4D and 7B. RGB value is (179,77,123). Sum of RGB (Red+Green+Blue) = 179+77+123=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D7B is #4CB284. Grayscale: #707070. Windows color (decimal): -5026437 or 8080819. OLE color: 8080819.
HSL color Cylindrical-coordinate representation of color #B34D7B: hue angle of 332.94º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34D7B is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 123 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.30 |
| HSL | 332.94º | 0.4% | 0.5% | - |
| HSV(B) | 332.94º | 0.57% | 0.7% | - |
| XYZ | 24.82 | 16.32 | 20.58 | - |
| YUV | 112.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 123 | 0 | 0.57 | 0.31 | 0.30 | 332.94 | 0.4 | 0.5 |
| Hex | B3 | 4D | 7B | 0 | 39 | 1F | 1E | 14D | 28 | 32 |
| Octal | 263 | 115 | 173 | 0 | 71 | 37 | 36 | 515 | 50 | 62 |
| Binary | 10110011 | 1001101 | 1111011 | 0 | 111001 | 11111 | 11110 | 101001101 | 101000 | 110010 |
Color Harmonies of #B34D7B
Complementary color
Monochromatic Colors of #B34D7B
Black with #B34D7B
Text Example
Text Example
White with #B34D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D7B; }
p { color: rgb(179,77,123); }
H1.HeaderClassName
{
color: #B34D7B;
}
.AnyTagClassName
{
color: #B34D7B;
}
</style>
background-color css
<style>
a { background-color: #B34D7B; }
a { background-color: rgb(179,77,123); }
div.DivClassName
{
background-color: #B34D7B;
}
.BgClassName
{
background-color: #B34D7B;
}
</style>
border-color css
<style>
span { border-color: #B34D7B; }
span { border-color: rgb(179,77,123); }
td.TdClassName
{
border-color: #B34D7B;
}
.TagClassName
{
border-color: #B34D7B;
}
</style>