Shades of Hippie Pink #B34355
Tints of Hippie Pink #B34355
RGB
CMYK
RGB Variations
Color information
#B34355 (or 0xB34355) is known color: Hippie Pink. HEX triplet: B3, 43 and 55. RGB value is (179,67,85). Sum of RGB (Red+Green+Blue) = 179+67+85=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B34355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34355 is #4CBCAA. Grayscale: #666666. Windows color (decimal): -5029035 or 5587891. OLE color: 5587891.
HSL color Cylindrical-coordinate representation of color #B34355: hue angle of 350.36º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34355 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 85 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.30 |
| HSL | 350.36º | 0.46% | 0.48% | - |
| HSV(B) | 350.36º | 0.63% | 0.7% | - |
| XYZ | 22.24 | 14.25 | 10.17 | - |
| YUV | 102.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 85 | 0 | 0.63 | 0.53 | 0.30 | 350.36 | 0.46 | 0.48 |
| Hex | B3 | 43 | 55 | 0 | 3F | 35 | 1E | 15E | 2E | 30 |
| Octal | 263 | 103 | 125 | 0 | 77 | 65 | 36 | 536 | 56 | 60 |
| Binary | 10110011 | 1000011 | 1010101 | 0 | 111111 | 110101 | 11110 | 101011110 | 101110 | 110000 |
Color Harmonies of #B34355
Complementary color
Monochromatic Colors of #B34355
Black with #B34355
Text Example
Text Example
White with #B34355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34355; }
p { color: rgb(179,67,85); }
H1.HeaderClassName
{
color: #B34355;
}
.AnyTagClassName
{
color: #B34355;
}
</style>
background-color css
<style>
a { background-color: #B34355; }
a { background-color: rgb(179,67,85); }
div.DivClassName
{
background-color: #B34355;
}
.BgClassName
{
background-color: #B34355;
}
</style>
border-color css
<style>
span { border-color: #B34355; }
span { border-color: rgb(179,67,85); }
td.TdClassName
{
border-color: #B34355;
}
.TagClassName
{
border-color: #B34355;
}
</style>