Shades of Hippie Pink #B03F55
Tints of Hippie Pink #B03F55
RGB
CMYK
RGB Variations
Color information
#B03F55 (or 0xB03F55) is known color: Hippie Pink. HEX triplet: B0, 3F and 55. RGB value is (176,63,85). Sum of RGB (Red+Green+Blue) = 176+63+85=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F55 is #4FC0AA. Grayscale: #636363. Windows color (decimal): -5226667 or 5586864. OLE color: 5586864.
HSL color Cylindrical-coordinate representation of color #B03F55: hue angle of 348.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03F55 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 85 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.31 |
| HSL | 348.32º | 0.47% | 0.47% | - |
| HSV(B) | 348.32º | 0.64% | 0.69% | - |
| XYZ | 21.32 | 13.44 | 10.06 | - |
| YUV | 99.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 85 | 0 | 0.64 | 0.52 | 0.31 | 348.32 | 0.47 | 0.47 |
| Hex | B0 | 3F | 55 | 0 | 40 | 34 | 1F | 15C | 2F | 2F |
| Octal | 260 | 77 | 125 | 0 | 100 | 64 | 37 | 534 | 57 | 57 |
| Binary | 10110000 | 111111 | 1010101 | 0 | 1000000 | 110100 | 11111 | 101011100 | 101111 | 101111 |
Color Harmonies of #B03F55
Complementary color
Monochromatic Colors of #B03F55
Black with #B03F55
Text Example
Text Example
White with #B03F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F55; }
p { color: rgb(176,63,85); }
H1.HeaderClassName
{
color: #B03F55;
}
.AnyTagClassName
{
color: #B03F55;
}
</style>
background-color css
<style>
a { background-color: #B03F55; }
a { background-color: rgb(176,63,85); }
div.DivClassName
{
background-color: #B03F55;
}
.BgClassName
{
background-color: #B03F55;
}
</style>
border-color css
<style>
span { border-color: #B03F55; }
span { border-color: rgb(176,63,85); }
td.TdClassName
{
border-color: #B03F55;
}
.TagClassName
{
border-color: #B03F55;
}
</style>