Shades of Hippie Pink #B54E5D
Tints of Hippie Pink #B54E5D
RGB
CMYK
RGB Variations
Color information
#B54E5D (or 0xB54E5D) is known color: Hippie Pink. HEX triplet: B5, 4E and 5D. RGB value is (181,78,93). Sum of RGB (Red+Green+Blue) = 181+78+93=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E5D is #4AB1A2. Grayscale: #6E6E6E. Windows color (decimal): -4895139 or 6114997. OLE color: 6114997.
HSL color Cylindrical-coordinate representation of color #B54E5D: hue angle of 351.26º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54E5D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 93 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.29 |
| HSL | 351.26º | 0.41% | 0.51% | - |
| HSV(B) | 351.26º | 0.57% | 0.71% | - |
| XYZ | 23.76 | 16.06 | 12.2 | - |
| YUV | 110.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 93 | 0 | 0.57 | 0.49 | 0.29 | 351.26 | 0.41 | 0.51 |
| Hex | B5 | 4E | 5D | 0 | 39 | 31 | 1D | 15F | 29 | 33 |
| Octal | 265 | 116 | 135 | 0 | 71 | 61 | 35 | 537 | 51 | 63 |
| Binary | 10110101 | 1001110 | 1011101 | 0 | 111001 | 110001 | 11101 | 101011111 | 101001 | 110011 |
Color Harmonies of #B54E5D
Complementary color
Monochromatic Colors of #B54E5D
Black with #B54E5D
Text Example
Text Example
White with #B54E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E5D; }
p { color: rgb(181,78,93); }
H1.HeaderClassName
{
color: #B54E5D;
}
.AnyTagClassName
{
color: #B54E5D;
}
</style>
background-color css
<style>
a { background-color: #B54E5D; }
a { background-color: rgb(181,78,93); }
div.DivClassName
{
background-color: #B54E5D;
}
.BgClassName
{
background-color: #B54E5D;
}
</style>
border-color css
<style>
span { border-color: #B54E5D; }
span { border-color: rgb(181,78,93); }
td.TdClassName
{
border-color: #B54E5D;
}
.TagClassName
{
border-color: #B54E5D;
}
</style>