Shades of Hippie Pink #BC4457
Tints of Hippie Pink #BC4457
RGB
CMYK
RGB Variations
Color information
#BC4457 (or 0xBC4457) is known color: Hippie Pink. HEX triplet: BC, 44 and 57. RGB value is (188,68,87). Sum of RGB (Red+Green+Blue) = 188+68+87=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4457 is #43BBA8. Grayscale: #6A6A6A. Windows color (decimal): -4438953 or 5719228. OLE color: 5719228.
HSL color Cylindrical-coordinate representation of color #BC4457: hue angle of 350.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4457 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 87 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.26 |
| HSL | 350.5º | 0.47% | 0.5% | - |
| HSV(B) | 350.5º | 0.64% | 0.74% | - |
| XYZ | 24.53 | 15.51 | 10.72 | - |
| YUV | 106.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 87 | 0 | 0.64 | 0.54 | 0.26 | 350.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 57 | 0 | 40 | 36 | 1A | 15E | 2F | 32 |
| Octal | 274 | 104 | 127 | 0 | 100 | 66 | 32 | 536 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1010111 | 0 | 1000000 | 110110 | 11010 | 101011110 | 101111 | 110010 |
Color Harmonies of #BC4457
Complementary color
Monochromatic Colors of #BC4457
Black with #BC4457
Text Example
Text Example
White with #BC4457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4457; }
p { color: rgb(188,68,87); }
H1.HeaderClassName
{
color: #BC4457;
}
.AnyTagClassName
{
color: #BC4457;
}
</style>
background-color css
<style>
a { background-color: #BC4457; }
a { background-color: rgb(188,68,87); }
div.DivClassName
{
background-color: #BC4457;
}
.BgClassName
{
background-color: #BC4457;
}
</style>
border-color css
<style>
span { border-color: #BC4457; }
span { border-color: rgb(188,68,87); }
td.TdClassName
{
border-color: #BC4457;
}
.TagClassName
{
border-color: #BC4457;
}
</style>