Shades of Hippie Pink #B2425C
Tints of Hippie Pink #B2425C
RGB
CMYK
RGB Variations
Color information
#B2425C (or 0xB2425C) is known color: Hippie Pink. HEX triplet: B2, 42 and 5C. RGB value is (178,66,92). Sum of RGB (Red+Green+Blue) = 178+66+92=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2425C is #4DBDA3. Grayscale: #666666. Windows color (decimal): -5094820 or 6046386. OLE color: 6046386.
HSL color Cylindrical-coordinate representation of color #B2425C: hue angle of 346.07º 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 #B2425C is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 92 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.30 |
| HSL | 346.07º | 0.46% | 0.48% | - |
| HSV(B) | 346.07º | 0.63% | 0.7% | - |
| XYZ | 22.24 | 14.13 | 11.68 | - |
| YUV | 102.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 92 | 0 | 0.63 | 0.48 | 0.30 | 346.07 | 0.46 | 0.48 |
| Hex | B2 | 42 | 5C | 0 | 3F | 30 | 1E | 15A | 2E | 30 |
| Octal | 262 | 102 | 134 | 0 | 77 | 60 | 36 | 532 | 56 | 60 |
| Binary | 10110010 | 1000010 | 1011100 | 0 | 111111 | 110000 | 11110 | 101011010 | 101110 | 110000 |
Color Harmonies of #B2425C
Complementary color
Monochromatic Colors of #B2425C
Black with #B2425C
Text Example
Text Example
White with #B2425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2425C; }
p { color: rgb(178,66,92); }
H1.HeaderClassName
{
color: #B2425C;
}
.AnyTagClassName
{
color: #B2425C;
}
</style>
background-color css
<style>
a { background-color: #B2425C; }
a { background-color: rgb(178,66,92); }
div.DivClassName
{
background-color: #B2425C;
}
.BgClassName
{
background-color: #B2425C;
}
</style>
border-color css
<style>
span { border-color: #B2425C; }
span { border-color: rgb(178,66,92); }
td.TdClassName
{
border-color: #B2425C;
}
.TagClassName
{
border-color: #B2425C;
}
</style>