Shades of Hippie Pink #BC445B
Tints of Hippie Pink #BC445B
RGB
CMYK
RGB Variations
Color information
#BC445B (or 0xBC445B) is known color: Hippie Pink. HEX triplet: BC, 44 and 5B. RGB value is (188,68,91). Sum of RGB (Red+Green+Blue) = 188+68+91=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC445B is #43BBA4. Grayscale: #6A6A6A. Windows color (decimal): -4438949 or 5981372. OLE color: 5981372.
HSL color Cylindrical-coordinate representation of color #BC445B: hue angle of 348.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC445B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 91 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.26 |
| HSL | 348.5º | 0.47% | 0.5% | - |
| HSV(B) | 348.5º | 0.64% | 0.74% | - |
| XYZ | 24.69 | 15.58 | 11.6 | - |
| YUV | 106.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 91 | 0 | 0.64 | 0.52 | 0.26 | 348.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 5B | 0 | 40 | 34 | 1A | 15C | 2F | 32 |
| Octal | 274 | 104 | 133 | 0 | 100 | 64 | 32 | 534 | 57 | 62 |
| Binary | 10111100 | 1000100 | 1011011 | 0 | 1000000 | 110100 | 11010 | 101011100 | 101111 | 110010 |
Color Harmonies of #BC445B
Complementary color
Monochromatic Colors of #BC445B
Black with #BC445B
Text Example
Text Example
White with #BC445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC445B; }
p { color: rgb(188,68,91); }
H1.HeaderClassName
{
color: #BC445B;
}
.AnyTagClassName
{
color: #BC445B;
}
</style>
background-color css
<style>
a { background-color: #BC445B; }
a { background-color: rgb(188,68,91); }
div.DivClassName
{
background-color: #BC445B;
}
.BgClassName
{
background-color: #BC445B;
}
</style>
border-color css
<style>
span { border-color: #BC445B; }
span { border-color: rgb(188,68,91); }
td.TdClassName
{
border-color: #BC445B;
}
.TagClassName
{
border-color: #BC445B;
}
</style>