Shades of Hippie Pink #B34151
Tints of Hippie Pink #B34151
RGB
CMYK
RGB Variations
Color information
#B34151 (or 0xB34151) is known color: Hippie Pink. HEX triplet: B3, 41 and 51. RGB value is (179,65,81). Sum of RGB (Red+Green+Blue) = 179+65+81=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B34151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34151 is #4CBEAE. Grayscale: #646464. Windows color (decimal): -5029551 or 5325235. OLE color: 5325235.
HSL color Cylindrical-coordinate representation of color #B34151: hue angle of 351.58º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34151 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 81 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.30 |
| HSL | 351.58º | 0.47% | 0.48% | - |
| HSV(B) | 351.58º | 0.64% | 0.7% | - |
| XYZ | 21.97 | 13.96 | 9.32 | - |
| YUV | 100.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 81 | 0 | 0.64 | 0.55 | 0.30 | 351.58 | 0.47 | 0.48 |
| Hex | B3 | 41 | 51 | 0 | 40 | 37 | 1E | 160 | 2F | 30 |
| Octal | 263 | 101 | 121 | 0 | 100 | 67 | 36 | 540 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1010001 | 0 | 1000000 | 110111 | 11110 | 101100000 | 101111 | 110000 |
Color Harmonies of #B34151
Complementary color
Monochromatic Colors of #B34151
Black with #B34151
Text Example
Text Example
White with #B34151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34151; }
p { color: rgb(179,65,81); }
H1.HeaderClassName
{
color: #B34151;
}
.AnyTagClassName
{
color: #B34151;
}
</style>
background-color css
<style>
a { background-color: #B34151; }
a { background-color: rgb(179,65,81); }
div.DivClassName
{
background-color: #B34151;
}
.BgClassName
{
background-color: #B34151;
}
</style>
border-color css
<style>
span { border-color: #B34151; }
span { border-color: rgb(179,65,81); }
td.TdClassName
{
border-color: #B34151;
}
.TagClassName
{
border-color: #B34151;
}
</style>