Shades of Hippie Pink #BC4557
Tints of Hippie Pink #BC4557
RGB
CMYK
RGB Variations
Color information
#BC4557 (or 0xBC4557) is known color: Hippie Pink. HEX triplet: BC, 45 and 57. RGB value is (188,69,87). Sum of RGB (Red+Green+Blue) = 188+69+87=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4557 is #43BAA8. Grayscale: #6A6A6A. Windows color (decimal): -4438697 or 5719484. OLE color: 5719484.
HSL color Cylindrical-coordinate representation of color #BC4557: hue angle of 350.92º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4557 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 87 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.26 |
| HSL | 350.92º | 0.47% | 0.5% | - |
| HSV(B) | 350.92º | 0.63% | 0.74% | - |
| XYZ | 24.59 | 15.64 | 10.74 | - |
| YUV | 106.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 87 | 0 | 0.63 | 0.54 | 0.26 | 350.92 | 0.47 | 0.5 |
| Hex | BC | 45 | 57 | 0 | 3F | 36 | 1A | 15F | 2F | 32 |
| Octal | 274 | 105 | 127 | 0 | 77 | 66 | 32 | 537 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1010111 | 0 | 111111 | 110110 | 11010 | 101011111 | 101111 | 110010 |
Color Harmonies of #BC4557
Complementary color
Monochromatic Colors of #BC4557
Black with #BC4557
Text Example
Text Example
White with #BC4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4557; }
p { color: rgb(188,69,87); }
H1.HeaderClassName
{
color: #BC4557;
}
.AnyTagClassName
{
color: #BC4557;
}
</style>
background-color css
<style>
a { background-color: #BC4557; }
a { background-color: rgb(188,69,87); }
div.DivClassName
{
background-color: #BC4557;
}
.BgClassName
{
background-color: #BC4557;
}
</style>
border-color css
<style>
span { border-color: #BC4557; }
span { border-color: rgb(188,69,87); }
td.TdClassName
{
border-color: #BC4557;
}
.TagClassName
{
border-color: #BC4557;
}
</style>