Shades of Hippie Pink #B2434E
Tints of Hippie Pink #B2434E
RGB
CMYK
RGB Variations
Color information
#B2434E (or 0xB2434E) is known color: Hippie Pink. HEX triplet: B2, 43 and 4E. RGB value is (178,67,78). Sum of RGB (Red+Green+Blue) = 178+67+78=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2434E is #4DBCB1. Grayscale: #656565. Windows color (decimal): -5094578 or 5129138. OLE color: 5129138.
HSL color Cylindrical-coordinate representation of color #B2434E: hue angle of 354.05º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2434E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 78 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.30 |
| HSL | 354.05º | 0.45% | 0.48% | - |
| HSV(B) | 354.05º | 0.62% | 0.7% | - |
| XYZ | 21.74 | 14.03 | 8.77 | - |
| YUV | 101.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 78 | 0 | 0.62 | 0.56 | 0.30 | 354.05 | 0.45 | 0.48 |
| Hex | B2 | 43 | 4E | 0 | 3E | 38 | 1E | 162 | 2D | 30 |
| Octal | 262 | 103 | 116 | 0 | 76 | 70 | 36 | 542 | 55 | 60 |
| Binary | 10110010 | 1000011 | 1001110 | 0 | 111110 | 111000 | 11110 | 101100010 | 101101 | 110000 |
Color Harmonies of #B2434E
Complementary color
Monochromatic Colors of #B2434E
Black with #B2434E
Text Example
Text Example
White with #B2434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2434E; }
p { color: rgb(178,67,78); }
H1.HeaderClassName
{
color: #B2434E;
}
.AnyTagClassName
{
color: #B2434E;
}
</style>
background-color css
<style>
a { background-color: #B2434E; }
a { background-color: rgb(178,67,78); }
div.DivClassName
{
background-color: #B2434E;
}
.BgClassName
{
background-color: #B2434E;
}
</style>
border-color css
<style>
span { border-color: #B2434E; }
span { border-color: rgb(178,67,78); }
td.TdClassName
{
border-color: #B2434E;
}
.TagClassName
{
border-color: #B2434E;
}
</style>