Shades of Hippie Pink #BC4754
Tints of Hippie Pink #BC4754
RGB
CMYK
RGB Variations
Color information
#BC4754 (or 0xBC4754) is known color: Hippie Pink. HEX triplet: BC, 47 and 54. RGB value is (188,71,84). Sum of RGB (Red+Green+Blue) = 188+71+84=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4754 is #43B8AB. Grayscale: #6B6B6B. Windows color (decimal): -4438188 or 5523388. OLE color: 5523388.
HSL color Cylindrical-coordinate representation of color #BC4754: hue angle of 353.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4754 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 84 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.26 |
| HSL | 353.33º | 0.47% | 0.51% | - |
| HSV(B) | 353.33º | 0.62% | 0.74% | - |
| XYZ | 24.59 | 15.84 | 10.15 | - |
| YUV | 107.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 84 | 0 | 0.62 | 0.55 | 0.26 | 353.33 | 0.47 | 0.51 |
| Hex | BC | 47 | 54 | 0 | 3E | 37 | 1A | 161 | 2F | 33 |
| Octal | 274 | 107 | 124 | 0 | 76 | 67 | 32 | 541 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1010100 | 0 | 111110 | 110111 | 11010 | 101100001 | 101111 | 110011 |
Color Harmonies of #BC4754
Complementary color
Monochromatic Colors of #BC4754
Black with #BC4754
Text Example
Text Example
White with #BC4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4754; }
p { color: rgb(188,71,84); }
H1.HeaderClassName
{
color: #BC4754;
}
.AnyTagClassName
{
color: #BC4754;
}
</style>
background-color css
<style>
a { background-color: #BC4754; }
a { background-color: rgb(188,71,84); }
div.DivClassName
{
background-color: #BC4754;
}
.BgClassName
{
background-color: #BC4754;
}
</style>
border-color css
<style>
span { border-color: #BC4754; }
span { border-color: rgb(188,71,84); }
td.TdClassName
{
border-color: #BC4754;
}
.TagClassName
{
border-color: #BC4754;
}
</style>