Shades of Hippie Pink #B24255
Tints of Hippie Pink #B24255
RGB
CMYK
RGB Variations
Color information
#B24255 (or 0xB24255) is known color: Hippie Pink. HEX triplet: B2, 42 and 55. RGB value is (178,66,85). Sum of RGB (Red+Green+Blue) = 178+66+85=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B24255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24255 is #4DBDAA. Grayscale: #656565. Windows color (decimal): -5094827 or 5587634. OLE color: 5587634.
HSL color Cylindrical-coordinate representation of color #B24255: hue angle of 349.82º 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 #B24255 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 85 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.30 |
| HSL | 349.82º | 0.46% | 0.48% | - |
| HSV(B) | 349.82º | 0.63% | 0.7% | - |
| XYZ | 21.95 | 14.02 | 10.14 | - |
| YUV | 101.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 85 | 0 | 0.63 | 0.52 | 0.30 | 349.82 | 0.46 | 0.48 |
| Hex | B2 | 42 | 55 | 0 | 3F | 34 | 1E | 15E | 2E | 30 |
| Octal | 262 | 102 | 125 | 0 | 77 | 64 | 36 | 536 | 56 | 60 |
| Binary | 10110010 | 1000010 | 1010101 | 0 | 111111 | 110100 | 11110 | 101011110 | 101110 | 110000 |
Color Harmonies of #B24255
Complementary color
Monochromatic Colors of #B24255
Black with #B24255
Text Example
Text Example
White with #B24255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24255; }
p { color: rgb(178,66,85); }
H1.HeaderClassName
{
color: #B24255;
}
.AnyTagClassName
{
color: #B24255;
}
</style>
background-color css
<style>
a { background-color: #B24255; }
a { background-color: rgb(178,66,85); }
div.DivClassName
{
background-color: #B24255;
}
.BgClassName
{
background-color: #B24255;
}
</style>
border-color css
<style>
span { border-color: #B24255; }
span { border-color: rgb(178,66,85); }
td.TdClassName
{
border-color: #B24255;
}
.TagClassName
{
border-color: #B24255;
}
</style>