Shades of Hippie Pink #BC4057
Tints of Hippie Pink #BC4057
RGB
CMYK
RGB Variations
Color information
#BC4057 (or 0xBC4057) is known color: Hippie Pink. HEX triplet: BC, 40 and 57. RGB value is (188,64,87). Sum of RGB (Red+Green+Blue) = 188+64+87=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4057 is #43BFA8. Grayscale: #676767. Windows color (decimal): -4439977 or 5718204. OLE color: 5718204.
HSL color Cylindrical-coordinate representation of color #BC4057: hue angle of 348.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4057 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 87 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.26 |
| HSL | 348.87º | 0.49% | 0.49% | - |
| HSV(B) | 348.87º | 0.66% | 0.74% | - |
| XYZ | 24.29 | 15.05 | 10.64 | - |
| YUV | 103.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 87 | 0 | 0.66 | 0.54 | 0.26 | 348.87 | 0.49 | 0.49 |
| Hex | BC | 40 | 57 | 0 | 42 | 36 | 1A | 15D | 31 | 31 |
| Octal | 274 | 100 | 127 | 0 | 102 | 66 | 32 | 535 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1010111 | 0 | 1000010 | 110110 | 11010 | 101011101 | 110001 | 110001 |
Color Harmonies of #BC4057
Complementary color
Monochromatic Colors of #BC4057
Black with #BC4057
Text Example
Text Example
White with #BC4057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4057; }
p { color: rgb(188,64,87); }
H1.HeaderClassName
{
color: #BC4057;
}
.AnyTagClassName
{
color: #BC4057;
}
</style>
background-color css
<style>
a { background-color: #BC4057; }
a { background-color: rgb(188,64,87); }
div.DivClassName
{
background-color: #BC4057;
}
.BgClassName
{
background-color: #BC4057;
}
</style>
border-color css
<style>
span { border-color: #BC4057; }
span { border-color: rgb(188,64,87); }
td.TdClassName
{
border-color: #BC4057;
}
.TagClassName
{
border-color: #BC4057;
}
</style>