Shades of Hippie Pink #BC4353
Tints of Hippie Pink #BC4353
RGB
CMYK
RGB Variations
Color information
#BC4353 (or 0xBC4353) is known color: Hippie Pink. HEX triplet: BC, 43 and 53. RGB value is (188,67,83). Sum of RGB (Red+Green+Blue) = 188+67+83=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4353 is #43BCAC. Grayscale: #696969. Windows color (decimal): -4439213 or 5456828. OLE color: 5456828.
HSL color Cylindrical-coordinate representation of color #BC4353: hue angle of 352.07º 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 #BC4353 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 83 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.26 |
| HSL | 352.07º | 0.47% | 0.5% | - |
| HSV(B) | 352.07º | 0.64% | 0.74% | - |
| XYZ | 24.31 | 15.33 | 9.86 | - |
| YUV | 105 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 83 | 0 | 0.64 | 0.56 | 0.26 | 352.07 | 0.47 | 0.5 |
| Hex | BC | 43 | 53 | 0 | 40 | 38 | 1A | 160 | 2F | 32 |
| Octal | 274 | 103 | 123 | 0 | 100 | 70 | 32 | 540 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1010011 | 0 | 1000000 | 111000 | 11010 | 101100000 | 101111 | 110010 |
Color Harmonies of #BC4353
Complementary color
Monochromatic Colors of #BC4353
Black with #BC4353
Text Example
Text Example
White with #BC4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4353; }
p { color: rgb(188,67,83); }
H1.HeaderClassName
{
color: #BC4353;
}
.AnyTagClassName
{
color: #BC4353;
}
</style>
background-color css
<style>
a { background-color: #BC4353; }
a { background-color: rgb(188,67,83); }
div.DivClassName
{
background-color: #BC4353;
}
.BgClassName
{
background-color: #BC4353;
}
</style>
border-color css
<style>
span { border-color: #BC4353; }
span { border-color: rgb(188,67,83); }
td.TdClassName
{
border-color: #BC4353;
}
.TagClassName
{
border-color: #BC4353;
}
</style>