Shades of Hippie Pink #B0505F
Tints of Hippie Pink #B0505F
RGB
CMYK
RGB Variations
Color information
#B0505F (or 0xB0505F) is known color: Hippie Pink. HEX triplet: B0, 50 and 5F. RGB value is (176,80,95). Sum of RGB (Red+Green+Blue) = 176+80+95=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0505F is #4FAFA0. Grayscale: #6E6E6E. Windows color (decimal): -5222305 or 6246576. OLE color: 6246576.
HSL color Cylindrical-coordinate representation of color #B0505F: hue angle of 350.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0505F is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 95 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.31 |
| HSL | 350.63º | 0.38% | 0.5% | - |
| HSV(B) | 350.63º | 0.55% | 0.69% | - |
| XYZ | 22.84 | 15.79 | 12.67 | - |
| YUV | 110.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 95 | 0 | 0.55 | 0.46 | 0.31 | 350.63 | 0.38 | 0.5 |
| Hex | B0 | 50 | 5F | 0 | 37 | 2E | 1F | 15F | 26 | 32 |
| Octal | 260 | 120 | 137 | 0 | 67 | 56 | 37 | 537 | 46 | 62 |
| Binary | 10110000 | 1010000 | 1011111 | 0 | 110111 | 101110 | 11111 | 101011111 | 100110 | 110010 |
Color Harmonies of #B0505F
Complementary color
Monochromatic Colors of #B0505F
Black with #B0505F
Text Example
Text Example
White with #B0505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0505F; }
p { color: rgb(176,80,95); }
H1.HeaderClassName
{
color: #B0505F;
}
.AnyTagClassName
{
color: #B0505F;
}
</style>
background-color css
<style>
a { background-color: #B0505F; }
a { background-color: rgb(176,80,95); }
div.DivClassName
{
background-color: #B0505F;
}
.BgClassName
{
background-color: #B0505F;
}
</style>
border-color css
<style>
span { border-color: #B0505F; }
span { border-color: rgb(176,80,95); }
td.TdClassName
{
border-color: #B0505F;
}
.TagClassName
{
border-color: #B0505F;
}
</style>