Shades of Hippie Pink #BC4655
Tints of Hippie Pink #BC4655
RGB
CMYK
RGB Variations
Color information
#BC4655 (or 0xBC4655) is known color: Hippie Pink. HEX triplet: BC, 46 and 55. RGB value is (188,70,85). Sum of RGB (Red+Green+Blue) = 188+70+85=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4655 is #43B9AA. Grayscale: #6B6B6B. Windows color (decimal): -4438443 or 5588668. OLE color: 5588668.
HSL color Cylindrical-coordinate representation of color #BC4655: hue angle of 352.37º 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 #BC4655 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 85 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.26 |
| HSL | 352.37º | 0.47% | 0.51% | - |
| HSV(B) | 352.37º | 0.63% | 0.74% | - |
| XYZ | 24.57 | 15.73 | 10.34 | - |
| YUV | 106.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 85 | 0 | 0.63 | 0.55 | 0.26 | 352.37 | 0.47 | 0.51 |
| Hex | BC | 46 | 55 | 0 | 3F | 37 | 1A | 160 | 2F | 33 |
| Octal | 274 | 106 | 125 | 0 | 77 | 67 | 32 | 540 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1010101 | 0 | 111111 | 110111 | 11010 | 101100000 | 101111 | 110011 |
Color Harmonies of #BC4655
Complementary color
Monochromatic Colors of #BC4655
Black with #BC4655
Text Example
Text Example
White with #BC4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4655; }
p { color: rgb(188,70,85); }
H1.HeaderClassName
{
color: #BC4655;
}
.AnyTagClassName
{
color: #BC4655;
}
</style>
background-color css
<style>
a { background-color: #BC4655; }
a { background-color: rgb(188,70,85); }
div.DivClassName
{
background-color: #BC4655;
}
.BgClassName
{
background-color: #BC4655;
}
</style>
border-color css
<style>
span { border-color: #BC4655; }
span { border-color: rgb(188,70,85); }
td.TdClassName
{
border-color: #BC4655;
}
.TagClassName
{
border-color: #BC4655;
}
</style>