Shades of Hippie Pink #BC415C
Tints of Hippie Pink #BC415C
RGB
CMYK
RGB Variations
Color information
#BC415C (or 0xBC415C) is known color: Hippie Pink. HEX triplet: BC, 41 and 5C. RGB value is (188,65,92). Sum of RGB (Red+Green+Blue) = 188+65+92=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415C is #43BEA3. Grayscale: #686868. Windows color (decimal): -4439716 or 6046140. OLE color: 6046140.
HSL color Cylindrical-coordinate representation of color #BC415C: hue angle of 346.83º degrees, saturation: 0.49, 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 #BC415C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 92 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.26 |
| HSL | 346.83º | 0.49% | 0.5% | - |
| HSV(B) | 346.83º | 0.65% | 0.74% | - |
| XYZ | 24.56 | 15.24 | 11.77 | - |
| YUV | 104.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 92 | 0 | 0.65 | 0.51 | 0.26 | 346.83 | 0.49 | 0.5 |
| Hex | BC | 41 | 5C | 0 | 41 | 33 | 1A | 15B | 31 | 32 |
| Octal | 274 | 101 | 134 | 0 | 101 | 63 | 32 | 533 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1011100 | 0 | 1000001 | 110011 | 11010 | 101011011 | 110001 | 110010 |
Color Harmonies of #BC415C
Complementary color
Monochromatic Colors of #BC415C
Black with #BC415C
Text Example
Text Example
White with #BC415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC415C; }
p { color: rgb(188,65,92); }
H1.HeaderClassName
{
color: #BC415C;
}
.AnyTagClassName
{
color: #BC415C;
}
</style>
background-color css
<style>
a { background-color: #BC415C; }
a { background-color: rgb(188,65,92); }
div.DivClassName
{
background-color: #BC415C;
}
.BgClassName
{
background-color: #BC415C;
}
</style>
border-color css
<style>
span { border-color: #BC415C; }
span { border-color: rgb(188,65,92); }
td.TdClassName
{
border-color: #BC415C;
}
.TagClassName
{
border-color: #BC415C;
}
</style>