Shades of Hippie Pink #BC4358
Tints of Hippie Pink #BC4358
RGB
CMYK
RGB Variations
Color information
#BC4358 (or 0xBC4358) is known color: Hippie Pink. HEX triplet: BC, 43 and 58. RGB value is (188,67,88). Sum of RGB (Red+Green+Blue) = 188+67+88=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4358 is #43BCA7. Grayscale: #696969. Windows color (decimal): -4439208 or 5784508. OLE color: 5784508.
HSL color Cylindrical-coordinate representation of color #BC4358: hue angle of 349.59º 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 #BC4358 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 88 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.26 |
| HSL | 349.59º | 0.47% | 0.5% | - |
| HSV(B) | 349.59º | 0.64% | 0.74% | - |
| XYZ | 24.51 | 15.41 | 10.92 | - |
| YUV | 105.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 88 | 0 | 0.64 | 0.53 | 0.26 | 349.59 | 0.47 | 0.5 |
| Hex | BC | 43 | 58 | 0 | 40 | 35 | 1A | 15E | 2F | 32 |
| Octal | 274 | 103 | 130 | 0 | 100 | 65 | 32 | 536 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1011000 | 0 | 1000000 | 110101 | 11010 | 101011110 | 101111 | 110010 |
Color Harmonies of #BC4358
Complementary color
Monochromatic Colors of #BC4358
Black with #BC4358
Text Example
Text Example
White with #BC4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4358; }
p { color: rgb(188,67,88); }
H1.HeaderClassName
{
color: #BC4358;
}
.AnyTagClassName
{
color: #BC4358;
}
</style>
background-color css
<style>
a { background-color: #BC4358; }
a { background-color: rgb(188,67,88); }
div.DivClassName
{
background-color: #BC4358;
}
.BgClassName
{
background-color: #BC4358;
}
</style>
border-color css
<style>
span { border-color: #BC4358; }
span { border-color: rgb(188,67,88); }
td.TdClassName
{
border-color: #BC4358;
}
.TagClassName
{
border-color: #BC4358;
}
</style>