Shades of Hippie Pink #BC4059
Tints of Hippie Pink #BC4059
RGB
CMYK
RGB Variations
Color information
#BC4059 (or 0xBC4059) is known color: Hippie Pink. HEX triplet: BC, 40 and 59. RGB value is (188,64,89). Sum of RGB (Red+Green+Blue) = 188+64+89=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4059 is #43BFA6. Grayscale: #676767. Windows color (decimal): -4439975 or 5849276. OLE color: 5849276.
HSL color Cylindrical-coordinate representation of color #BC4059: hue angle of 347.9º 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 #BC4059 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 89 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.26 |
| HSL | 347.9º | 0.49% | 0.49% | - |
| HSV(B) | 347.9º | 0.66% | 0.74% | - |
| XYZ | 24.38 | 15.08 | 11.08 | - |
| YUV | 103.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 89 | 0 | 0.66 | 0.53 | 0.26 | 347.9 | 0.49 | 0.49 |
| Hex | BC | 40 | 59 | 0 | 42 | 35 | 1A | 15C | 31 | 31 |
| Octal | 274 | 100 | 131 | 0 | 102 | 65 | 32 | 534 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1011001 | 0 | 1000010 | 110101 | 11010 | 101011100 | 110001 | 110001 |
Color Harmonies of #BC4059
Complementary color
Monochromatic Colors of #BC4059
Black with #BC4059
Text Example
Text Example
White with #BC4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4059; }
p { color: rgb(188,64,89); }
H1.HeaderClassName
{
color: #BC4059;
}
.AnyTagClassName
{
color: #BC4059;
}
</style>
background-color css
<style>
a { background-color: #BC4059; }
a { background-color: rgb(188,64,89); }
div.DivClassName
{
background-color: #BC4059;
}
.BgClassName
{
background-color: #BC4059;
}
</style>
border-color css
<style>
span { border-color: #BC4059; }
span { border-color: rgb(188,64,89); }
td.TdClassName
{
border-color: #BC4059;
}
.TagClassName
{
border-color: #BC4059;
}
</style>