Shades of Hippie Pink #B43F51
Tints of Hippie Pink #B43F51
RGB
CMYK
RGB Variations
Color information
#B43F51 (or 0xB43F51) is known color: Hippie Pink. HEX triplet: B4, 3F and 51. RGB value is (180,63,81). Sum of RGB (Red+Green+Blue) = 180+63+81=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F51 is #4BC0AE. Grayscale: #646464. Windows color (decimal): -4964527 or 5324724. OLE color: 5324724.
HSL color Cylindrical-coordinate representation of color #B43F51: hue angle of 350.77º 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 #B43F51 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 81 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.29 |
| HSL | 350.77º | 0.48% | 0.48% | - |
| HSV(B) | 350.77º | 0.65% | 0.71% | - |
| XYZ | 22.09 | 13.85 | 9.29 | - |
| YUV | 100.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 81 | 0 | 0.65 | 0.55 | 0.29 | 350.77 | 0.48 | 0.48 |
| Hex | B4 | 3F | 51 | 0 | 41 | 37 | 1D | 15F | 30 | 30 |
| Octal | 264 | 77 | 121 | 0 | 101 | 67 | 35 | 537 | 60 | 60 |
| Binary | 10110100 | 111111 | 1010001 | 0 | 1000001 | 110111 | 11101 | 101011111 | 110000 | 110000 |
Color Harmonies of #B43F51
Complementary color
Monochromatic Colors of #B43F51
Black with #B43F51
Text Example
Text Example
White with #B43F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43F51; }
p { color: rgb(180,63,81); }
H1.HeaderClassName
{
color: #B43F51;
}
.AnyTagClassName
{
color: #B43F51;
}
</style>
background-color css
<style>
a { background-color: #B43F51; }
a { background-color: rgb(180,63,81); }
div.DivClassName
{
background-color: #B43F51;
}
.BgClassName
{
background-color: #B43F51;
}
</style>
border-color css
<style>
span { border-color: #B43F51; }
span { border-color: rgb(180,63,81); }
td.TdClassName
{
border-color: #B43F51;
}
.TagClassName
{
border-color: #B43F51;
}
</style>