Shades of Hippie Pink #BC4554
Tints of Hippie Pink #BC4554
RGB
CMYK
RGB Variations
Color information
#BC4554 (or 0xBC4554) is known color: Hippie Pink. HEX triplet: BC, 45 and 54. RGB value is (188,69,84). Sum of RGB (Red+Green+Blue) = 188+69+84=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4554 is #43BAAB. Grayscale: #6A6A6A. Windows color (decimal): -4438700 or 5522876. OLE color: 5522876.
HSL color Cylindrical-coordinate representation of color #BC4554: hue angle of 352.44º 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 #BC4554 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 84 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.26 |
| HSL | 352.44º | 0.47% | 0.5% | - |
| HSV(B) | 352.44º | 0.63% | 0.74% | - |
| XYZ | 24.47 | 15.59 | 10.11 | - |
| YUV | 106.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 84 | 0 | 0.63 | 0.55 | 0.26 | 352.44 | 0.47 | 0.5 |
| Hex | BC | 45 | 54 | 0 | 3F | 37 | 1A | 160 | 2F | 32 |
| Octal | 274 | 105 | 124 | 0 | 77 | 67 | 32 | 540 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1010100 | 0 | 111111 | 110111 | 11010 | 101100000 | 101111 | 110010 |
Color Harmonies of #BC4554
Complementary color
Monochromatic Colors of #BC4554
Black with #BC4554
Text Example
Text Example
White with #BC4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4554; }
p { color: rgb(188,69,84); }
H1.HeaderClassName
{
color: #BC4554;
}
.AnyTagClassName
{
color: #BC4554;
}
</style>
background-color css
<style>
a { background-color: #BC4554; }
a { background-color: rgb(188,69,84); }
div.DivClassName
{
background-color: #BC4554;
}
.BgClassName
{
background-color: #BC4554;
}
</style>
border-color css
<style>
span { border-color: #BC4554; }
span { border-color: rgb(188,69,84); }
td.TdClassName
{
border-color: #BC4554;
}
.TagClassName
{
border-color: #BC4554;
}
</style>