Shades of Hippie Pink #BC4653
Tints of Hippie Pink #BC4653
RGB
CMYK
RGB Variations
Color information
#BC4653 (or 0xBC4653) is known color: Hippie Pink. HEX triplet: BC, 46 and 53. RGB value is (188,70,83). Sum of RGB (Red+Green+Blue) = 188+70+83=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4653 is #43B9AC. Grayscale: #6A6A6A. Windows color (decimal): -4438445 or 5457596. OLE color: 5457596.
HSL color Cylindrical-coordinate representation of color #BC4653: hue angle of 353.39º 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 #BC4653 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 83 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.26 |
| HSL | 353.39º | 0.47% | 0.51% | - |
| HSV(B) | 353.39º | 0.63% | 0.74% | - |
| XYZ | 24.49 | 15.7 | 9.92 | - |
| YUV | 106.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 83 | 0 | 0.63 | 0.56 | 0.26 | 353.39 | 0.47 | 0.51 |
| Hex | BC | 46 | 53 | 0 | 3F | 38 | 1A | 161 | 2F | 33 |
| Octal | 274 | 106 | 123 | 0 | 77 | 70 | 32 | 541 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1010011 | 0 | 111111 | 111000 | 11010 | 101100001 | 101111 | 110011 |
Color Harmonies of #BC4653
Complementary color
Monochromatic Colors of #BC4653
Black with #BC4653
Text Example
Text Example
White with #BC4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4653; }
p { color: rgb(188,70,83); }
H1.HeaderClassName
{
color: #BC4653;
}
.AnyTagClassName
{
color: #BC4653;
}
</style>
background-color css
<style>
a { background-color: #BC4653; }
a { background-color: rgb(188,70,83); }
div.DivClassName
{
background-color: #BC4653;
}
.BgClassName
{
background-color: #BC4653;
}
</style>
border-color css
<style>
span { border-color: #BC4653; }
span { border-color: rgb(188,70,83); }
td.TdClassName
{
border-color: #BC4653;
}
.TagClassName
{
border-color: #BC4653;
}
</style>