Shades of Hippie Pink #BC4352
Tints of Hippie Pink #BC4352
RGB
CMYK
RGB Variations
Color information
#BC4352 (or 0xBC4352) is known color: Hippie Pink. HEX triplet: BC, 43 and 52. RGB value is (188,67,82). Sum of RGB (Red+Green+Blue) = 188+67+82=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4352 is #43BCAD. Grayscale: #686868. Windows color (decimal): -4439214 or 5391292. OLE color: 5391292.
HSL color Cylindrical-coordinate representation of color #BC4352: hue angle of 352.56º 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 #BC4352 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 82 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.26 |
| HSL | 352.56º | 0.47% | 0.5% | - |
| HSV(B) | 352.56º | 0.64% | 0.74% | - |
| XYZ | 24.27 | 15.31 | 9.66 | - |
| YUV | 104.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 82 | 0 | 0.64 | 0.56 | 0.26 | 352.56 | 0.47 | 0.5 |
| Hex | BC | 43 | 52 | 0 | 40 | 38 | 1A | 161 | 2F | 32 |
| Octal | 274 | 103 | 122 | 0 | 100 | 70 | 32 | 541 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1010010 | 0 | 1000000 | 111000 | 11010 | 101100001 | 101111 | 110010 |
Color Harmonies of #BC4352
Complementary color
Monochromatic Colors of #BC4352
Black with #BC4352
Text Example
Text Example
White with #BC4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4352; }
p { color: rgb(188,67,82); }
H1.HeaderClassName
{
color: #BC4352;
}
.AnyTagClassName
{
color: #BC4352;
}
</style>
background-color css
<style>
a { background-color: #BC4352; }
a { background-color: rgb(188,67,82); }
div.DivClassName
{
background-color: #BC4352;
}
.BgClassName
{
background-color: #BC4352;
}
</style>
border-color css
<style>
span { border-color: #BC4352; }
span { border-color: rgb(188,67,82); }
td.TdClassName
{
border-color: #BC4352;
}
.TagClassName
{
border-color: #BC4352;
}
</style>