Shades of Hippie Pink #BC405A
Tints of Hippie Pink #BC405A
RGB
CMYK
RGB Variations
Color information
#BC405A (or 0xBC405A) is known color: Hippie Pink. HEX triplet: BC, 40 and 5A. RGB value is (188,64,90). Sum of RGB (Red+Green+Blue) = 188+64+90=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC405A is #43BFA5. Grayscale: #686868. Windows color (decimal): -4439974 or 5914812. OLE color: 5914812.
HSL color Cylindrical-coordinate representation of color #BC405A: hue angle of 347.42º 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 #BC405A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 90 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.26 |
| HSL | 347.42º | 0.49% | 0.49% | - |
| HSV(B) | 347.42º | 0.66% | 0.74% | - |
| XYZ | 24.42 | 15.1 | 11.3 | - |
| YUV | 104.04 | 120.08 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 90 | 0 | 0.66 | 0.52 | 0.26 | 347.42 | 0.49 | 0.49 |
| Hex | BC | 40 | 5A | 0 | 42 | 34 | 1A | 15B | 31 | 31 |
| Octal | 274 | 100 | 132 | 0 | 102 | 64 | 32 | 533 | 61 | 61 |
| Binary | 10111100 | 1000000 | 1011010 | 0 | 1000010 | 110100 | 11010 | 101011011 | 110001 | 110001 |
Color Harmonies of #BC405A
Complementary color
Monochromatic Colors of #BC405A
Black with #BC405A
Text Example
Text Example
White with #BC405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC405A; }
p { color: rgb(188,64,90); }
H1.HeaderClassName
{
color: #BC405A;
}
.AnyTagClassName
{
color: #BC405A;
}
</style>
background-color css
<style>
a { background-color: #BC405A; }
a { background-color: rgb(188,64,90); }
div.DivClassName
{
background-color: #BC405A;
}
.BgClassName
{
background-color: #BC405A;
}
</style>
border-color css
<style>
span { border-color: #BC405A; }
span { border-color: rgb(188,64,90); }
td.TdClassName
{
border-color: #BC405A;
}
.TagClassName
{
border-color: #BC405A;
}
</style>