Shades of Hippie Pink #BC425C
Tints of Hippie Pink #BC425C
RGB
CMYK
RGB Variations
Color information
#BC425C (or 0xBC425C) is known color: Hippie Pink. HEX triplet: BC, 42 and 5C. RGB value is (188,66,92). Sum of RGB (Red+Green+Blue) = 188+66+92=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC425C is #43BDA3. Grayscale: #696969. Windows color (decimal): -4439460 or 6046396. OLE color: 6046396.
HSL color Cylindrical-coordinate representation of color #BC425C: hue angle of 347.21º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC425C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 92 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.26 |
| HSL | 347.21º | 0.48% | 0.5% | - |
| HSV(B) | 347.21º | 0.65% | 0.74% | - |
| XYZ | 24.62 | 15.36 | 11.79 | - |
| YUV | 105.44 | 120.42 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 92 | 0 | 0.65 | 0.51 | 0.26 | 347.21 | 0.48 | 0.5 |
| Hex | BC | 42 | 5C | 0 | 41 | 33 | 1A | 15B | 30 | 32 |
| Octal | 274 | 102 | 134 | 0 | 101 | 63 | 32 | 533 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1011100 | 0 | 1000001 | 110011 | 11010 | 101011011 | 110000 | 110010 |
Color Harmonies of #BC425C
Complementary color
Monochromatic Colors of #BC425C
Black with #BC425C
Text Example
Text Example
White with #BC425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC425C; }
p { color: rgb(188,66,92); }
H1.HeaderClassName
{
color: #BC425C;
}
.AnyTagClassName
{
color: #BC425C;
}
</style>
background-color css
<style>
a { background-color: #BC425C; }
a { background-color: rgb(188,66,92); }
div.DivClassName
{
background-color: #BC425C;
}
.BgClassName
{
background-color: #BC425C;
}
</style>
border-color css
<style>
span { border-color: #BC425C; }
span { border-color: rgb(188,66,92); }
td.TdClassName
{
border-color: #BC425C;
}
.TagClassName
{
border-color: #BC425C;
}
</style>