Shades of Hippie Pink #BC4658
Tints of Hippie Pink #BC4658
RGB
CMYK
RGB Variations
Color information
#BC4658 (or 0xBC4658) is known color: Hippie Pink. HEX triplet: BC, 46 and 58. RGB value is (188,70,88). Sum of RGB (Red+Green+Blue) = 188+70+88=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4658 is #43B9A7. Grayscale: #6B6B6B. Windows color (decimal): -4438440 or 5785276. OLE color: 5785276.
HSL color Cylindrical-coordinate representation of color #BC4658: hue angle of 350.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4658 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 88 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.26 |
| HSL | 350.85º | 0.47% | 0.51% | - |
| HSV(B) | 350.85º | 0.63% | 0.74% | - |
| XYZ | 24.69 | 15.78 | 10.98 | - |
| YUV | 107.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 88 | 0 | 0.63 | 0.53 | 0.26 | 350.85 | 0.47 | 0.51 |
| Hex | BC | 46 | 58 | 0 | 3F | 35 | 1A | 15F | 2F | 33 |
| Octal | 274 | 106 | 130 | 0 | 77 | 65 | 32 | 537 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1011000 | 0 | 111111 | 110101 | 11010 | 101011111 | 101111 | 110011 |
Color Harmonies of #BC4658
Complementary color
Monochromatic Colors of #BC4658
Black with #BC4658
Text Example
Text Example
White with #BC4658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4658; }
p { color: rgb(188,70,88); }
H1.HeaderClassName
{
color: #BC4658;
}
.AnyTagClassName
{
color: #BC4658;
}
</style>
background-color css
<style>
a { background-color: #BC4658; }
a { background-color: rgb(188,70,88); }
div.DivClassName
{
background-color: #BC4658;
}
.BgClassName
{
background-color: #BC4658;
}
</style>
border-color css
<style>
span { border-color: #BC4658; }
span { border-color: rgb(188,70,88); }
td.TdClassName
{
border-color: #BC4658;
}
.TagClassName
{
border-color: #BC4658;
}
</style>