Shades of Hippie Pink #BC4159
Tints of Hippie Pink #BC4159
RGB
CMYK
RGB Variations
Color information
#BC4159 (or 0xBC4159) is known color: Hippie Pink. HEX triplet: BC, 41 and 59. RGB value is (188,65,89). Sum of RGB (Red+Green+Blue) = 188+65+89=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4159 is #43BEA6. Grayscale: #686868. Windows color (decimal): -4439719 or 5849532. OLE color: 5849532.
HSL color Cylindrical-coordinate representation of color #BC4159: hue angle of 348.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4159 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 89 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.26 |
| HSL | 348.29º | 0.49% | 0.5% | - |
| HSV(B) | 348.29º | 0.65% | 0.74% | - |
| XYZ | 24.43 | 15.19 | 11.1 | - |
| YUV | 104.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 89 | 0 | 0.65 | 0.53 | 0.26 | 348.29 | 0.49 | 0.5 |
| Hex | BC | 41 | 59 | 0 | 41 | 35 | 1A | 15C | 31 | 32 |
| Octal | 274 | 101 | 131 | 0 | 101 | 65 | 32 | 534 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1011001 | 0 | 1000001 | 110101 | 11010 | 101011100 | 110001 | 110010 |
Color Harmonies of #BC4159
Complementary color
Monochromatic Colors of #BC4159
Black with #BC4159
Text Example
Text Example
White with #BC4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4159; }
p { color: rgb(188,65,89); }
H1.HeaderClassName
{
color: #BC4159;
}
.AnyTagClassName
{
color: #BC4159;
}
</style>
background-color css
<style>
a { background-color: #BC4159; }
a { background-color: rgb(188,65,89); }
div.DivClassName
{
background-color: #BC4159;
}
.BgClassName
{
background-color: #BC4159;
}
</style>
border-color css
<style>
span { border-color: #BC4159; }
span { border-color: rgb(188,65,89); }
td.TdClassName
{
border-color: #BC4159;
}
.TagClassName
{
border-color: #BC4159;
}
</style>