Shades of Hippie Pink #BC4153
Tints of Hippie Pink #BC4153
RGB
CMYK
RGB Variations
Color information
#BC4153 (or 0xBC4153) is known color: Hippie Pink. HEX triplet: BC, 41 and 53. RGB value is (188,65,83). Sum of RGB (Red+Green+Blue) = 188+65+83=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4153 is #43BEAC. Grayscale: #676767. Windows color (decimal): -4439725 or 5456316. OLE color: 5456316.
HSL color Cylindrical-coordinate representation of color #BC4153: hue angle of 351.22º 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 #BC4153 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 83 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.26 |
| HSL | 351.22º | 0.49% | 0.5% | - |
| HSV(B) | 351.22º | 0.65% | 0.74% | - |
| XYZ | 24.19 | 15.1 | 9.82 | - |
| YUV | 103.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 83 | 0 | 0.65 | 0.56 | 0.26 | 351.22 | 0.49 | 0.5 |
| Hex | BC | 41 | 53 | 0 | 41 | 38 | 1A | 15F | 31 | 32 |
| Octal | 274 | 101 | 123 | 0 | 101 | 70 | 32 | 537 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1010011 | 0 | 1000001 | 111000 | 11010 | 101011111 | 110001 | 110010 |
Color Harmonies of #BC4153
Complementary color
Monochromatic Colors of #BC4153
Black with #BC4153
Text Example
Text Example
White with #BC4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4153; }
p { color: rgb(188,65,83); }
H1.HeaderClassName
{
color: #BC4153;
}
.AnyTagClassName
{
color: #BC4153;
}
</style>
background-color css
<style>
a { background-color: #BC4153; }
a { background-color: rgb(188,65,83); }
div.DivClassName
{
background-color: #BC4153;
}
.BgClassName
{
background-color: #BC4153;
}
</style>
border-color css
<style>
span { border-color: #BC4153; }
span { border-color: rgb(188,65,83); }
td.TdClassName
{
border-color: #BC4153;
}
.TagClassName
{
border-color: #BC4153;
}
</style>