Shades of Hippie Pink #BC4456
Tints of Hippie Pink #BC4456
RGB
CMYK
RGB Variations
Color information
#BC4456 (or 0xBC4456) is known color: Hippie Pink. HEX triplet: BC, 44 and 56. RGB value is (188,68,86). Sum of RGB (Red+Green+Blue) = 188+68+86=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4456 is #43BBA9. Grayscale: #696969. Windows color (decimal): -4438954 or 5653692. OLE color: 5653692.
HSL color Cylindrical-coordinate representation of color #BC4456: hue angle of 351º 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 #BC4456 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 86 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.26 |
| HSL | 351º | 0.47% | 0.5% | - |
| HSV(B) | 351º | 0.64% | 0.74% | - |
| XYZ | 24.49 | 15.5 | 10.5 | - |
| YUV | 105.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 86 | 0 | 0.64 | 0.54 | 0.26 | 351 | 0.47 | 0.5 |
| Hex | BC | 44 | 56 | 0 | 40 | 36 | 1A | 15F | 2F | 32 |
| Octal | 274 | 104 | 126 | 0 | 100 | 66 | 32 | 537 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1010110 | 0 | 1000000 | 110110 | 11010 | 101011111 | 101111 | 110010 |
Color Harmonies of #BC4456
Complementary color
Monochromatic Colors of #BC4456
Black with #BC4456
Text Example
Text Example
White with #BC4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4456; }
p { color: rgb(188,68,86); }
H1.HeaderClassName
{
color: #BC4456;
}
.AnyTagClassName
{
color: #BC4456;
}
</style>
background-color css
<style>
a { background-color: #BC4456; }
a { background-color: rgb(188,68,86); }
div.DivClassName
{
background-color: #BC4456;
}
.BgClassName
{
background-color: #BC4456;
}
</style>
border-color css
<style>
span { border-color: #BC4456; }
span { border-color: rgb(188,68,86); }
td.TdClassName
{
border-color: #BC4456;
}
.TagClassName
{
border-color: #BC4456;
}
</style>