Shades of Hippie Pink #BC4453
Tints of Hippie Pink #BC4453
RGB
CMYK
RGB Variations
Color information
#BC4453 (or 0xBC4453) is known color: Hippie Pink. HEX triplet: BC, 44 and 53. RGB value is (188,68,83). Sum of RGB (Red+Green+Blue) = 188+68+83=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4453 is #43BBAC. Grayscale: #696969. Windows color (decimal): -4438957 or 5457084. OLE color: 5457084.
HSL color Cylindrical-coordinate representation of color #BC4453: hue angle of 352.5º 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 #BC4453 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 83 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.26 |
| HSL | 352.5º | 0.47% | 0.5% | - |
| HSV(B) | 352.5º | 0.64% | 0.74% | - |
| XYZ | 24.37 | 15.45 | 9.88 | - |
| YUV | 105.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 83 | 0 | 0.64 | 0.56 | 0.26 | 352.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 53 | 0 | 40 | 38 | 1A | 160 | 2F | 32 |
| Octal | 274 | 104 | 123 | 0 | 100 | 70 | 32 | 540 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1010011 | 0 | 1000000 | 111000 | 11010 | 101100000 | 101111 | 110010 |
Color Harmonies of #BC4453
Complementary color
Monochromatic Colors of #BC4453
Black with #BC4453
Text Example
Text Example
White with #BC4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4453; }
p { color: rgb(188,68,83); }
H1.HeaderClassName
{
color: #BC4453;
}
.AnyTagClassName
{
color: #BC4453;
}
</style>
background-color css
<style>
a { background-color: #BC4453; }
a { background-color: rgb(188,68,83); }
div.DivClassName
{
background-color: #BC4453;
}
.BgClassName
{
background-color: #BC4453;
}
</style>
border-color css
<style>
span { border-color: #BC4453; }
span { border-color: rgb(188,68,83); }
td.TdClassName
{
border-color: #BC4453;
}
.TagClassName
{
border-color: #BC4453;
}
</style>