Shades of Hippie Pink #BC3D5D
Tints of Hippie Pink #BC3D5D
RGB
CMYK
RGB Variations
Color information
#BC3D5D (or 0xBC3D5D) is known color: Hippie Pink. HEX triplet: BC, 3D and 5D. RGB value is (188,61,93). Sum of RGB (Red+Green+Blue) = 188+61+93=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D5D is #43C2A2. Grayscale: #666666. Windows color (decimal): -4440739 or 6110652. OLE color: 6110652.
HSL color Cylindrical-coordinate representation of color #BC3D5D: hue angle of 344.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3D5D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 93 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.26 |
| HSL | 344.88º | 0.51% | 0.49% | - |
| HSV(B) | 344.88º | 0.68% | 0.74% | - |
| XYZ | 24.38 | 14.82 | 11.93 | - |
| YUV | 102.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 93 | 0 | 0.68 | 0.51 | 0.26 | 344.88 | 0.51 | 0.49 |
| Hex | BC | 3D | 5D | 0 | 44 | 33 | 1A | 159 | 33 | 31 |
| Octal | 274 | 75 | 135 | 0 | 104 | 63 | 32 | 531 | 63 | 61 |
| Binary | 10111100 | 111101 | 1011101 | 0 | 1000100 | 110011 | 11010 | 101011001 | 110011 | 110001 |
Color Harmonies of #BC3D5D
Complementary color
Monochromatic Colors of #BC3D5D
Black with #BC3D5D
Text Example
Text Example
White with #BC3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D5D; }
p { color: rgb(188,61,93); }
H1.HeaderClassName
{
color: #BC3D5D;
}
.AnyTagClassName
{
color: #BC3D5D;
}
</style>
background-color css
<style>
a { background-color: #BC3D5D; }
a { background-color: rgb(188,61,93); }
div.DivClassName
{
background-color: #BC3D5D;
}
.BgClassName
{
background-color: #BC3D5D;
}
</style>
border-color css
<style>
span { border-color: #BC3D5D; }
span { border-color: rgb(188,61,93); }
td.TdClassName
{
border-color: #BC3D5D;
}
.TagClassName
{
border-color: #BC3D5D;
}
</style>