Shades of Hippie Pink #BC4452
Tints of Hippie Pink #BC4452
RGB
CMYK
RGB Variations
Color information
#BC4452 (or 0xBC4452) is known color: Hippie Pink. HEX triplet: BC, 44 and 52. RGB value is (188,68,82). Sum of RGB (Red+Green+Blue) = 188+68+82=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4452 is #43BBAD. Grayscale: #696969. Windows color (decimal): -4438958 or 5391548. OLE color: 5391548.
HSL color Cylindrical-coordinate representation of color #BC4452: hue angle of 353º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4452 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 82 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.26 |
| HSL | 353º | 0.47% | 0.5% | - |
| HSV(B) | 353º | 0.64% | 0.74% | - |
| XYZ | 24.33 | 15.43 | 9.68 | - |
| YUV | 105.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 82 | 0 | 0.64 | 0.56 | 0.26 | 353 | 0.47 | 0.5 |
| Hex | BC | 44 | 52 | 0 | 40 | 38 | 1A | 161 | 2F | 32 |
| Octal | 274 | 104 | 122 | 0 | 100 | 70 | 32 | 541 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1010010 | 0 | 1000000 | 111000 | 11010 | 101100001 | 101111 | 110010 |
Color Harmonies of #BC4452
Complementary color
Monochromatic Colors of #BC4452
Black with #BC4452
Text Example
Text Example
White with #BC4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4452; }
p { color: rgb(188,68,82); }
H1.HeaderClassName
{
color: #BC4452;
}
.AnyTagClassName
{
color: #BC4452;
}
</style>
background-color css
<style>
a { background-color: #BC4452; }
a { background-color: rgb(188,68,82); }
div.DivClassName
{
background-color: #BC4452;
}
.BgClassName
{
background-color: #BC4452;
}
</style>
border-color css
<style>
span { border-color: #BC4452; }
span { border-color: rgb(188,68,82); }
td.TdClassName
{
border-color: #BC4452;
}
.TagClassName
{
border-color: #BC4452;
}
</style>