Shades of Hippie Pink #BC435C
Tints of Hippie Pink #BC435C
RGB
CMYK
RGB Variations
Color information
#BC435C (or 0xBC435C) is known color: Hippie Pink. HEX triplet: BC, 43 and 5C. RGB value is (188,67,92). Sum of RGB (Red+Green+Blue) = 188+67+92=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC435C is #43BCA3. Grayscale: #6A6A6A. Windows color (decimal): -4439204 or 6046652. OLE color: 6046652.
HSL color Cylindrical-coordinate representation of color #BC435C: hue angle of 347.6º 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 #BC435C is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 92 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.26 |
| HSL | 347.6º | 0.47% | 0.5% | - |
| HSV(B) | 347.6º | 0.64% | 0.74% | - |
| XYZ | 24.68 | 15.48 | 11.81 | - |
| YUV | 106.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 92 | 0 | 0.64 | 0.51 | 0.26 | 347.6 | 0.47 | 0.5 |
| Hex | BC | 43 | 5C | 0 | 40 | 33 | 1A | 15C | 2F | 32 |
| Octal | 274 | 103 | 134 | 0 | 100 | 63 | 32 | 534 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1011100 | 0 | 1000000 | 110011 | 11010 | 101011100 | 101111 | 110010 |
Color Harmonies of #BC435C
Complementary color
Monochromatic Colors of #BC435C
Black with #BC435C
Text Example
Text Example
White with #BC435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC435C; }
p { color: rgb(188,67,92); }
H1.HeaderClassName
{
color: #BC435C;
}
.AnyTagClassName
{
color: #BC435C;
}
</style>
background-color css
<style>
a { background-color: #BC435C; }
a { background-color: rgb(188,67,92); }
div.DivClassName
{
background-color: #BC435C;
}
.BgClassName
{
background-color: #BC435C;
}
</style>
border-color css
<style>
span { border-color: #BC435C; }
span { border-color: rgb(188,67,92); }
td.TdClassName
{
border-color: #BC435C;
}
.TagClassName
{
border-color: #BC435C;
}
</style>