Shades of Hippie Pink #BC4650
Tints of Hippie Pink #BC4650
RGB
CMYK
RGB Variations
Color information
#BC4650 (or 0xBC4650) is known color: Hippie Pink. HEX triplet: BC, 46 and 50. RGB value is (188,70,80). Sum of RGB (Red+Green+Blue) = 188+70+80=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4650 is #43B9AF. Grayscale: #6A6A6A. Windows color (decimal): -4438448 or 5260988. OLE color: 5260988.
HSL color Cylindrical-coordinate representation of color #BC4650: hue angle of 354.92º 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 #BC4650 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 80 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.26 |
| HSL | 354.92º | 0.47% | 0.51% | - |
| HSV(B) | 354.92º | 0.63% | 0.74% | - |
| XYZ | 24.38 | 15.65 | 9.33 | - |
| YUV | 106.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 80 | 0 | 0.63 | 0.57 | 0.26 | 354.92 | 0.47 | 0.51 |
| Hex | BC | 46 | 50 | 0 | 3F | 39 | 1A | 163 | 2F | 33 |
| Octal | 274 | 106 | 120 | 0 | 77 | 71 | 32 | 543 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1010000 | 0 | 111111 | 111001 | 11010 | 101100011 | 101111 | 110011 |
Color Harmonies of #BC4650
Complementary color
Monochromatic Colors of #BC4650
Black with #BC4650
Text Example
Text Example
White with #BC4650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4650; }
p { color: rgb(188,70,80); }
H1.HeaderClassName
{
color: #BC4650;
}
.AnyTagClassName
{
color: #BC4650;
}
</style>
background-color css
<style>
a { background-color: #BC4650; }
a { background-color: rgb(188,70,80); }
div.DivClassName
{
background-color: #BC4650;
}
.BgClassName
{
background-color: #BC4650;
}
</style>
border-color css
<style>
span { border-color: #BC4650; }
span { border-color: rgb(188,70,80); }
td.TdClassName
{
border-color: #BC4650;
}
.TagClassName
{
border-color: #BC4650;
}
</style>