Shades of Hippie Pink #B34558
Tints of Hippie Pink #B34558
RGB
CMYK
RGB Variations
Color information
#B34558 (or 0xB34558) is known color: Hippie Pink. HEX triplet: B3, 45 and 58. RGB value is (179,69,88). Sum of RGB (Red+Green+Blue) = 179+69+88=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B34558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34558 is #4CBAA7. Grayscale: #686868. Windows color (decimal): -5028520 or 5785011. OLE color: 5785011.
HSL color Cylindrical-coordinate representation of color #B34558: hue angle of 349.64º 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 #B34558 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 88 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.30 |
| HSL | 349.64º | 0.44% | 0.49% | - |
| HSV(B) | 349.64º | 0.61% | 0.7% | - |
| XYZ | 22.48 | 14.54 | 10.86 | - |
| YUV | 104.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 88 | 0 | 0.61 | 0.51 | 0.30 | 349.64 | 0.44 | 0.49 |
| Hex | B3 | 45 | 58 | 0 | 3D | 33 | 1E | 15E | 2C | 31 |
| Octal | 263 | 105 | 130 | 0 | 75 | 63 | 36 | 536 | 54 | 61 |
| Binary | 10110011 | 1000101 | 1011000 | 0 | 111101 | 110011 | 11110 | 101011110 | 101100 | 110001 |
Color Harmonies of #B34558
Complementary color
Monochromatic Colors of #B34558
Black with #B34558
Text Example
Text Example
White with #B34558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34558; }
p { color: rgb(179,69,88); }
H1.HeaderClassName
{
color: #B34558;
}
.AnyTagClassName
{
color: #B34558;
}
</style>
background-color css
<style>
a { background-color: #B34558; }
a { background-color: rgb(179,69,88); }
div.DivClassName
{
background-color: #B34558;
}
.BgClassName
{
background-color: #B34558;
}
</style>
border-color css
<style>
span { border-color: #B34558; }
span { border-color: rgb(179,69,88); }
td.TdClassName
{
border-color: #B34558;
}
.TagClassName
{
border-color: #B34558;
}
</style>