Shades of Hippie Pink #BC4351
Tints of Hippie Pink #BC4351
RGB
CMYK
RGB Variations
Color information
#BC4351 (or 0xBC4351) is known color: Hippie Pink. HEX triplet: BC, 43 and 51. RGB value is (188,67,81). Sum of RGB (Red+Green+Blue) = 188+67+81=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4351 is #43BCAE. Grayscale: #686868. Windows color (decimal): -4439215 or 5325756. OLE color: 5325756.
HSL color Cylindrical-coordinate representation of color #BC4351: hue angle of 353.06º 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 #BC4351 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 81 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.26 |
| HSL | 353.06º | 0.47% | 0.5% | - |
| HSV(B) | 353.06º | 0.64% | 0.74% | - |
| XYZ | 24.23 | 15.3 | 9.46 | - |
| YUV | 104.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 81 | 0 | 0.64 | 0.57 | 0.26 | 353.06 | 0.47 | 0.5 |
| Hex | BC | 43 | 51 | 0 | 40 | 39 | 1A | 161 | 2F | 32 |
| Octal | 274 | 103 | 121 | 0 | 100 | 71 | 32 | 541 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1010001 | 0 | 1000000 | 111001 | 11010 | 101100001 | 101111 | 110010 |
Color Harmonies of #BC4351
Complementary color
Monochromatic Colors of #BC4351
Black with #BC4351
Text Example
Text Example
White with #BC4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4351; }
p { color: rgb(188,67,81); }
H1.HeaderClassName
{
color: #BC4351;
}
.AnyTagClassName
{
color: #BC4351;
}
</style>
background-color css
<style>
a { background-color: #BC4351; }
a { background-color: rgb(188,67,81); }
div.DivClassName
{
background-color: #BC4351;
}
.BgClassName
{
background-color: #BC4351;
}
</style>
border-color css
<style>
span { border-color: #BC4351; }
span { border-color: rgb(188,67,81); }
td.TdClassName
{
border-color: #BC4351;
}
.TagClassName
{
border-color: #BC4351;
}
</style>