Shades of Hippie Pink #B54C58
Tints of Hippie Pink #B54C58
RGB
CMYK
RGB Variations
Color information
#B54C58 (or 0xB54C58) is known color: Hippie Pink. HEX triplet: B5, 4C and 58. RGB value is (181,76,88). Sum of RGB (Red+Green+Blue) = 181+76+88=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C58 is #4AB3A7. Grayscale: #6C6C6C. Windows color (decimal): -4895656 or 5786805. OLE color: 5786805.
HSL color Cylindrical-coordinate representation of color #B54C58: hue angle of 353.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54C58 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 88 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.29 |
| HSL | 353.14º | 0.42% | 0.5% | - |
| HSV(B) | 353.14º | 0.58% | 0.71% | - |
| XYZ | 23.4 | 15.7 | 11.03 | - |
| YUV | 108.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 88 | 0 | 0.58 | 0.51 | 0.29 | 353.14 | 0.42 | 0.5 |
| Hex | B5 | 4C | 58 | 0 | 3A | 33 | 1D | 161 | 2A | 32 |
| Octal | 265 | 114 | 130 | 0 | 72 | 63 | 35 | 541 | 52 | 62 |
| Binary | 10110101 | 1001100 | 1011000 | 0 | 111010 | 110011 | 11101 | 101100001 | 101010 | 110010 |
Color Harmonies of #B54C58
Complementary color
Monochromatic Colors of #B54C58
Black with #B54C58
Text Example
Text Example
White with #B54C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C58; }
p { color: rgb(181,76,88); }
H1.HeaderClassName
{
color: #B54C58;
}
.AnyTagClassName
{
color: #B54C58;
}
</style>
background-color css
<style>
a { background-color: #B54C58; }
a { background-color: rgb(181,76,88); }
div.DivClassName
{
background-color: #B54C58;
}
.BgClassName
{
background-color: #B54C58;
}
</style>
border-color css
<style>
span { border-color: #B54C58; }
span { border-color: rgb(181,76,88); }
td.TdClassName
{
border-color: #B54C58;
}
.TagClassName
{
border-color: #B54C58;
}
</style>