Shades of Hippie Pink #B53F50
Tints of Hippie Pink #B53F50
RGB
CMYK
RGB Variations
Color information
#B53F50 (or 0xB53F50) is known color: Hippie Pink. HEX triplet: B5, 3F and 50. RGB value is (181,63,80). Sum of RGB (Red+Green+Blue) = 181+63+80=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F50 is #4AC0AF. Grayscale: #646464. Windows color (decimal): -4898992 or 5259189. OLE color: 5259189.
HSL color Cylindrical-coordinate representation of color #B53F50: hue angle of 351.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F50 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 80 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.29 |
| HSL | 351.36º | 0.48% | 0.48% | - |
| HSV(B) | 351.36º | 0.65% | 0.71% | - |
| XYZ | 22.28 | 13.96 | 9.11 | - |
| YUV | 100.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 80 | 0 | 0.65 | 0.56 | 0.29 | 351.36 | 0.48 | 0.48 |
| Hex | B5 | 3F | 50 | 0 | 41 | 38 | 1D | 15F | 30 | 30 |
| Octal | 265 | 77 | 120 | 0 | 101 | 70 | 35 | 537 | 60 | 60 |
| Binary | 10110101 | 111111 | 1010000 | 0 | 1000001 | 111000 | 11101 | 101011111 | 110000 | 110000 |
Color Harmonies of #B53F50
Complementary color
Monochromatic Colors of #B53F50
Black with #B53F50
Text Example
Text Example
White with #B53F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F50; }
p { color: rgb(181,63,80); }
H1.HeaderClassName
{
color: #B53F50;
}
.AnyTagClassName
{
color: #B53F50;
}
</style>
background-color css
<style>
a { background-color: #B53F50; }
a { background-color: rgb(181,63,80); }
div.DivClassName
{
background-color: #B53F50;
}
.BgClassName
{
background-color: #B53F50;
}
</style>
border-color css
<style>
span { border-color: #B53F50; }
span { border-color: rgb(181,63,80); }
td.TdClassName
{
border-color: #B53F50;
}
.TagClassName
{
border-color: #B53F50;
}
</style>