Shades of Hippie Pink #BC405D
Tints of Hippie Pink #BC405D
RGB
CMYK
RGB Variations
Color information
#BC405D (or 0xBC405D) is known color: Hippie Pink. HEX triplet: BC, 40 and 5D. RGB value is (188,64,93). Sum of RGB (Red+Green+Blue) = 188+64+93=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC405D is #43BFA2. Grayscale: #686868. Windows color (decimal): -4439971 or 6111420. OLE color: 6111420.
HSL color Cylindrical-coordinate representation of color #BC405D: hue angle of 345.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC405D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 93 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.26 |
| HSL | 345.97º | 0.49% | 0.49% | - |
| HSV(B) | 345.97º | 0.66% | 0.74% | - |
| XYZ | 24.55 | 15.15 | 11.99 | - |
| YUV | 104.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 93 | 0 | 0.66 | 0.51 | 0.26 | 345.97 | 0.49 | 0.49 |
| Hex | BC | 40 | 5D | 0 | 42 | 33 | 1A | 15A | 31 | 31 |
| Octal | 274 | 100 | 135 | 0 | 102 | 63 | 32 | 532 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1011101 | 0 | 1000010 | 110011 | 11010 | 101011010 | 110001 | 110001 |
Color Harmonies of #BC405D
Complementary color
Monochromatic Colors of #BC405D
Black with #BC405D
Text Example
Text Example
White with #BC405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC405D; }
p { color: rgb(188,64,93); }
H1.HeaderClassName
{
color: #BC405D;
}
.AnyTagClassName
{
color: #BC405D;
}
</style>
background-color css
<style>
a { background-color: #BC405D; }
a { background-color: rgb(188,64,93); }
div.DivClassName
{
background-color: #BC405D;
}
.BgClassName
{
background-color: #BC405D;
}
</style>
border-color css
<style>
span { border-color: #BC405D; }
span { border-color: rgb(188,64,93); }
td.TdClassName
{
border-color: #BC405D;
}
.TagClassName
{
border-color: #BC405D;
}
</style>