Shades of Hippie Pink #BC4154
Tints of Hippie Pink #BC4154
RGB
CMYK
RGB Variations
Color information
#BC4154 (or 0xBC4154) is known color: Hippie Pink. HEX triplet: BC, 41 and 54. RGB value is (188,65,84). Sum of RGB (Red+Green+Blue) = 188+65+84=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4154 is #43BEAB. Grayscale: #676767. Windows color (decimal): -4439724 or 5521852. OLE color: 5521852.
HSL color Cylindrical-coordinate representation of color #BC4154: hue angle of 350.73º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4154 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 84 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.26 |
| HSL | 350.73º | 0.49% | 0.5% | - |
| HSV(B) | 350.73º | 0.65% | 0.74% | - |
| XYZ | 24.23 | 15.11 | 10.03 | - |
| YUV | 103.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 84 | 0 | 0.65 | 0.55 | 0.26 | 350.73 | 0.49 | 0.5 |
| Hex | BC | 41 | 54 | 0 | 41 | 37 | 1A | 15F | 31 | 32 |
| Octal | 274 | 101 | 124 | 0 | 101 | 67 | 32 | 537 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1010100 | 0 | 1000001 | 110111 | 11010 | 101011111 | 110001 | 110010 |
Color Harmonies of #BC4154
Complementary color
Monochromatic Colors of #BC4154
Black with #BC4154
Text Example
Text Example
White with #BC4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4154; }
p { color: rgb(188,65,84); }
H1.HeaderClassName
{
color: #BC4154;
}
.AnyTagClassName
{
color: #BC4154;
}
</style>
background-color css
<style>
a { background-color: #BC4154; }
a { background-color: rgb(188,65,84); }
div.DivClassName
{
background-color: #BC4154;
}
.BgClassName
{
background-color: #BC4154;
}
</style>
border-color css
<style>
span { border-color: #BC4154; }
span { border-color: rgb(188,65,84); }
td.TdClassName
{
border-color: #BC4154;
}
.TagClassName
{
border-color: #BC4154;
}
</style>