Shades of Hippie Pink #BC415D
Tints of Hippie Pink #BC415D
RGB
CMYK
RGB Variations
Color information
#BC415D (or 0xBC415D) is known color: Hippie Pink. HEX triplet: BC, 41 and 5D. RGB value is (188,65,93). Sum of RGB (Red+Green+Blue) = 188+65+93=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415D is #43BEA2. Grayscale: #686868. Windows color (decimal): -4439715 or 6111676. OLE color: 6111676.
HSL color Cylindrical-coordinate representation of color #BC415D: hue angle of 346.34º 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 #BC415D is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 93 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.26 |
| HSL | 346.34º | 0.49% | 0.5% | - |
| HSV(B) | 346.34º | 0.65% | 0.74% | - |
| XYZ | 24.61 | 15.26 | 12.01 | - |
| YUV | 104.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 93 | 0 | 0.65 | 0.51 | 0.26 | 346.34 | 0.49 | 0.5 |
| Hex | BC | 41 | 5D | 0 | 41 | 33 | 1A | 15A | 31 | 32 |
| Octal | 274 | 101 | 135 | 0 | 101 | 63 | 32 | 532 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1011101 | 0 | 1000001 | 110011 | 11010 | 101011010 | 110001 | 110010 |
Color Harmonies of #BC415D
Complementary color
Monochromatic Colors of #BC415D
Black with #BC415D
Text Example
Text Example
White with #BC415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC415D; }
p { color: rgb(188,65,93); }
H1.HeaderClassName
{
color: #BC415D;
}
.AnyTagClassName
{
color: #BC415D;
}
</style>
background-color css
<style>
a { background-color: #BC415D; }
a { background-color: rgb(188,65,93); }
div.DivClassName
{
background-color: #BC415D;
}
.BgClassName
{
background-color: #BC415D;
}
</style>
border-color css
<style>
span { border-color: #BC415D; }
span { border-color: rgb(188,65,93); }
td.TdClassName
{
border-color: #BC415D;
}
.TagClassName
{
border-color: #BC415D;
}
</style>