Shades of Hippie Pink #B34358
Tints of Hippie Pink #B34358
RGB
CMYK
RGB Variations
Color information
#B34358 (or 0xB34358) is known color: Hippie Pink. HEX triplet: B3, 43 and 58. RGB value is (179,67,88). Sum of RGB (Red+Green+Blue) = 179+67+88=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B34358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34358 is #4CBCA7. Grayscale: #666666. Windows color (decimal): -5029032 or 5784499. OLE color: 5784499.
HSL color Cylindrical-coordinate representation of color #B34358: hue angle of 348.75º 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 #B34358 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 88 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.30 |
| HSL | 348.75º | 0.46% | 0.48% | - |
| HSV(B) | 348.75º | 0.63% | 0.7% | - |
| XYZ | 22.36 | 14.3 | 10.81 | - |
| YUV | 102.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 88 | 0 | 0.63 | 0.51 | 0.30 | 348.75 | 0.46 | 0.48 |
| Hex | B3 | 43 | 58 | 0 | 3F | 33 | 1E | 15D | 2E | 30 |
| Octal | 263 | 103 | 130 | 0 | 77 | 63 | 36 | 535 | 56 | 60 |
| Binary | 10110011 | 1000011 | 1011000 | 0 | 111111 | 110011 | 11110 | 101011101 | 101110 | 110000 |
Color Harmonies of #B34358
Complementary color
Monochromatic Colors of #B34358
Black with #B34358
Text Example
Text Example
White with #B34358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34358; }
p { color: rgb(179,67,88); }
H1.HeaderClassName
{
color: #B34358;
}
.AnyTagClassName
{
color: #B34358;
}
</style>
background-color css
<style>
a { background-color: #B34358; }
a { background-color: rgb(179,67,88); }
div.DivClassName
{
background-color: #B34358;
}
.BgClassName
{
background-color: #B34358;
}
</style>
border-color css
<style>
span { border-color: #B34358; }
span { border-color: rgb(179,67,88); }
td.TdClassName
{
border-color: #B34358;
}
.TagClassName
{
border-color: #B34358;
}
</style>