Shades of Hippie Pink #BC4559
Tints of Hippie Pink #BC4559
RGB
CMYK
RGB Variations
Color information
#BC4559 (or 0xBC4559) is known color: Hippie Pink. HEX triplet: BC, 45 and 59. RGB value is (188,69,89). Sum of RGB (Red+Green+Blue) = 188+69+89=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4559 is #43BAA6. Grayscale: #6A6A6A. Windows color (decimal): -4438695 or 5850556. OLE color: 5850556.
HSL color Cylindrical-coordinate representation of color #BC4559: hue angle of 349.92º 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 #BC4559 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 89 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.26 |
| HSL | 349.92º | 0.47% | 0.5% | - |
| HSV(B) | 349.92º | 0.63% | 0.74% | - |
| XYZ | 24.67 | 15.67 | 11.18 | - |
| YUV | 106.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 89 | 0 | 0.63 | 0.53 | 0.26 | 349.92 | 0.47 | 0.5 |
| Hex | BC | 45 | 59 | 0 | 3F | 35 | 1A | 15E | 2F | 32 |
| Octal | 274 | 105 | 131 | 0 | 77 | 65 | 32 | 536 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1011001 | 0 | 111111 | 110101 | 11010 | 101011110 | 101111 | 110010 |
Color Harmonies of #BC4559
Complementary color
Monochromatic Colors of #BC4559
Black with #BC4559
Text Example
Text Example
White with #BC4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4559; }
p { color: rgb(188,69,89); }
H1.HeaderClassName
{
color: #BC4559;
}
.AnyTagClassName
{
color: #BC4559;
}
</style>
background-color css
<style>
a { background-color: #BC4559; }
a { background-color: rgb(188,69,89); }
div.DivClassName
{
background-color: #BC4559;
}
.BgClassName
{
background-color: #BC4559;
}
</style>
border-color css
<style>
span { border-color: #BC4559; }
span { border-color: rgb(188,69,89); }
td.TdClassName
{
border-color: #BC4559;
}
.TagClassName
{
border-color: #BC4559;
}
</style>